cradle deploy: Manage Cradle deployments

The command "cradle deploy" is used to manage deployments in Cradle, a software development platform. Cradle provides a streamlined approach…

cppclean: Find unused code in C++ projects

"cppclean" is a tool specifically designed to identify unused code in C++ projects. It analyzes the source code of C++…

cppcheck: A static analysis tool for C/C++ code

"cppcheck" is a powerful static analysis tool designed specifically for C and C++ code. It helps developers identify potential bugs,…

cpdf: CLI to manipulate existing PDF files in a variety of ways

"cpdf" is a command-line interface (CLI) tool that allows you to manipulate existing PDF files in a variety of ways.…

cp: Copy files and directories

The "cp" command is a commonly used command-line utility in Unix-like operating systems that allows you to copy files and…

cowsay: Print ASCII art (by default a cow) saying or thinking something

"cowsay" is a fun and whimsical command-line program that allows you to generate ASCII art of a cow (though it…

couchdb: Command-line interface for Apache CouchDB database server

"couchdb" is a command-line interface (CLI) tool that provides a convenient way to interact with the Apache CouchDB database server.…

cotton: Markdown test specification runner

"cotton" is a tool designed to run Markdown test specifications. It is specifically built for testing and validating code examples,…

cosign: Container Signing, Verification and Storage in an OCI registry

"cosign" is a tool and framework that enables container signing, verification, and storage within an OCI (Open Container Initiative) registry.…

corepack: Zero-runtime-dependency package acting as bridge between Node projects and their package managers

"corepack" is a package management tool designed to act as a bridge between Node.js projects and their respective package managers.…