Installing the command-line executable
Assuming you have Rust/Cargo installed , run this command in a terminal:
cargo install codecache
It will make the codecache command available in your PATH if you've allowed the PATH to be modified when installing Rust . cargo uninstall codecache uninstalls.
Back to the crate overview .
Readme
CodeCache
CodeCache is a terminal code snippet manager with syntax highlighting.
Installation
You can install CodeCache from crates.io:
cargo install codecache
⚠️ You need to add ~/.cargo/bin to your PATH to run the program from anywhere.
Usage
To run CodeCache, use the following command:
codecache
You should now be greeted with the main interface of CodeCache.
Use the following key combinations to control the software:
v to paste from clipboard
d to delete the selected snippet
c to copy the selected snippet
e to edit the selected snippet
q to quit
License
This project is licensed under the GNU General Public License Version 3. See the LICENSE file for details.