Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hackergrrl/ipcat

:cat2: Retrieve IPFS object data and send it to stdout.
https://github.com/hackergrrl/ipcat

Last synced: 1 day ago
JSON representation

:cat2: Retrieve IPFS object data and send it to stdout.

Awesome Lists containing this project

README

        

# Dependencies

None! `ipcat` doesn't require you to have a running local IPFS daemon.

# Installation

```
$ go get github.com/noffle/ipcat

$ ipcat QmQLBvJ3ur7U7mzbYDLid7WkaciY84SLpPYpGPHhDNps2Y
"The man who makes no mistakes does not make anything." - Edward John Phelps
```

# Usage
```
Usage: ipcat IPFS_PATH

Output IPFS object data to stdout.

Arguments:
IPFS_PATH="" the IPFS object path
```