clockwork-cli: A command-line interface for the Clockwork PHP debugging framework

"clockwork-cli" is a command-line interface (CLI) tool that provides a convenient way to interact with the Clockwork PHP debugging framework…

cloc: Count, and compute differences of, lines of source code and comments

"cloc" is a command-line tool used to count and compute differences in lines of source code and comments in software…

clj: Clojure tool to start a REPL or invoke a specific function with data

"clj" is a command-line tool in the Clojure programming language ecosystem. It is used to start a REPL (Read-Eval-Print Loop)…

clifm: The command line file manager

"clifm" stands for Command Line File Manager, which is a program designed to provide file management capabilities within the command-line…

clementine: A modern music player and library organizer

"Clementine" is a modern music player and library organizer that offers a range of features for managing and enjoying your…

clear: Clears the screen of the terminal (Command Examples)

The "clear" command is a command-line utility used to clear the contents of the terminal screen, providing a clean and…

clangd: Language server that provides IDE-like features to editors

"clangd" is a language server that provides IDE-like features to code editors. It is specifically designed to enhance the editing…

clang: Compiler for C, C++, and Objective-C source files. Can be used as a drop-in replacement for GCC

"clang" is a compiler that supports the compilation of C, C++, and Objective-C source files. It is part of the…

clang-tidy: An LLVM-based C/C++ linter to find style violations, bugs and security flaws through static analysis

"clang-tidy" is a powerful tool that performs static analysis on C and C++ code to detect style violations, bugs, and…

clang-format: Tool to auto-format C/C++/Java/JavaScript/Objective-C/Protobuf/C# code

clang-format" is a powerful tool that automatically formats source code written in various programming languages such as C, C++, Java,…