134 private links
A customizable command launcher for storing and executing commands.
Screen savers and visual effects for your terminal! - oiwn/tarts
A simple TUI to visualize regular expressions right in your terminal. - vitor-mariano/regex-tui
Elevator Simulator Game. Contribute to jmuconto/elevator_sim_game development by creating an account on GitHub.
Process labelled tabular ASCII data using normal UNIX tools.
File system explorer and analyzer with an interactive TUI - Epistates/gravityfile
eilmeldung is a TUI RSS reader based on the awesome news-flash library.
GitHub - eyeblech/cinecli: CineCLI is a cross-platform command-line movie browser built with Python.
CineCLI is a cross-platform command-line movie browser built with Python. - eyeblech/cinecli
The devs are over here at devzat, chat over SSH! Contribute to quackduck/devzat development by creating an account on GitHub.
Modern TUI for Makefiles with interactive target selection, dependency visualization, and command safety analysis.
A simple, yet effective Personal Relationship Manager - mattogodoy/nametag
DIY Dynamic DNS — the simple, Unix-philosophy way to retrieve your home network's IP address remotely - codesections/d5
Learn about Linux file permissions, their importance, and best practices to ensure security and efficiency in managing files.
Master essential Linux networking commands with practical examples and troubleshooting tips to diagnose, debug, and optimize real-world Linux network issues.
Package managers are essential tools on Linux systems. They help you install, update, and remove software packages with simple commands. Most distributions come with their own package managers, like apt, dnf, or pacman.
However, many modern tools are distributed as pre-compiled binaries via GitHub releases. Developers using languages like Go, Rust, and Deno often release their software this way. New projects that are not included in the official distro repository yet have to opt for this method.