https://github.com/hackergrrl/ipcat
:cat2: Retrieve IPFS object data and send it to stdout.
https://github.com/hackergrrl/ipcat
Last synced: 11 months ago
JSON representation
:cat2: Retrieve IPFS object data and send it to stdout.
- Host: GitHub
- URL: https://github.com/hackergrrl/ipcat
- Owner: hackergrrl
- License: mit
- Created: 2015-11-07T20:12:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-07T20:40:06.000Z (over 10 years ago)
- Last Synced: 2024-05-13T16:25:51.872Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 0 Bytes
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```