Skip to content
/ kit Public

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

Notifications You must be signed in to change notification settings

xmao/kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published