When exploring a Windows executable from a Linux environment, it can be useful to determine which Dynamic Link Libraries (DLLs) the program expects to load. This information can help during...
The dstask is a terminal-based task manager that uses Git to keep task data organized and version-controlled. It supports projects, priorities, tags, due dates, and task tracking from the command...
Gonzo is a terminal-based log viewer designed to make structured and plain-text logs easier to read and investigate. It provides an interactive interface for browsing log output and can be...
Taskwarrior is a command-line task management utility designed for organizing todo lists directly from the terminal. It provides support for priorities, projects, due dates, filtering, and task status management. This...
The tuxedo is a fast, keyboard-driven terminal user interface for managing tasks in the standard todo.txt format. It supports Vim-style key bindings, task filtering, sorting, archiving, and other todo.txt operations...
The lf is a lightweight terminal-based file manager written in Go. It provides a fast, keyboard-driven way to browse directories and manage files directly from the command line. This tutorial...
Mcat is a utility for parsing, converting, and previewing various types of content directly from the command line. It supports formats such as images, Markdown, PDF, video, and other files...
OCRmyPDF is a command-line tool that adds an OCR text layer to scanned PDF documents, making their contents searchable and easier to process. Running OCRmyPDF from a Docker container avoids...
PCRE2 is a Perl-compatible regular expression library that provides pattern-matching capabilities for applications. It provides command-line utilities such as pcre2grep and pcre2test, which can be used to search text with...
Duplo is a command-line utility for detecting the duplicated sections of source code. It can scan files, identify repeated blocks, and report the locations and number of duplicate lines. Duplo...