Project

termory

0.0
No release in over a year
A magic for life developer.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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.