Dust is a command line tool which allows to view and analyze disk space usage. This tool can be used as an alternative to the du command.
This tutorial explains...
The ripgrep is a command line tool which allows searching for strings in files using regex pattern. By default, ripgrep ignores files and directories that specified in .gitignore file. This...
GoTTY is a tool which allows sharing terminal in the browser. It converts command line tools into web applications. GoTTY is written in Go programming language.
This tutorial shows how...
The grex is a command line tool and library for creating Perl compatible regular expressions (PCRE) from user given test cases. The grex outputs a regular expression that only match...
Tokei is a command line tool for counting blank lines, comment lines, and physical lines of source code. Results are displayed in the table. Tokei supports various programming languages.
This...
Uptime Kuma is an open-source tool to monitor the uptime of hosts or servers. This tool can be used to check if website or service is up. If monitored target...
The wuzz is a command line tool for inspecting HTTP requests interactively. User is able to provide URL, params, HTTP method, request headers and data in different sections. An HTTP...
The jid is a command line tool which allows drilling down JSON data interactively using filters. This tool provides suggestion and auto-completion.
This tutorial demonstrates how to install jid on...
The mediainfo is a command line tool to show information about video and audio files. Information is presented in grouped categories such as general, video, audio, text, chapters, and other...