From d14a418acd206a4f057d4c473b196f5221dad3a8 Mon Sep 17 00:00:00 2001 From: Leonardo Zanobi Date: Fri, 11 Jul 2025 16:33:52 +0200 Subject: [PATCH] Add CommandChronicles (ccr) to CLI tools section --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index dc9cce2..8fdc8b9 100644 --- a/readme.md +++ b/readme.md @@ -60,6 +60,7 @@ Inspired by [awesome](https://github.com/sindresorhus/awesome). * [exa](https://the.exa.website/) - Modern replacement for `ls` with icons and colors. * [bat](https://github.com/sharkdp/bat) - Cat clone with syntax highlighting. * [zx](https://github.com/google/zx) - Tool for writing shell scripts in JavaScript. +* [ccr](https://github.com/NeverVane/commandchronicles) - Enhanced CLI history manager, project-aware, with sync and encryption. ## DevOps & Infrastructure