Termory is a simple tool for building command line utilities
- Install ruby and
- gem install termory
- Init data
termory db create
- Setting your alias
termory config alias.xxx "your config"
- Use your alias
termory exec xxx
- List your alias
termory config -l
# or
termory config --list
Released under the MIT License. See the LICENSE file for further details.