This is a shellscript library to manage UI in CLI.
This library provides a lot of usage to make screen, draw shapes(like square, cyrcle), draw text box,etc...
overwride tput
command and make it easier to make UI in CLI.
Here, will be some photos using tkinsh
I think I might make a good library management tool for bash someday, but I'm not sure when I'll make it...
brew tap Cj-bc/tkinsh
andbrew install tkinsh
- add "source <tkinsh_path(default--/usr/local/lib/tkinsh/tkinsh.sh)>" at the top of your sourcecode
Don't forget to make users install tkinsh with your project if you release them.
- at your project directory,
git pull https://github.com/Cj-bc/tkinsh.git
./tkinsh/projinstall.sh
This software is relased under MIT License
It's not necessary, but I'm happy if you tell me which project is it, how is it used. If I can hear, I'll list your project below as "Example of using tkinsh"
Nothing yet, of cource.