https://github.com/hsanjuan/caribdis
CARibdis swallows IPLD CAR files and does things with them.
https://github.com/hsanjuan/caribdis
car ipfs ipld
Last synced: 6 months ago
JSON representation
CARibdis swallows IPLD CAR files and does things with them.
- Host: GitHub
- URL: https://github.com/hsanjuan/caribdis
- Owner: hsanjuan
- License: mit
- Created: 2023-02-24T11:11:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-08T22:44:34.000Z (over 3 years ago)
- Last Synced: 2025-01-22T02:15:00.710Z (over 1 year ago)
- Topics: car, ipfs, ipld
- Language: Go
- Homepage:
- Size: 123 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CARibdis

CARibdis swallows IPLD CAR files and does things with them.
This project is named after https://en.wikipedia.org/wiki/Charybdis ("Caribdis" in Spanish).
## Install
```
go install github.com/hsanjuan/caribdis@latest
```
## Usage
```
$ caribdis --help
NAME:
caribdis - CAR files passing by will be swallowed
USAGE:
caribdis [global options] [subcommand]...
DESCRIPTION:
caribdis is a command-line tool to work with CAR files.
COMMANDS:
cat Concatenate CAR files
ls List blocks or roots in CAR files
roots List roots in CAR files
...
...
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
```