codecache

Crates.iocodecache
lib.rscodecache
version0.1.1
created_at2025-12-06 10:52:53.117589+00
updated_at2025-12-06 11:14:55.322116+00
descriptionA terminal-based code snippet manager with syntax highlighting.
homepage
repository
max_upload_size
id1969979
size103,913
(simon0302010)

documentation

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.

Commit count: 0

cargo fmt