文件名称:jumprun:使用单个命令从终端中的任何位置运行脚本
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-09 17:49:02
Python
Jumprun
一个命令行实用程序,用于创建运行脚本的快捷方式。
支持的口译员:
Python
Ruby
Node.js
Perl
壳
PHP
Java
安装:
可以使用PyPi安装, $ pip install jumprun 。 Jumprun目前仅支持Python 3!
例子
假设我在~/Developer目录中有一个python文件test_hello.py ,我想为运行此脚本创建快捷方式。
在~/Developer运行jr add testhello test_hello.py来创建快捷方式。
现在,您可以在终端中的任何位置运行jr testhello来执行脚本。
您可以使用jr show testhello获得有关命令的更多详细信息。
您可以使用jr rm all删除所有快捷方式
用法:
Usage:
jr add
【文件预览】:
jumprun-master
----.travis.yml(162B)
----LICENSE(1KB)
----test_jumprun.py(2KB)
----requirements.txt(30B)
----setup.py(778B)
----.gitignore(584B)
----jumprun.py(11KB)
----README.md(2KB)