mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
Add completion plugin for IPFS (InterPlanetary File System) (#4737)
This commit is contained in:
parent
d5dc9f7153
commit
7fce07a50c
3 changed files with 756 additions and 0 deletions
17
plugins/ipfs/README.md
Normal file
17
plugins/ipfs/README.md
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue