“clockwork-cli” is a command-line interface (CLI) tool that provides a convenient way to interact with the Clockwork PHP debugging framework from the command line. Clockwork is a powerful debugging and profiling tool for PHP applications, and the CLI interface allows developers to access its features and functionalities without the need for a graphical user interface. […]
Linux
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 projects. It provides a convenient way to analyze and understand the composition of codebases by providing detailed information about the lines of code, comments, and blank lines. The primary purpose of “cloc” is to assist […]
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) or invoke a specific function with data in a Clojure environment. The tool provides flexibility and convenience for working with Clojure code and interacting with a Clojure runtime. The primary purpose of the “clj” tool […]
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 interface of a computer. It offers a way to navigate and manipulate files and directories directly from the terminal. The primary purpose of clifm is to offer a user-friendly and efficient file management solution without […]
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 music collection on a computer. It provides a user-friendly interface and a variety of tools to enhance your music listening experience. The primary purpose of Clementine is to serve as a comprehensive music player that […]
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 empty slate. When you execute the “clear” command, it removes all the text and output that was previously displayed in the terminal window, effectively clearing the screen. The primary purpose of the “clear” command is […]
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 experience for C, C++, and Objective-C codebases. Rather than being invoked directly, clangd is typically used through an editor plugin or extension. The main purpose of clangd is to enable advanced code analysis, code completion, […]
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 LLVM (Low-Level Virtual Machine) project and is designed to be a modern and efficient alternative to traditional compilers like GCC (GNU Compiler Collection). The primary purpose of clang is to translate human-readable source code into […]
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 potential security vulnerabilities. It is part of the LLVM project and utilizes the Clang compiler infrastructure to analyze the source code. The primary purpose of clang-tidy is to help developers identify and fix issues in […]
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, JavaScript, Objective-C, Protobuf, and C#. It helps enforce consistent code style and improves code readability. The main purpose of clang-format is to automatically apply a predefined set of formatting rules to the source code files, […]