xmao / kit

KIT (Keep It sTupid): Yet another keyword-based manager of small command line tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kit is yet another keyword-based manager for small command line tools under unix-like operating system.

Usage

For instance, idx is a bash script under csv directory to add number index for each column in csv file.

  • Run command where run is optional kit [run] csv idx

  • Edit command kit edit csv idx

  • Check source code kit cat csv idx

All the scripts are organized in the scripts directory, and you can check out all the small tools or add your own.

Completion for Bash

The kit_bash_completion under contrib directory adds completion support for bash.

About

KIT (Keep It sTupid): Yet another keyword-based manager of small command line tools


Languages

Language:Python 53.8%Language:Shell 19.6%Language:Go 12.6%Language:R 11.0%Language:Ruby 3.1%Language:sed 0.0%