cla is a Command line based LAuncher.
(Under development. I may not be able to achieve what I want to do with this project, so it will be on hiatus for a while)
- Linux
$ go get github.com/ryhszk/cla/cmd/cla
- Start
clacommand (Launches a TUI APP that looks like next).$ cla +--------------+ | MODE: Normal | +--------------+ | 0: free -h | 1: > dstat -c -C 0,1,2 +---------------------------------------------+ | ctrl+c | Exit. | | enter | Execute selected line. | | ctrl+s | Save all lines. | | ctrl+a | Add a line at end. | | ctrl+d | Remove current line. | | ↓ [tab] | Move down. | | ↑ [shift+tab] | Move up. | +---------------------------------------------+ - Move the cursor to the command line you want to execute.
- Press
enterto execute the command (current line).
📝 The data of the registration command and the configuration file are stored in $HOME/.cla.
