___ __ ________ ___ _______
|\ \|\ \ |\ __ \|\ \ / ___ \
\ \ \/ /|\ \ \|\ \ \ \/__/|_/ /|
\ \ ___ \ \ __ \ \ \__|// / /
\ \ \\ \ \ \ \ \ \ \ \ / /_/__
\ \__\\ \__\ \__\ \__\ \__\|\________\
\|__| \|__|\|__|\|__|\|__| \|_______|
Designed for programmers. Kai makes your Bash smarter and save your time.
- Switch working folder in an elegant way.
- Save short memos in terminal.
- Save command alias quickly.
- Check stackoverflow in terminal.
Install the tool
npm install kai2
Bind it with your Bash client
source kai2install
$ kai remember . as apache config
$ kai go to apache config
$ kai forget apache config
$ kai remember command 'service start nginx' as nginx
$ kai run nginx
$ kai r nginx
$ kai remember 192.168.21.136 as android ip
$ kai show android ip
Open a new browser window
$ kai google how to make a cake
Stackoverflow in terminal, powered by google search
$ kai stack get pid of process name os x
$ kai tell me a joke
$ kai tell me a joke -v
$ kai set key google_api_key = [ your google api key ]
$ kai unset key google_api_key = [ your google api key ]
This library is written in typescript. So you need to install a bundle of packages to start.
$ npm i
$ gulp
$ gulp watch