Skip to content

nickcat1/keepc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is keepc?

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.

How to install

Download the keepc binary and move it to /home/$USER/.local/bin/keepc

Keepc Commands

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.

Quick Test

git clone https://github.com/nickcat1/keepc.git

cd keepc

cargo build

cargo run

How to Contribute

Create a pull request.

Issue tracker.

Build Releases

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

TODO

....

License

Distributed under the GPL-3.0 License.

Credits and Mentions

The Rust Programming Language.

Inspired by keep, coded in Python.

Another tool for saving commands, coded in GO, pet.

About

CLI note taking app for commands! Coded in Rust. Save important commands with keepc!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages