#syntax-highlighting #snippets #manager #clipboard #edit

app codecache

A terminal-based code snippet manager with syntax highlighting

2 releases

Uses new Rust 2024

new 0.1.1 Dec 6, 2025
0.1.0 Dec 6, 2025

#104 in Text editors

GPL-3.0-only and AGPL-3.0-or-later

32KB
490 lines

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.

Dependencies

~13–31MB
~383K SLoC