lupca / termory

Ruby Gem Command Line Tool

Home Page:https://rubygems.org/gems/termory

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Ruby Gem Command Line Tool

https://rubygems.org/gems/termory

License:MIT License


Languages

Language:Ruby 100.0%