diff options
author | Angel Ramboi <angel@ramboi.com> | 2020-10-03 11:49:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-03 11:49:42 +0200 |
commit | 7fce07a50cce6897efabe094b7c3272326955eb0 (patch) | |
tree | 1d0517c44325ee92a43f44127fd5f863b4bbc6fc /plugins/ipfs/README.md | |
parent | d5dc9f71534e95547d73feff366a4437f6d7ef31 (diff) | |
download | zsh-7fce07a50cce6897efabe094b7c3272326955eb0.tar.gz zsh-7fce07a50cce6897efabe094b7c3272326955eb0.tar.bz2 zsh-7fce07a50cce6897efabe094b7c3272326955eb0.zip |
Add completion plugin for IPFS (InterPlanetary File System) (#4737)
Diffstat (limited to 'plugins/ipfs/README.md')
-rw-r--r-- | plugins/ipfs/README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/plugins/ipfs/README.md b/plugins/ipfs/README.md new file mode 100644 index 000000000..0808a26c1 --- /dev/null +++ b/plugins/ipfs/README.md @@ -0,0 +1,17 @@ +# zsh-ipfs + +zsh completion plugin for [The InterPlanetary File System (IPFS)][1] + +Please submit issues and pull requests to the [main zsh-ipfs repo][2]. + +### About + +[IPFS (InterPlanetary File System)][1] is a peer-to-peer hypermedia protocol +designed to make the web faster, safer, and more open. + +### License + +See: https://github.com/hellounicorn/zsh-ipfs/blob/master/LICENSE + +[1]: http://ipfs.io/ +[2]: https://github.com/hellounicorn/zsh-ipfs |