From cba59b3d378b38933db3bef77f2341fc8798ea92 Mon Sep 17 00:00:00 2001 From: De Catalyst Date: Thu, 30 Oct 2025 06:30:14 +0100 Subject: [PATCH] Add CCMD to CLI tools list in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93d20bb17..d261a0b41 100644 --- a/README.md +++ b/README.md @@ -298,7 +298,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [litecli](https://github.com/dbcli/litecli) - SQLite CLI with autocompletion and syntax highlighting. * [mycli](https://github.com/dbcli/mycli) - MySQL CLI with autocompletion and syntax highlighting. * [pgcli](https://github.com/dbcli/pgcli) - PostgreSQL CLI with autocompletion and syntax highlighting. - + * [CCMD](https://github.com/Wisyle/ccmd) - Security-hardened command manager that replaces complex terminal syntax with simple shortcuts. Published on PyPI. ## Computer Vision *Libraries for Computer Vision.*