handy online tools for AT Protocol boat.kelinci.net
atproto bluesky atcute typescript solidjs
20
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: folder -> tarball

Mary 662ff70b 0d138720

+2 -2
+1 -1
src/views/frontpage.tsx
··· 52 52 }, 53 53 { 54 54 name: `Unpack CAR file`, 55 - description: `Extract a repository archive into a folder`, 55 + description: `Extract a repository archive into a tarball`, 56 56 href: '/car-unpack', 57 57 icon: DirectionsCarOutlinedIcon, 58 58 },
+1 -1
src/views/repository/car-unpack.tsx
··· 159 159 <> 160 160 <div class="p-4"> 161 161 <h1 class="text-lg font-bold text-purple-800">Unpack CAR file</h1> 162 - <p class="text-gray-600">Extract a repository archive into a folder</p> 162 + <p class="text-gray-600">Extract a repository archive into a tarball</p> 163 163 </div> 164 164 <hr class="mx-4 border-gray-300" /> 165 165