文件名称:catacomb:一种用于存储Shell命令的简约CLI工具
文件大小:1.28MB
文件格式:ZIP
更新时间:2024-05-21 07:57:55
python shell cli productivity terminal
地下墓穴 一种用于存储Shell命令的简约CLI工具。 记住有用的命令很困难,而键入长命令则令人沮丧。 使用地下墓穴减轻这些痛苦,地下墓穴是用于存储,检索和执行命令的简单CLI工具。 只需键入一次命令,然后使用您选择的别名通过地下墓穴执行该命令。 设置 $ pip3 install catacomb 用法 两个入口用于分隔墓葬及其内容。 catacomb入口点提供命令来处理地下墓穴中的坟墓组织。 例如,为单独的项目使用单独的坟墓将允许隔离的环境-这样就不必强迫您提出为不同项目执行不同命令的新别名。 Usage: catacomb [OPTIONS] COMMAND [ARGS]... For handling the tombs within your catacomb. Add the flags -h or --help to any of the commands fo
【文件预览】:
catacomb-develop
----setup.py(791B)
----.gitignore(1KB)
----media()
--------catacomb-demo.gif(1.31MB)
----requirements.txt(47B)
----.travis.yml(278B)
----LICENSE(1KB)
----.github()
--------CODEOWNERS(22B)
----examples()
--------tomb()
--------catacomb()
----README.md(3KB)
----tests()
--------commands()
----catacomb()
--------__init__.py(0B)
--------decorators()
--------utils()
--------commands()
--------common()
--------settings.py(524B)
--------entry_points.py(1KB)