Keep Command or Keepc is a meta cli program designed to keep important commands that are difficult to remember. Keepc is coded in Rust.
Download the keepc binary and move it to /home/$USER/.local/bin/keepc
Command | Description |
---|---|
new | Add a new command |
list | List all saved commands |
grep | Search for commands matching a pattern |
rm | Delete a saved command |
edit | Edit commands in a text editor |
run | Execute a saved command |
help | Print the list of cammands or the help of the given subcommands |
git clone https://github.com/nickcat1/keepc.git
cd keepc
cargo build
cargo run
The keepc binary will be located at keepc/target/debug/keepc.
Create a pull request.
Add other ways to run existing commands. For example, list/ls, new/add, run/execute....
Make search, rm, and run commands search text in any order.
Distributed under the GPL-3.0 License.
Inspired by keep.