文件名称:ipfs-share:IPFS文件共享CLI实用程序
文件大小:7KB
文件格式:ZIP
更新时间:2024-04-09 13:30:45
cli ipfs file-share Python
ipfs共享 通过生成网关URL,将CID固定到远程节点并将URL复制到剪贴板,使通过IPFS共享文件更加方便的实用程序。 用法 usage: ipfs-share [-h] [-p] [--no-clipboard] path Share a file using IPFS positional arguments: path The file or folder to share optional arguments: -h, --help show this help message and exit -p, --pin Pin target to a remote node or cluster --no-clipboard Disable clipboard support Environment: IPFS_GA
【文件预览】:
ipfs-share-main
----setup.py(178B)
----.gitignore(537B)
----Pipfile.lock(2KB)
----ipfs_share()
--------__init__.py(122B)
--------ipfshttpclient()
--------pinner.py(1KB)
--------cli.py(2KB)
--------ipfs_share.py(3KB)
--------clipboard.py(356B)
----.gitmodules(128B)
----README.md(1KB)
----Pipfile(180B)
----.vscode()
--------settings.json(46B)