Openpy is a simple command line tool using which you don't have to type every charactors for some very long commands everyday repeatedly. It is like command "alias", but it doesn't contaminate the system commands. You can add a shortcut for a long command, next time you can call the command through this shortcut. It's much easier to remember a shorter substitude command. And there's another usage for Openpy: you could run a file directly by typing file name with wildcards and you don't have to remember its absolute path.
add a shortcut for a command:
opy -as c -d "curl -get http://127.0.0.1:5000"
call the command through shortcut "c":
opy @c
open qq.app:
- opy q*
Openpy is written in python 2.7
Openpy now only supports Mac system.
Download files in dist folder and put them in your Mac folder /usr/bin
- Support Windows system
- Automatically generate json files and initiallize path
- Install package using pip
- Rebuild code
- Documentation
Your contributions are always welcome!