Skip to content

lupca/termory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Termory(terminar - memmory): A Command Line Tool

Gem Version Build Status Code Climate

Termory is a simple tool for building command line utilities

Quick Start

  • Install ruby and
  • gem install termory

Configuration

  1. Init data
termory db create
  1. Setting your alias
termory config alias.xxx "your config"
  1. Use your alias
termory exec xxx
  1. List your alias
termory config -l
# or
termory config --list

License

Released under the MIT License. See the LICENSE file for further details.