tcount is a utility to count your code by tokens and patterns in the syntax tree. It’s written in the Rust language.
Read moreCategory: Utilities
doas – execute commands as another user
The doas utility is a program originally written for OpenBSD which allows a user to run a command as though they were another user.
Read more
pkexec – execute a command as another user
pkexec allows an authorized user to execute a command as another user.
Read more
su – run a command with substitute user and group ID
su allows commands to be run with a substitute user and group ID.
Read more
dzdo – execute commands with the privileges of another user
dzdo is a command-line tool used to execute commands with the privileges of another user, such as the superuser or root user.
Read more
dnslookup – make DNS lookups
dnslookup is a simple command line utility to make DNS lookups. The tool supports DNS protocols: plain DNS, DoH, DoT, DoQ, DNSCrypt.
Read more
dog – command-line DNS client
dog is a command-line DNS client. It has colourful output, understands normal command-line argument syntax.
Read more
drill – perform DNS lookups
ldns includes a DNS lookup utility named drill. It can perform DNS lookups and display the answers. Written in C.
Read more
xtmsplit – Xtremsplit-compliant file splitter and merger
xtmsplit is a command line program that allows to use or create .xtm files, like the Xtremsplit program allows on Windows.
Read more
filesplitter – split large file into multiple small files
filesplitter is a CLI tool that split large files into multiple small files. It’s written in the Python programming language.
Read more
loc – count lines of code quickly
loc is a tool for counting lines of code. It’s a Rust implementation of cloc, but it’s more than 100x faster.
Read more
loccount – count source lines of code in a project
loccount is a re-implementation of David A. Wheeler’s sloccount tool in Go. It’s free and open source software.
Read more
gocloc – fast cloc
goclock is a little fast cloc (Count Lines Of Code) utility. It seeks inspiration from tokei. It’s written in Go.
Read more
Tokei – count your code, quickly
Tokei is a program that displays statistics about your code. Tokei is written in the Rust programming language.
Read more
scc – very fast accurate code counter
scc counts physical the lines of code, blank lines, comment lines, and physical lines of source code in many programming languages.
Read more
SLOCCount – set of tools for counting physical Source Lines of Code
SLOCCount is a set of tools for counting physical Source Lines of Code (SLOC) in many languages of a potentially large set of programs.
Read more
RnR – securely rename multiple files and directories
RnR is a command-line tool to securely rename multiple files and directories that supports regular expressions.
Read more
Alternatives to popular CLI tools: mv
This article spotlights alternative tools to mv.
Read more
Alternatives to popular CLI tools: locate
This article spotlights alternative tools to locate.
Read more
plocate – much faster locate
plocate is a locate based on posting lists, completely replacing mlocate with a much faster (and smaller) index.
Read more