Keep Command or Keepc is a simple, open-source, 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
Commands: | Descriptions: |
---|---|
New | Add a new command. |
List | List all saved commands. |
Grep | Search for commands matching a pattern. Note: "keepc pattern" will also search saved commands. |
Remove | Delete a saved command. |
Edit | Edit commands in a text editor. |
Run | Execute a saved command. |
Help | Print the list of Keepc commands or the help of the given subcommands. |
Aliases for Keepc commands
New
: Add.
List
: ls.
Grep
: Find, Search.
Remove
: rm, Delete.
Run
: Execute.
git clone https://github.com/nickcat1/keepc.git
cd keepc
cargo build
cargo run
Create a pull request.
cargo build --release
cargo build --release --target x86_64-pc-windows-gnu
: Windows
The keepc Linux binary will be located at keepc/target/release/keepc. The Windows binary will be located at keepc/target/x86_64-pc-windows-gnu/release/keepc.exe
....
Distributed under the GPL-3.0 License.
The Rust Programming Language.