| Crates.io | codecache |
| lib.rs | codecache |
| version | 0.1.1 |
| created_at | 2025-12-06 10:52:53.117589+00 |
| updated_at | 2025-12-06 11:14:55.322116+00 |
| description | A terminal-based code snippet manager with syntax highlighting. |
| homepage | |
| repository | |
| max_upload_size | |
| id | 1969979 |
| size | 103,913 |
CodeCache is a terminal code snippet manager with syntax highlighting.
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.
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 clipboardd to delete the selected snippetc to copy the selected snippete to edit the selected snippetq to quitThis project is licensed under the GNU General Public License Version 3. See the LICENSE file for details.