You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
awesome-cli-apps/data/apps.csv

1492 lines
222 KiB
Plaintext

category,name,homepage,git,description
productivity,h-m-m,,https://github.com/nadrad/h-m-m,"h-m-m (pronounced like the interjection ""hmm"") is a simple, fast, keyboard-centric terminal-based tool for working with mind maps."
networking,ipcalc,http://jodies.de/ipcalc,https://github.com/kjokjo/ipcalc,"Takes an IP address and netmask and calculates the resulting broadcast, network, Cisco wildcard mask, and host range."
networking,PSSH,https://code.google.com/archive/p/parallel-ssh/,https://github.com/lilydjwg/pssh,"PSSH provides parallel versions of OpenSSH and related tools. Included are pssh, pscp, prsync, pnuke, and pslurp. The project includes psshlib which can be used within custom applications."
networking,rtop,http://www.rtop-monitor.org/,https://github.com/rapidloop/rtop,"rtop is a simple, agent-less, remote server monitoring tool that works over plain SSH. Written in Go, it does not need any software to be installed on the server that you want to monitor. It works by establishing an SSH session, and running commands on the remote server to collect system metrics."
networking,geoiplookup,,https://github.com/maxmind/geoip-api-c,A little application to find geographical and network information of an IP address based no the geoip C API.
networking,quickserve,,https://github.com/haileys/quickserve,"Quickserve is a very simple HTTP server written in Python that is intended for quickly sharing files on an ad-hoc basis. Aside from opening a port in your firewall if you have one, quickserve requires no set-up and should work with no hassle."
text-search,ack,http://beyondgrep.com/,https://github.com/beyondgrep/ack3,"A tool like `grep` optimized for programmers; written in Perl, it speeds up searches thanks to skipping non-interesting directories, such as `.git`."
text-search,ag,,https://github.com/ggreer/the_silver_searcher,"(The silver searcher) is a text search utility targeted to source code; it skips versioning systems data directories; it is inspired by `ack`, but faster."
text-search,paragrep,http://software.clapper.org/paragrep/,https://github.com/bmc/paragrep,"Greps regular expressions in a text file(s) and prints out the paragraphs containing those expressions, a paragraph is defined as a block of text delimited by an empty or blank line, fully customizable via command line parameters."
text-search,sift,https://sift-tool.org/,https://github.com/svent/sift,"Fast and powerful open source alternative to grep; it targets flexibility and performance: can be as fast as ""regular"" grep and allows specifying complex expressions to find text."
viewers,ccat,,https://github.com/owenthereal/ccat,A `cat` command with colorized output.
option-picker,fzf,,https://github.com/junegunn/fzf,"(FuZzy Finder) is a general-purpose command-line finder with fuzzy search/filter capabilities, good integration with `vim`."
text-processing,grc,,https://github.com/pengwynn/grc,"(Generic Colourizer) can be configured to parse a given text stream and to colorize it according to regexp written in configuration files, different patterns can be associated to file types."
data-management-json,jq,https://stedolan.github.io/jq/,https://github.com/stedolan/jq,"(JSON Query?) is sed-like processor for JSON data; can be used to process JSON files and data streams and perform operations such as those allowed by `cat`, `sed`, `grep` and `awk` on regular text files."
option-picker,percol,,https://github.com/mooz/percol,"A Python script that ""1) receives input lines from `stdin` or a file, 2) lists the input lines and waits for input that filter/select the line(s), 3) outputs the selected line(s) to `stdout`""; can be used to add interactivity to many regular shell commands."
option-picker,pick,,https://github.com/mptre/pick,Utility that allows users to choose one option from a set of choices using an interface with fuzzy search functionality.
data-management-tabular,q,http://harelba.github.io/q/,https://github.com/harelba/q,"Executes SQL-like queries on CSVs/TSVs tabular data files; each tabular file is treated as a database table; support to all SQL constructs (`WHERE`, `GROUP BY`, `JOIN`)."
font,FIGlet,http://www.figlet.org/,https://github.com/cmatsuoka/figlet,"Not exactly a font manager, but a nice program for making large letters out of ordinary text; an astonishing number of different fonts is available."
font,toilet,http://caca.zoy.org/wiki/toilet,https://github.com/cacalabs/toilet,"A program that tries to improve `FIGlet`; can load FIGlet fonts; supports Unicode input and output, color fonts and output, and various output formats, including HTML, IRC and ANSI; uses `libcaca` to produce nice textual effects."
editors,Emacs,https://www.gnu.org/software/emacs/,https://git.savannah.gnu.org/git/emacs.git,"One of the godfathers of text editors, free long-standing software project, with a huge amount of functionalities and extensions; implemented and extendable with E-Lisp."
editors,jed,http://www.jedsoft.org/jed/index.html,https://github.com/jedsoft/jed,A text editor with a drop-down menu facility that make it especially user-friendly.
editors,joe,http://joe-editor.sourceforge.net/,https://sourceforge.net/projects/joe-editor/,"(Joe's Own Editor) is a compact text editor written in C, a detailed list of features and missing ones is explicitly reported on the website, this editor is mentioned in several web sources for its capability in handling large files."
editors,nano,https://www.nano-editor.org/,https://git.savannah.gnu.org/git/nano.git,"Easy to use, lightweight text editor; no complex keybindings to remember."
editors,micro,,https://github.com/zyedidia/micro,"A terminal-based text editor written in Go that aims to be easy to use and intuitive, while also taking advantage of the full capabilities of modern terminals."
editors,neovim,https://neovim.io/,https://github.com/neovim/neovim,"A work in progress attempt to improve [vim](http://www.vim.org/), dropping older/unused OS compatibility, improving the codebase readability, modularity, and maintainability; it has chances to become the next choice of vim users."
editors,slap,,https://github.com/slap-editor/slap,"Text editor inspired by [Sublime Text](https://www.sublimetext.com/) written in NodeJS, extendable in JavaScript."
editors,vai,,https://github.com/stefanoborini/vai,"A text editor similar to `vim` written in Python; many feature are nicely replicated, some are still missing; however, the advantage of this implementation is its simplicity, maintainability and extensibility, thanks to the Python implementation."
editors,vim,http://www.vim.org/,https://github.com/vim/vim,"Historically one of the preferred text editors, behavior based on editing modes, plenty of plugins and tips to address every possible editing problem."
editors,vis,,https://github.com/martanne/vis,"""a modern, legacy free, simple yet efficient vim-like editor"", and more: ""The intention is not to be bug for bug compatible with vim, instead a similar editing experience should be provided. The goal could thus be summarized as 80% of vim's features implemented in roughly 1% of the code""; the editor is scriptable in LUA and supports editing large files."
editors,WordGrinder,https://cowlark.com/wordgrinder/,https://github.com/davidgiven/wordgrinder,"From the website: ""WordGrinder is a word processor for processing words. It is not WYSIWYG. It is not point and click. It is not a desktop publisher. It is not a text editor. It does not do fonts and it barely does styles. What it does do is words. It's designed for writing text. It gets out of your way and lets you type."" "
terminal,byobu,http://byobu.co/,https://github.com/dustinkirkland/byobu,"A text-based window manager and terminal multiplexer; it features enhanced profiles, convenient keybindings, configuration utilities, and toggle-able system status notifications; compatible with `screen` and `tmux`."
terminal,screen,https://www.gnu.org/software/screen/,https://git.savannah.gnu.org/git/screen.git,"Terminal multiplexer that split a physical terminal between several processes, typically interactive shells."
terminal,Tmate,https://tmate.io/,https://github.com/tmate-io/tmate,"A fork of tmux that allows sharing the terminal with other users. AFAIK, it connects to a centralized server to establish the connection. Someone may see this inconvenient for privacy issues."
terminal,tmux,https://tmux.github.io/,https://github.com/tmux/tmux,"Terminal multiplexer; born to improve `screen`; client-server architecture, `vi` and `emacs` key-bindings, search in window feature and many more."
terminal,warp,,https://github.com/spolu/warp,Secure and simple terminal sharing.
monitor-top,bpytop,,https://github.com/aristocratos/bpytop,Linux/OSX/FreeBSD resource monitor with a nice interface.
monitor,glances,https://nicolargo.github.io/glances/,https://github.com/nicolargo/glances,"A comprehensive and detailed system monitoring tool; monitored parameters include: CPU, memory, load, process list, network interfaces, disk I/O, sensors, filesystems, docker, system info, uptime."
utility,GoTTY,,https://github.com/yudai/gotty,"A program to turn CLI tools into web applications; basically, it runs a command and starts a server so that the output can be displayed in a web page."
monitor,inxi,http://smxi.org/docs/inxi.htm,https://github.com/smxi/inxi,"A comprehensive system information script; provides information about CPU, graphics, audio and network devices, drives and partitions, sensors; implemented as a Bash script."
monitor-top,iotop,http://guichaz.free.fr/iotop/,https://repo.or.cz/iotop.git,"""A Python program with a top like UI used to show of behalf of which process is the I/O going on""."
monitor-top,htop,http://hisham.hm/htop/,https://github.com/htop-dev/htop,"An interactive process viewer for Unix; improves the UI of `top`, by adding real-time meters and colors."
monitor,multitail,https://www.vanheusden.com/multitail/,https://github.com/folkertvanheusden/multitail,A command to open multiple log files in a single terminal window and monitor them in real-time.
monitor,ngrep,http://ngrep.sourceforge.net/,https://github.com/jpr5/ngrep,"(Network grep) applies the `grep` logic to the network layer, allowing to match regular expressions against data payloads of packets; it recognizes IPv4/6, TCP, UDP, ICMPv4/6, IGMP and Raw across Ethernet, PPP, SLIP, FDDI, Token Ring and null interfaces."
file-handling,progress,,https://github.com/Xfennec/progress,"A tool to monitor the progress of common Coreutils command-line tools (`cp`, `mv`, `dd`, `tar`, `rsync`, etc.); it uses a ncurses interface to display the percentage of data copied; it works by reading from system files and retrieving the necessary information for the estimation."
monitor,powertop,https://01.org/powertop,https://github.com/fenrus75/powertop,"A `top`-like utility to monitor the sources of power consumption, allows turning on/off many components, quite useful to track possible power-related issues."
monitor,sysdig,https://www.sysdig.org/,https://github.com/draios/sysdig,"Sysdig captures system calls and events from the Linux kernel. You can save, filter, and analyze the data with our CLI or our desktop app. Think of sysdig as strace + tcpdump + htop + iftop + lsof + wireshark for your entire system."
monitor,smem,https://www.selenic.com/smem/,https://selenic.com/repo/smem,"Python program that reports memory usage; it can report the ""proportional set size"" (PSS), a meaningful representation of the amount of memory used by libraries and applications in a virtual memory system; it has built-in chart generation."
monitor-top,top,,https://gitlab.com/procps-ng/procps,The classical Unix utility that provides a rolling display of top CPU using processes.
utility,watch,http://www.linfo.org/watch.html,https://gitlab.com/procps-ng/procps/,"Periodically runs a command in the console while temporarily clearing the screen content; it makes it easy to check differences between the output of two subsequent commands; it provides ""diff"" functionality to highlight the changing characters between outputs."
productivity,wtf,,https://github.com/wtfutil/wtf,"The personal information dashboard for your terminal, including todos, calendar, JIRA, etc."
shells,Bash,https://www.gnu.org/software/bash/,https://git.savannah.gnu.org/git/bash.git,(Bourne Again SHell) The most widespread system shell to date.
shells,Fish,https://fishshell.com/,https://github.com/fish-shell/fish-shell,"""A command line shell for the 90s""; focused on user-friendliness, with powerful autosuggestions, colors, ""sane scripting"" (w.r.t. to Bash)."
shells,Zsh,http://www.zsh.org/,https://sourceforge.net/p/zsh/code/ci/master/tree/,Alternative shell designed for interactive use.
system,conspy,http://conspy.sourceforge.net/,https://sourceforge.net/p/conspy/code/ci/default/tree/,"""Conspy allows a (possibly remote) user to see what is displayed on a Linux virtual console, and send keystrokes to it."" "
system,lshw,http://www.ezix.org/project/wiki/HardwareLiSter,https://ezix.org/src/pkg/lshw,"A small tool to provide detailed information on the hardware configuration of the machine. It can report exact memory configuration, firmware version, mainboard configuration, CPU version and speed, cache configuration, bus speed, etc."
system,Ntfy,,https://github.com/dschep/ntfy,Cross-platform Python utility that enables you to automatically get desktop notifications on demand or when long-running commands complete. It can as well send push notifications to your phone once a particular command completes.
launcher,task-spooler,http://vicerveza.homeunix.net/~viric/soft/ts/,,"A Unix batch system that can be used to add the Linux commands to the queue and execute them one after the other in numerical order (ascending order, to be precise). This can be very useful when you have to run a lot of commands, but you don't want to waste time waiting for one command to finish and run the next command. You can queue it all up and Task Spooler will execute them one by one. In the mean time, you can do other activities."
monitor,ttyload,http://www.daveltd.com/src/util/ttyload/,https://github.com/lindes/ttyload,"ttyload is a lightweight utility which is intended to offer a color-coded graph of load averages over time on Linux and other Unix-like systems. It enables a graphical tracking of system load average in a terminal (""tty"")."
history,hstr,,https://github.com/dvorka/hstr,"A tool for managing the history, powerful visual search and execution of previous commands, history editing capabilities."
launcher,parallel,https://www.gnu.org/software/parallel/,https://git.savannah.gnu.org/git/parallel.git,"A shell tool from GNU for executing jobs in parallel using one or more computers, it can split the input and pipe it into commands in parallel."
security,cipher,,https://github.com/ash-shell/cipher,An Ash module that makes it easy to perform aes-256-cbc encryption for files and directories.
security,hashcat,https://hashcat.net/hashcat/,https://github.com/hashcat/hashcat,"A robust and efficient password cracking tool that can help you recover lost passwords, audit password security, benchmark, or just figure out what data is stored in a hash."
security,encfs,http://www.arg0.net/#!encfs/c1awt,https://github.com/vgough/encfs,"Encrypted filesystem in user-space based on [FUSE](https://it.wikipedia.org/wiki/FUSE), mounts an encrypted directory into a clear one."
security,LUKS,https://guardianproject.info/code/luks/,https://github.com/guardianproject/luks,"Hard disk encryption tool; it stores all setup information in the partition header, enabling easy data transport or migration."
password-manager,safe.sh,,https://github.com/windowsrefund/safe,"Pure Bash script to manage secure archives; simple and clean; uses [gnugpg](https://gnupg.org/) for encryption/decryption, thus can leverage tools like [GPG Agent](https://www.gnupg.org/documentation/manuals/gnupg/Invoking-GPG_002dAGENT.html)."
password-manager,titan,https://www.byteptr.com/titan/,https://github.com/nrosvall/ylva,"Password management belongs to the command line, deep into the Unix heartland, the shell. Titan is written in C and is available under the MIT license."
writing,trino,,https://github.com/eneserdogan/trino,Quick and easy translation of words and phrases entered in the command line.
office,Teapot,https://www.syntax-k.de/projekte/teapot/,,"Compact ncurses-based spreadsheet with original syntax, 3D-style and built-in functions."
office,sc-im,,https://github.com/andmarti1424/sc-im,"Spreadsheet Calculator Improvised -- An ncurses spreadsheet program for terminal. It is rich in functionalities, but the syntax of functions and other details are different from the common spreadsheets such as Excel and Calc, making difficult to ""re-cycle"" existing knowledge on these programs to work proficiently with sc-im. Nevertheless, a nice piece of software."""
office,tpp,http://www.ngolde.de/tpp.html,https://github.com/Kerrick/tpp,(text presentation program) a ncurses Ruby program that allows producing nice text-based presentation with simple markup language.
organizers,gcalcli,,https://github.com/insanum/gcalcli,"CLI to access Google Calendars; allows doing the main tasks: create, delete, and list events."
organizers,khal,,https://github.com/pimutils/khal,"CLI and terminal calendar program, able to synchronize with CalDAV servers through [vdirsyncer](https://github.com/pimutils/vdirsyncer)."
organizers,ppl addressbook,http://ppladdressbook.org/,https://github.com/henrycatalinismith/ppl,"`ppl` is free software made out of other free software. It's built on top of Ruby and Git, and the completely free vCard address book format."
note-taking,kb,,https://github.com/gnebbia/kb,A minimalist knowledge base manager.
organizers,khard,,https://github.com/lucc/khard,Console carddav client written in Python.
todo-manager,iKog,https://sites.google.com/site/henspace/ikog/,https://github.com/boyska/ikog,"A fully-featured task manager encapsulated within a Python script (just carry around the script to retain all the TODOs). When the script is run, a Python shell is opened, where task-related commands can be entered (ADD, LIST, etc.); a pity that commands are uppercase, which requires the annoying use of the Shift key."
todo-manager,Yokadi,https://yokadi.github.io/,https://github.com/agateau/yokadi,Project-based todo manager: every task must be specified with a mandatory project indication. Tasks are stored within a SQLlite DB. Written in Python.
organizers,pal,http://palcal.sourceforge.net/,https://sourceforge.net/p/palcal/code/HEAD/tree,"Calendar program for Unix/Linux systems that can keep track of events; custom, plain text storage format; interesting and fully functional."
organizers,Remind,https://dianne.skoll.ca/projects/remind/,https://git.skoll.ca/Skollsoft-Public/Remind.git,"Calendar program with possibility to set complex rules to define events; custom, powerful text-based storage format."
todo-manager,TaskWarrior,https://taskwarrior.org/,https://github.com/GothenburgBitFactory/taskwarrior,"Todo manager with advanced features, dedicated synchronization server available, many plugins and related tools, healthy software project."
todo-manager,todo.txt,http://todotxt.org/,https://github.com/todotxt/todo.txt-cli,"Minimalistic todo manager that uses a simple plain text file to keep track of items, implemented as a shell script."
todo-manager,TuDu,https://code.meskio.net/tudu/,https://github.com/meskio/tudu,"A command line interface to manage hierarchical todos. Each task has a title, a long text description, a deadline (tudu warns you when the date is close), and a scheduled date. There are categories and priorities."
organizers,Wyrd,http://freecode.com/projects/wyrd/,https://gitlab.com/wyrd-calendar/wyrd,Curses front-end for [Remind](https://www.roaringpenguin.com/products/remind) written in OCaml with vertically scrollable time-table.
time-tracker,arbtt,http://arbtt.nomeata.de/,https://github.com/nomeata/arbtt,"(automatic, rule-based time tracker) runs in background, collecting information regarding open windows, focused ones, etc.; it can be configured to display statistics on the collected data, e.g., figuring out the time spent on one specific window."
financial,ledger,http://ledger-cli.org/,https://github.com/ledger/ledger,"A powerful, double-entry accounting system from the command-line; it uses a simple yet powerful text syntax to specify the items to account."
calc,Qalculate,https://qalculate.github.io/,https://github.com/Qalculate/libqalculate,"Multi-purpose calculator with customizable functions, units, arbitrary precision, plotting (it includes a GUI)."
writing,Translate Shell,https://www.soimort.org/translate-shell/,https://github.com/soimort/translate-shell,"Command-line translator using Google Translate, Bing Translator, Yandex.Translate, etc."
viewers,cacaview,http://caca.zoy.org/wiki/libcaca,https://github.com/cacalabs/libcaca,"A library and a program to display JPG, PNG, GIF or BMP images in the terminal using ASCII characters."
markdown,glow,,https://github.com/charmbracelet/glow,"Render Markdown on the CLI, with pizzazz!"
markdown,Terminal Markdown Viewer,,https://github.com/axiros/terminal_markdown_viewer,Python based Markdown viewer for the terminal.
viewers,mplayer,http://www.mplayerhq.hu/design7/news.html,,"One of the most popular video/audio players around, plays most audio and video formats (using ASCII characters) in the shell, provides a GUI for graphical visualization."
viewers,mpv,https://mpv.io/,https://github.com/mpv-player/mpv,"A cross-platform media player with many features such as frame timing, MKV chapters and subtitles. It is a responsive video player with minimal layout customizable with themes. A good alternative media player to VLC since it can handle almost all the media formats as VLC, but using much less resources."
music,ncmpcpp,https://rybczak.net/ncmpcpp/,https://github.com/ncmpcpp/ncmpcpp,"NCurses Music Player Client (Plus Plus) - featureful ncurses based MPD client inspired by ncmpc. Relevant features: tag editor, playlist editor, easy to use search engine, media library, music visualizer, ability to fetch artist info from [last.fm](https://www.last.fm/), new display mode, alternative user interface, ability to browse and add files from outside of MPD music directory."
music,espeak,http://espeak.sourceforge.net/,https://sourceforge.net/p/espeak/code/HEAD/tree,A compact open source software speech synthesizer for English and other languages.
music,Alsamixer,http://www.alsa-project.org/main/index.php/Main_Page,https://github.com/alsa-project/alsa-utils,ALSA mixer with curses interfaces.
music,cmus,https://cmus.github.io/,https://github.com/cmus/cmus,A fast and lightweight audio player with configurable keybindings and playlist support.
music,MOC,https://moc.daper.net/,,"(music on console) is a powerful and easy to use console audio player, user interface a la Midnight Commander, plenty of features, fully controllable from the keyboard."
music,mpg123,http://mpg123.org/,https://sourceforge.net/projects/mpg123,"Quick `mp3` sound file player; no visual interface, just a command-line audio file player for `mp3` files."
music,mps-youtube,,https://github.com/mps-youtube/yewtube,"A curses player for music tracks from YouTube; it allows searching for songs and playlists; it downloads the video, extracts the audio track and plays it; handles local playlists and many configuration parameters."
music,ogg123,https://www.xiph.org/downloads/,https://gitlab.xiph.org/xiph/ogg.git,"Quick `ogg` sound file player; no visual interface, just a command-line audio file player for the free and open `ogg` file format."
graphics,ImageMagick,http://www.imagemagick.org/script/index.php,https://github.com/ImageMagick/ImageMagick,"Software suite to create, edit, compose, or convert bitmap images; it handles many file formats (including PDF and SVG) and provides processing tools to ""resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves""."
graphics,scrot,,https://github.com/dreamer/scrot,A simple CLI tool to capture screenshots.
git,git,https://git-scm.com/,https://github.com/git/git,"The winner across all the existing file versioning tools, distributed versioning, fully controllable from the command-line, plenty of configuration and usage options, behind a number of related project that leverage git as backend."
git,git-annex,https://git-annex.branchable.com/,git://git-annex.branchable.com/ git-annex,"Manages files with `git`, without checking the file contents into git; very useful to manage large/binary files."
git,git-stats,,https://github.com/IonicaBizau/git-stats,Local git statistics including GitHub-like contributions calendars.
versioning,Mercurial,https://www.mercurial-scm.org/,https://www.mercurial-scm.org/repo/hg,"Free, distributed source control management tool."
git,tig,,https://github.com/jonas/tig,"An ncurses-based text-mode interface for `git` that can act as a repository browser, but can also assist in staging changes for commit at chunk level."
file-system,sshfs,,https://github.com/libfuse/sshfs,Locally mount a remote file-system through SSH and access files and directory as they would be on the local machine.
file-system,TMSU,http://tmsu.org/,https://github.com/oniony/TMSU,"A tool for tagging files, it provides a simple command line tool for applying tags and a virtual filesystem so that you can get a tag-based view of your files from within any other program."
file-manager,lfm,https://inigo.katxi.org/devel/lfm/,https://github.com/langner/lfm,"(Last File Manager) is a file manager written in Python; it comes with lots of features, including 1-pane or 2-pane view, files filters and bookmarks, tree view, virtual file-systems to open compressed archives, search in files, customizable keybindings and themes."
file-manager,Midnight Commander,http://www.midnight-commander.org/,https://github.com/MidnightCommander/mc,"A visual file manager, full-screen text mode application that allows you to copy, move and delete files and whole directory trees and search for files; includes an internal viewer and editor."
file-manager,ncursesFM,,https://github.com/FedeDP/ncursesFM,"File manager written in C, rather complete in terms of features, especially lightweight and responsive."
file-manager,ranger,https://ranger.github.io/,https://github.com/ranger/ranger,"Console file manager with vi key bindings, curses interface with a view on the directory hierarchy, comes with a file launcher that automatically determines which program to use for opening a given file type."
file-manager,vifm,https://vifm.info/,https://github.com/vifm/vifm,"""ncurses based file manager with vi like keybindings/modes/options/commands/configuration, which also borrows some useful ideas from mutt"" (cit.)."
conversion,catdoc,http://www.wagner.pp.ru/~vitus/software/catdoc/,http://www.wagner.pp.ru/git/oss/catdoc.git,"Command line converter from Microsoft Word to plain text, output is sent to the standard output."
conversion,Pandoc,http://pandoc.org/,https://github.com/jgm/pandoc,"Universal document file converter; handles input output from/to a number of formats: HTML, PDF, LaTeX, DOCX, ODT, AsciiDoc, Markdown, Textile, just to mention a few; the quality of conversion strongly depends on the combination of input/output formats."
backup,borg,https://www.borgbackup.org/,https://github.com/borgbackup/borg,"Encrypted backups with a clean and simple interface, easy to use and set up, possibility to mount the backup archive with FUSE and inspect it as a regular file system."
backup,duplicity,http://duplicity.nongnu.org/,https://gitlab.com/duplicity/duplicity,"Creates GPG encrypted, compressed backups; client-side encryption allows uploading the backup onto untrusted servers."
backup,Duply,http://duply.net/,https://sourceforge.net/projects/ftplicity,Simplifies the use of [duplicity](http://duplicity.nongnu.org/) by keeping clean configuration files to automate the backup.
backup,paperbackup,,https://github.com/intra2net/paperbackup,Create a PDF with barcodes to backup text files on paper.
transfer,rclone,https://rclone.org/,https://github.com/rclone/rclone,Rclone manages file synchronization on cloud storage.
transfer,Unison,https://www.cis.upenn.edu/~bcpierce/unison/,https://github.com/bcpierce00/unison,"File synchronizer. It allows two replicas of a collection of files and directories to be stored on different hosts (or different disks on the same host), modified separately, and then brought up to date by propagating the changes in each replica to the other."
backup,Zaloha.sh,,https://github.com/Fitus/Zaloha.sh,Shellscript for synchronization of files and directories.
disk-analyzer,cdu,http://arsunik.free.fr/prog/cdu.html,,cdu (colored `du`) is a Perl script that calls `du` and displays a pretty histogram with optional colors allowing to immediately see the directories which take most disk space.
disk-analyzer,dfc,,https://github.com/rolinh/dfc,Report file system space usage information with style.
disk-analyzer,ncdu,https://dev.yorhel.nl/ncdu,https://code.blicky.net/yorhel/ncdu,"""A disk usage analyzer with a ncurses interface. It is designed to find space hogs on a remote server where you don't have an entire graphical setup available."""
file-dir-cleanup,classifier,,https://github.com/bhrigu123/classifier,"Organize files in your current directory, by classifying them into folders of music, PDFs, images, etc."
file-dir-cleanup,detox,http://detox.sourceforge.net/,https://sourceforge.net/projects/detox,"A utility designed to easily clean up filenames, it replaces characters like spaces with standard equivalents, it also replaces UTF-8 or Latin-1 (or CP 1252) characters with more handy ones."
file-handling,dtrx,https://brettcsmith.org/2007/dtrx/,https://github.com/dtrx-py/dtrx,"(Do The Right eXtraction) aims at taking ""all the hassle out of extracting archives""; allows using one command to extract archives in different formats, recursive extraction (files into file) and extracts files into dedicated directories."
ls,exa,https://the.exa.website/,https://github.com/ogham/exa,"Replacement for 'ls' written in Rust, with colors and several additional ""views"". As of today, the README says it is currently unmaintained and the only maintainer is unreachable. See `eza` for a maintained fork. "
ls,lsd,,https://github.com/lsd-rs/lsd,"This project is a rewrite of GNU ls with lots of added features like colors, icons, tree-view, more formatting options etc. The project is heavily inspired by the super colorls project."
cd,fasd,,https://github.com/clvv/fasd,"It offers quick access to files and directories for POSIX shells by keeping track of files and directories you have accessed, so that you can quickly reference them in the command line."
find,fd,,https://github.com/sharkdp/fd,"A simple, fast, and user-friendly alternative to find. Written in Rust."
find,plocate,https://plocate.sesse.net/,https://git.sesse.net/plocate,"A much faster locate; plocate is a locate based on posting lists, completely replacing mlocate with a much faster (and smaller) index."
file-renamer,rename,https://www.kernel.org/pub/linux/utils/util-linux/,,"Included in `util-linux`, allows bulk rename of files with regex support."
file-renamer,renameutils,http://www.nongnu.org/renameutils/,,"A set of programs to change file and directory names by editing them in-place, I find `imv` especially useful to edit a filename at the program prompt."
file-dir-cleanup,rmlint,,https://github.com/sahib/rmlint,"A tool to recursively scan a directory tree looking for duplicate and broken files, it outputs statistics and save the list of files in JSON format, it produces a shell script that can be inspected before running it to delete the desire files."
file-handling,gcp,,https://github.com/aelafifi/gcp,"`gcp` (Goffi's cp) is an advanced file copier tool, heavily inspired from the traditional `cp` command utility, but with some additional features: Displays the copy progress indicator, with estimated time, current file speed; logs of all actions; resume of interrupted copy processes."
file-manager,nnn,,https://github.com/jarun/nnn,"""The unorthodox terminal file manager"" is a tiny, nearly 0-config and fast file manager supporting all the operations on files and directories."
file-handling,PathPicker,https://facebook.github.io/PathPicker/,https://github.com/facebook/pathpicker,"A tool from Facebook that parses the output from a command and presents a UI to select files and directories, can be used to apply a command of a interactively selected files or to move across directories."
file-explorer,tree,http://mama.indstate.edu/users/ice/tree/,https://gitlab.com/OldManProgrammer/unix-tree,"""Recursive directory listing command that produces a depth indented listing of files""."
funny,asciicquarium,http://www.robobunny.com/projects/asciiquarium/html/,https://github.com/rgoring/asciiquarium,Enjoy the mysteries of the sea from the safety of your own terminal!
funny,cmatrix,http://www.asty.org/cmatrix/,https://github.com/abishekvashok/cmatrix,ncurses program that display the scrolling lines found in the movie `The matrix`.
funny,cowsay,https://en.wikipedia.org/wiki/Cowsay,https://github.com/tnalpgge/rank-amateur-cowsay,A program that generates a ASCII art of a cow with a bubble containing the specified message (I provide the Wikipedia link since at the moment the link to the author's homepage results to be unreachable).
funny,cowthink,https://en.wikipedia.org/wiki/Cowsay,https://github.com/tnalpgge/rank-amateur-cowsay,"Same as `cowsay`, but uses a ""think"" bubble instead of a speech bubble."
funny,fortune,http://software.clapper.org/fortune/,https://github.com/bmc/fortune,Generates random messages fetched from a quotation database.
funny,Steam Locomotive,http://www.cyberciti.biz/tips/displays-animations-when-accidentally-you-type-sl-instead-of-ls.html,https://github.com/mtoyoda/sl,A steam locomotive traverses the screen from right to left if `sl` is typed instead of `ls`.
funny,ternimal,,https://github.com/p-e-w/ternimal,Simulate a life form in the terminal.
funny,StarWars vision,,,See Star Wars in ASCII with ``telnet towel.blinkenlights.nl`` (server seems down recently - I leave the link in the hope that it will be resumed in the future).
games,bastet,http://fph.altervista.org/prog/bastet.html,https://github.com/fph/bastet,(Bastard Tetris) implements the classical Tetris but with a logic to generate the next block which maximizes the difficulty for the player.
games,Cataclysm: Dark Days Ahead,https://cataclysmdda.org/,https://github.com/CleverRaven/Cataclysm-DDA,Open source turn-based survival RPG development project.
games,Dwarf fortress,http://www.bay12games.com/dwarves/,,"A fantasy game using ASCII art graphical representation of the game environment, it features a rich environment with many options and possibilities."
games,freesweep,http://www.upl.cs.wisc.edu/~hartmann/sweep/,,"A Minesweeper clone for the terminal which allows you to configure settings such as table rows and columns up to 1024x1024!), percentage of bombs, colors, and also has a high scores table."
games,Nethack,http://nethack.org/,https://github.com/NetHack/NetHack,Single player rogue-like dungeon exploration game.
games,Oldrunner,http://culot.org/public/Code/oldrunner.html,https://github.com/culot/oldrunner,"Character-based remake of Lode Runner, includes all the original 150 levels."
games,Slash'EM,http://slashem.sourceforge.net/,https://sourceforge.net/projects/slashem/,"Rogue-like game derived from `nethack` offering extra features, monsters, and items; includes a GUI version."
typing,Typespeed,http://typespeed.sourceforge.net/,https://sourceforge.net/projects/typespeed/,"Type words that are flying by from left to right as fast as you can; features different word sets, e.g., UNIX commands, English words, Non-English words."
webdev,Hugo,https://gohugo.io/,https://github.com/gohugoio/hugo,The world's fastest framework for building websites.
webdev,Metalsmith,http://www.metalsmith.io/,https://github.com/metalsmith/metalsmith,"An extremely simple static site generator, all functionalities are provided by plugins that can be combined and chained, written and extendable in JavaScript."
webdev,nanoc,http://nanoc.ws/,https://github.com/nanoc/nanoc,"Static site generator written in Ruby, extremely powerful and customizable, support many formats to generate HTML content."
webdev,Tsung,http://tsung.erlang-projects.org/,https://github.com/processone/tsung,"A multi-protocol distributed load testing tool that can be used to stress HTTP, WebDAV, SOAP, PostgreSQL, MySQL, LDAP and Jabber/XMPP servers."
browser,Links,http://www.jikos.cz/~mikulas/links//,,A textual Web browser with tables and frames.
browser,Elinks,http://elinks.cz/,https://repo.or.cz/elinks.git,"""Advanced and well-established feature-rich text mode web browser""; started as a fork of `Links`; it supports background download with queueing, some support from CSS, text box editing in external text editor."
browser,Lynx,http://lynx.invisible-island.net/,,"A highly configurable text-based web browser, one of the oldest CLI browser I'm aware of."
browser,w3m,http://w3m.sourceforge.net/,https://sourceforge.net/projects/w3m/,"A text-based web browser as well as a pager like `less`, it can be used as a text formatting tool which typesets HTML into plain text."
rss,Newsbeuter,http://newsbeuter.org/,https://github.com/akrennmair/newsbeuter,"""The Mutt of RSS Feed Readers"": Newsbeuter is an open source RSS/Atom feed reader for text terminals. Has great configurability and vast number of features, making it a slick and fast feed reader that can be completely controlled via keyboard."
email,alpine,http://www.washington.edu/alpine/,,"Mail client which aims at being ""fast, easy to use email client that is suitable for both the inexperienced email user as well as for the most demanding of power users""."
email,alot,,https://github.com/pazz/alot,"MUA written in Python using the [NotMuch](https://notmuchmail.org/) backend, MailDir format support."
email,mbsync,http://isync.sourceforge.net/mbsync.html,,"Mailboxes synchronization tool, allows downloading email locally, MailDir format supported."
email,Mutt,http://www.mutt.org/,https://gitlab.com/muttmua/mutt,"Mail client with tons of features, customization chances, support for IMAP, POP3, multiple storage formats."
email,sup,http://sup-heliotrope.github.io/,https://github.com/sup-heliotrope/sup,"MUA written in Ruby; specifically developed for accounts with ""a lot of emails""; nice thread-based presentation."
transfer,aria2,,https://github.com/aria2/aria2,"Lightweight and easy-to-use download utility; it supports HTTP/HTTPS, FTP, SFTP, BitTorrent, Metalink and multiple sources; cross-platform."
transfer,croc,,https://github.com/schollz/croc,Easily and securely send things from one computer to another.
transfer,curl,https://curl.haxx.se/,https://github.com/curl/curl,"A tool and library for transferring data with URL syntax, supports a lot of protocols."
torrent,Deluge,http://deluge-torrent.org/,https://git.deluge-torrent.org/deluge,"A lightweight, Free Software, cross-platform BitTorrent client; a terminal curses interface, web interface and command line client can connect to a running daemon to manage torrent downloads."
transfer,lftp,https://lftp.yar.ru/,https://github.com/lavv17/lftp,"""Sophisticated FTP/HTTP client, and a file transfer program supporting a number of network protocols""; support for bookmarks and mirroring features."
transfer,Magic Wormhole,,https://github.com/magic-wormhole/magic-wormhole,The program allows transfer arbitrary-sized files and directories (or short pieces of text) from one computer to another The two endpoints are identified by using identical human-readable codes.
transfer,OnionShare,https://onionshare.org/,https://github.com/onionshare/onionshare,"""An open source tool that lets you securely and anonymously share a file of any size."" "
transfer,qrcp,https://www.linuxuprising.com/2020/07/qrcp-transfer-files-between-desktop-and.html,https://github.com/claudiodangelis/qrcp,Transfer Files Between Desktop And Mobile Devices Over Wi-Fi By Scanning A QR Code.
transfer,rsync,https://download.samba.org/pub/rsync/rsync.html,https://github.com/WayneD/rsync,"Mirror directories across networked machines, handles diffs/changed files, works across SSH, plenty of parameters."
transfer,sitecopy,http://www.manyfish.co.uk/sitecopy/,,"Synchronizes a local copy of a website with a remote copy on a server, does not use SSH/`scp` but FTP for file copy, useful when the remote server does not support secure copy."
transfer,stftp,http://stftp.sourceforge.net/,https://sourceforge.net/projects/stftp,"(simple terminal FTP) aims to be an ""easy-to-use and unbloated client for the UNIX (and UNIX-like) console""."
transfer,Woof,http://www.home.unix-ag.org/simon/woof.html,https://github.com/simon-budig/woof,(Web Offer One File) sets up an HTTP webserver to serve files from a given local directory all the users connected to the network can see and download the files.
transfer,youtube-dl,,https://github.com/ytdl-org/youtube-dl,Downloads videos from [YouTube](https://www.youtube.com/) and some other sites useful for automated bulk downloads.
chat,finch,http://www.pidgin.im/,,"IM program supporting many protocols, including Yahoo!, AIM, IRC, or WLM; comes with the `Pidgin` project."
chat,irssi,http://www.irssi.org,https://github.com/irssi/irssi,"The most popular IRC client for the command-line; a flexible program, with many options and supporting many protocols."
chat,RainbowStream,http://www.rainbowstream.org/,,Twitter client for the terminal allows almost all the operations that can be done from GUI and Web clients.
chat,WeeChat,http://weechat.org/,https://github.com/weechat/weechat,"WeeChat is a fast, light and extensible chat client, with a text-based user interface, designed to be light and extensible: a lightweight core with optional plugins."
chat,ssh-chat,,https://github.com/shazow/ssh-chat,"Custom SSH server written in Go. Instead of a shell, you get a chat prompt."
organizers,goobook,,https://gitlab.com/goobook/goobook,The purpose of GooBook is to make it possible to use your Google Contacts from the command-line and from MUAs such as Mutt. It can be used from Mutt the same way as abook.
programming,dasht,http://sunaku.github.io/dasht/man/man0/README.html,https://github.com/sunaku/dasht,"Search in 200+ offline documentation sets API docs offline, in your terminal or browser."
online,arch-wiki,,https://github.com/deadhead420/arch-wiki,Search the Arch Wiki anywhere from the command line.
online,googler,,https://github.com/jarun/googler,"Google Search, Google Site Search, Google News from the terminal."
text-processing,lolcat,,https://github.com/busyloop/lolcat,Ruby Gem to colorize the output of the cat command.
monitor,neofetch,,https://github.com/dylanaraps/neofetch,"Neofetch is a CLI system information tool written in BASH. Neofetch displays information about your system next to an image, your OS logo, or any ASCII file of your choice. Currently abandoned."
calc,pdd,,https://github.com/jarun/pdd,"Tiny date, time diff calculator."
prompt,powerline,,https://github.com/powerline/powerline,"Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile."
online,socli,,https://github.com/gautamkrishnar/socli,Stack overflow command line client written in Python. Search and browse stack overflow without leaving the terminal
screensaver,termsaver,http://termsaver.brunobraga.net/,,"termsaver to enjoy fancy ASCII screensavers like matrix, clock, starwars, and a couple of not-safe-for-work screens."
data-management,dateutils,http://www.fresse.org/dateutils/,https://github.com/hroptatyr/dateutils,Dateutils are a bunch of tools that revolve around fiddling with dates and times in the command line with a strong focus on use cases that arise when dealing with large amounts of financial data.
data-management-tabular,VisiData,https://www.visidata.org/,https://github.com/saulpw/visidata,"Interactive multitool for tabular data. It combines the clarity of a spreadsheet, the efficiency of the terminal, and the power of Python, into a lightweight utility which can handle millions of rows with ease."
data-management-tabular,csvkit,,https://github.com/wireservice/csvkit,"A suite of command-line tools for converting to and working with CSV, the king of tabular file formats."
programming,gdb-dashboard,,https://github.com/cyrus-and/gdb-dashboard,Modular visual interface for GDB in Python.
password-manager,hide,,https://github.com/whatl3y/hide,AES-256 bit encrypted password manager with all encrypted passwords stored locally on your machine
password-manager,gopass,https://www.gopass.pw/,https://github.com/gopasspw/gopass,gopass is a rewrite of the pass password manager in Go with the aim of making it cross-platform and adding additional features. The target audience are professional developers and sysadmins (and especially teams of those) who are well versed with a command line interface.
password-manager,password-store,https://www.passwordstore.org/,https://git.zx2c4.com/password-store,"With pass, each password lives inside a GPG encrypted file whose filename is the title of the website or resource that requires the password. These encrypted files may be organized into meaningful folder hierarchies, copied from computer to computer, and, in general, manipulated using standard command line file management utilities."
password-manager,dpg,,,"The Deterministic Password Generator - Generates passwords based on a master password and the indication of the website/service/username, without the need of storing anything."
video,yt-splitter,,https://github.com/redsolver/yt-splitter,Downloads and splits audio tracks from a YouTube video according to the chapters/tracks. Useful for compilations or full album uploads.
backup,bupstash,,https://github.com/andrewchambers/bupstash,Easy and efficient encrypted backups.
cd,zoxide,,https://github.com/ajeetdsouza/zoxide,"It remembers which directories you use most frequently, so you can ""jump"" to them in just a few keystrokes."
viewers,TerminalImageViewer,,https://github.com/stefanhaustein/TerminalImageViewer,Small C++ program to display images in a (modern) terminal using RGB ANSI codes and Unicode block graphics characters.
monitor,whowatch,https://www.tecmint.com/whowatch-monitor-linux-users-and-processes-in-real-time/,,Monitor Linux Users and Processes in Real Time.
time-tracker,dijo,,https://github.com/NerdyPepper/dijo,"Scriptable, curses-based, digital habit tracker."
note-taking,cadmus,,https://github.com/RyanGreenup/cadmus,Shell Scripts to Facilitate Effective Note Taking.
file-explorer,twf,,https://github.com/wvanlint/twf,Standalone tree view file explorer.
diff,delta,,https://github.com/dandavison/delta,A syntax-highlighter for git and diff output.
graphics,chafa,,https://github.com/hpjansson/chafa,Terminal graphics for the 21 st century.
viewers,youtube-viewer,,https://github.com/trizen/youtube-viewer,Lightweight application that searches and streams videos from YouTube.
note-taking,posce,,https://github.com/vdt/posce,A note-taking toolkit for your command line.
disk-analyzer,dutree,,https://github.com/nachoparker/dutree,A tool to analyze file system usage written in Rust.
diff,ydiff,,https://github.com/ymattw/ydiff,"View colored, incremental diff."
password-manager,kpcli,http://kpcli.sourceforge.net/,https://github.com/rebkwok/kpcli,A command line interface for KeePass databases.
data-management,GNU Recutils,https://www.gnu.org/software/recutils/manual/,,"Set of tools and libraries to access human-editable, text-based databases called recfiles."
games,terminal_board_games,,https://github.com/salt-die/terminally_bored_terminal_board_games,Board games for the terminal.
games,minesweeper,,https://github.com/gazpachoking/minesweeper,Cross-platform terminal based minesweeper.
games,Terminal Phase,https://dustycloud.org/blog/terminal-phase-1.0/,https://gitlab.com/dustyweb/terminal-phase,A space shooter game you can play in your terminal.
cd,broot,https://dystroy.org/broot/,https://github.com/Canop/broot,"broot displays an optimized (omitting unnecessary content) tree view of the filesystem, allowing to fuzzy search files and folder, and move to specified directories."
calc,Nota,https://kary.us/nota/,https://github.com/pouyakary/Nota,Terminal calculator with rich notation.
editors,vy,,https://github.com/vyapp/vy,A vim-like in Python made from scratch.
programming,pire,,https://github.com/johannestaas/pire,Python Interactive Regular Expressions.
browser,Graphene,,https://github.com/atsepkov/Graphene,A text-based web browser that's a joy to use.
cheatsheet,navi,,https://github.com/denisidoro/navi,An interactive cheatsheet tool for the command-line.
data-management-tabular,TSV Utilities,,https://github.com/eBay/tsv-utils,"Command line tools for large, tabular data files."
graphics,pastel,,https://github.com/sharkdp/pastel,"A command-line tool to generate, analyze, convert and manipulate colors."
screen-recorder,asciinema,,https://github.com/asciinema/asciinema,Terminal session recorder.
file-explorer,alder,,https://github.com/aweary/alder,Directory tree visualizer.
diff,diff-so-fancy,,https://github.com/so-fancy/diff-so-fancy,Make your diffs human-readable instead of machine-readable.
text-search,ripgrep-all,,https://github.com/phiresky/ripgrep-all,"grep in text files but also search in PDFs, E-Books, office documents, zip, tar.gz, etc."
text-search,ripgrep,,https://github.com/BurntSushi/ripgrep,Recursively searches directories for a regex pattern.
option-picker,pmenu,,https://github.com/sgtpep/pmenu,A dynamic terminal-based menu inspired by dmenu.
editors,eon,,https://github.com/tomas/eon,"A light, modern editor for your terminal that doesn't want to be vim."
data-management,datadash,,https://github.com/keithknott26/datadash,Visualize and graph data in the terminal.
music,Mp3blaster,http://www.mp3blaster.org/?m=1,https://sourceforge.net/projects/mp3blaster,Audio player for the text console.
data-management-json,jqview,,https://github.com/fiatjaf/jqview,Simplest possible native GUI for inspecting JSON.
transfer,ytmdl,,https://github.com/deepjyoti30/ytmdl,Get songs from YouTube in mp3 format.
funny,sha256-animation,,https://github.com/in3rsha/sha256-animation,Animation of the SHA-256 hash function in your terminal.
browser,cli-arxiv,,https://github.com/knguyenanhoa/cli-arxiv,CLI tool for exploring arXiv.
markdown,mdBook,,https://github.com/rust-lang/mdBook,Create book from Markdown files.
password-manager,SpicyPass,,https://github.com/JFreegman/SpicyPass,A light-weight password manager with a focus on simplicity and security.
data-management-json,jc,,https://github.com/kellyjonbrazil/jc,Serializes the output of command line tools to JSON.
music,muCLIar,,https://github.com/aayush1205/muCLIar,YouTube automator bringing you your music right on your CLI.
online,wikit,,https://github.com/KorySchneider/wikit,A command line program for getting Wikipedia summaries easily.
networking,mitmproxy,https://mitmproxy.org/,https://github.com/mitmproxy/mitmproxy,An interactive HTTPS proxy.
music,yt-audio,,https://github.com/RijulGulati/yt-audio,"A simple, configurable youtube-dl wrapper to download and manage YouTube audio."
games,Language-games,,https://github.com/Hellisotherpeople/Language-games,Dead simple games made with word vectors.
data-management-tabular,xsv,https://www.johndcook.com/blog/2019/12/31/sql-join-csv-files/,,Doing a SQL join with CSV files.
networking,bandwhich,,https://github.com/imsnif/bandwhich,Terminal bandwidth utilization tool.
monitor,dmidecode,https://www.nongnu.org/dmidecode/,https://git.savannah.gnu.org/git/dmidecode.git,System information utility.
git,forgit,,https://github.com/wfxr/forgit,A utility tool powered by fzf for using git interactively.
science,scholarref,https://adamsgaard.dk/scholarref.html,https://src.adamsgaard.dk/scholarref.git,Tools to never deal with journal webpages again.
games,crappybird-py,,https://github.com/JonPizza/crappybird-py,Flappy bird.
science,conrad,,https://github.com/vinayak-mehta/conrad,Track conferences and meetups.
note-taking,dn,,https://github.com/tomlockwood/dn,Daily notes command line tool.
git,onefetch,,https://github.com/o2sh/onefetch,Git repository summary on your terminal.
data-management-json,jtc,,https://github.com/ldn-softdev/jtc,JSON manipulation and transformation.
email,NeoMutt,https://neomutt.org/,https://github.com/neomutt/neomutt,Patched and up-to-dated mutt fork.
cheatsheet,kmdr-cli,,https://github.com/ediardo/kmdr-cli,The CLI tool for explaining commands from your terminal.
prompt,Starship,https://starship.rs/,https://github.com/starship/starship,The cross-shell prompt for astronauts.
todo-manager,todotxt-machine,https://pypi.org/project/todotxt-machine/,https://github.com/AnthonyDiGirolamo/todotxt-machine,Interface for todo.txt.
games,usolitaire,,https://github.com/eliasdorneles/usolitaire,Solitaire in your terminal.
file-manager,rnr,,https://github.com/bugnano/rnr,The RNR File Manager (RNR's Not Ranger) is a text based file manager that combines the best features of Midnight Commander and Ranger.
funny,cbonsai,,https://gitlab.com/jallbrit/cbonsai,"A bonsai tree generator, written in C using ncurses. It intelligently creates, colors, and positions a bonsai tree."
data-management-tabular,Dolt,,https://github.com/dolthub/dolt,"Dolt is Git for Data! Dolt is a SQL database that you can fork, clone, branch, merge, push and pull just like a git repository."
transfer,ytfzf,,https://github.com/pystardust/ytfzf,A POSIX script that helps you find YouTube videos (without API) and opens/downloads them using mpv/youtube-dl.
data-management-json,Graphtage,,https://github.com/trailofbits/graphtage,"Graphtage is a command-line utility and underlying library for semantically comparing and merging tree-like structures, such as JSON, XML, HTML, YAML, plist, and CSS files."
disk-analyzer,duf,,https://github.com/muesli/duf,Disk Usage/Free Utility.
productivity,tuxi,,https://github.com/Bugswriter/tuxi,A CLI tool that scrapes Google search results and SERPs that provides instant and concise answers.
note-taking,Clipboard,https://getclipboard.app/,https://github.com/Slackadays/Clipboard,An easy-to-use information management tool that acts like an external brain.
music,Siren,https://www.kariliq.nl/siren/,https://www.kariliq.nl/git/siren.git,Siren is a text-based audio player for UNIX-like operating systems.
financial,Ticker,,https://github.com/achannarasappa/ticker,Terminal stock watcher and stock position tracker.
transfer,xh,,https://github.com/ducaale/xh,xh is a friendly and fast tool for sending HTTP requests. It reimplements as much as possible of HTTPie's excellent design.
git,git-peek,,https://github.com/Jarred-Sumner/git-peek,git peek is the fastest way to open a remote git repository in your local text editor.
disk-analyzer,vizex,,https://github.com/bexxmodd/vizex,Visualize the disk space usage for every partition and media on the user's machine.
disk-analyzer,gdu,,https://github.com/dundee/gdu,"Pretty fast disk usage analyzer written in Go. Gdu is intended primarily for SSD disks where it can fully utilize parallel processing. However, HDDs work as well, but the performance gain is not so huge."
music,kord,,https://github.com/synestematic/kord,A Python framework that provides programmers with a simple API for the creation of music-based applications.
graphics,imgcat,,https://github.com/trashhalo/imgcat,Tool to output images in the terminal. Built with bubbletea.
science,bib.awk,,https://github.com/huijunchen9260/bib.awk,Bibliography manager written in awk.
programming,rr,https://rr-project.org/,https://github.com/rr-debugger/rr,"Debug the recording, deterministically, as many times as you want."
programming,nbterm,,https://github.com/davidbrochart/nbterm,Jupyter Notebooks in the terminal.
transfer,qr-filetransfer,,https://github.com/sdushantha/qr-filetransfer,Transfer files over Wi-Fi between your computer and your smartphone from the terminal.
science,element,,https://github.com/gennaro-tedesco/element,Periodic table on the command line.
viewers,termv,,https://github.com/Roshan-R/termv,A terminal IPTV player written in bash.
launcher,rofi,,https://github.com/davatorium/rofi,"A window switcher, application launcher and dmenu replacement."
file-renamer,F2,,https://github.com/ayoisaiah/f2,Cross-platform command-line tool for batch renaming files and directories quickly and safely.
todo-manager,grit,,https://github.com/climech/grit,A multitree-based personal task manager.
todo-manager,dstask,,https://github.com/naggie/dstask,Single binary terminal-based TODO manager with git-based sync + Markdown notes per task.
file-system,wutag,,https://github.com/vv9k/wutag,CLI Tool for tagging and organizing files by tags.
file-explorer,xplr,,https://github.com/sayanarijit/xplr,"A hackable, minimal, fast TUI file explorer, stealing ideas from nnn and fzf."
cheatsheet,eg,,https://github.com/srsudar/eg,Useful examples at the command line.
markdown,mdt,,https://github.com/robolab-pavia/mdt,MarkDown in the Terminal. A Markdown viewer with themes defined by JSON files and interactive mode to open links and word-wrapping adaptable to the terminal width.
organizers,buku,,https://github.com/jarun/buku,A powerful bookmark manager written in Python3 and SQLite3.
graphics,imgp,,https://github.com/jarun/imgp,"A command line image resizer and rotator for JPEG and PNG images. It can resize (or thumbnail) and rotate thousands of images in a go, at lightning speed, while saving significantly on storage."
backup,zbackup,http://zbackup.org/,https://github.com/zbackup/zbackup,"A globally-deduplicating backup tool, based on the ideas found in rsync."
torrent,Transmission,https://transmissionbt.com/,https://github.com/transmission/transmission,"Fast, easy and free BitTorrent client."
torrent,rtorrent,,https://github.com/rakshasa/rtorrent,"BitTorrent client uses ncurses and is ideal for use with tmux, screen or dtach."
terminal,dtach,,https://github.com/crigler/dtach,A program written in C that emulates the detach feature of screen.
file-handling,vidir,,https://github.com/trapd00r/vidir,vidir allows editing of the contents of a directory in a text editor.
security,Firejail,https://firejail.wordpress.com/,https://github.com/netblue30/firejail,A SUID program that reduces the risk of security breaches by restricting the running environment of untrusted applications using Linux namespaces and seccomp-bpf.
editors,Kakoune,http://kakoune.org/,https://github.com/mawww/kakoune,"Modal editor, faster as in less keystrokes, multiple selections, orthogonal design."
online,ddgr,,https://github.com/jarun/ddgr,A command line utility to search DuckDuckGo (HTML version) from the terminal.
games,chs,,https://github.com/nickzuber/chs,Play chess against the Stockfish engine in your terminal.
file-manager,clifm,,https://github.com/leo-arch/clifm,"A CLI-based, shell-like, and non-curses terminal file manager written in C: simple, fast, extensible, and lightweight as hell."
email,nmail,,https://github.com/d99kris/nmail,nmail is a console-based email client for Linux and macOS with a user interface similar to alpine / pine.
chat,matterhorn,,https://github.com/matterhorn-chat/matterhorn,A terminal client for the Mattermost chat system.
organizers,calcurse,https://calcurse.org/,https://git.calcurse.org/calcurse.git,"A calendar and scheduling application for the command line. It helps keep track of events, appointments and everyday tasks."
music,castero,,https://github.com/xgi/castero,A TUI podcast client for the terminal.
security,GnuPG,https://gnupg.org/,https://dev.gnupg.org/source/gnupg.git,GnuPG is a complete and free implementation of the OpenPGP standard as defined by RFC4880 (also known as PGP).
chat,tiny,,https://github.com/osa1/tiny,tiny is an IRC client written in Rust.
note-taking,Standard Unix Notes,,https://github.com/Standard-Unix-Notes/unix-notes,GPG Encrypted Notes/Notebook manager for BSD/Linux.
monitor-top,below,,https://github.com/facebookincubator/below,A time traveling resource monitor for modern Linux systems
monitor,dysk,https://dystroy.org/dysk,https://github.com/Canop/dysk,A thing to get information on your mounted disks
webdev,ain,,https://github.com/jonaslu/ain,An HTTP API client for the terminal.
conversion,BaFi,https://mmalcek.github.io/bafi/,https://github.com/mmalcek/bafi,"Universal JSON, BSON, YAML, CSV, XML translator to ANY format using templates."
text-processing,hck,,https://github.com/sstadick/hck,A sharp cut clone.
games,rpg-cli,,https://github.com/facundoolano/rpg-cli,Your filesystem as a dungeon!
disk-analyzer,dua,,https://github.com/Byron/dua-cli,Disk Usage Analyzer. Learn about the usage of disk space of a given directory with parallel access to max out SSD exploration.
data-management-tabular,tabview,,https://github.com/TabViewer/tabview,Python curses command line CSV and tabular data viewer.
versioning,Bazaar,http://bazaar.canonical.com/en/,,"Multiplatform version control system supporting different workflows; it is part of the GNU Project, and it is free software sponsored by Canonical."
git,grv,,https://github.com/rgburke/grv,"Git Repository Viewer - A terminal based interface for viewing Git repositories. It allows refs, commits, and diffs to be viewed, searched and filtered."
versioning,fossil,https://fossil-scm.org/,https://github.com/drhsqlite/fossil-mirror,"A simple, high-reliability, distributed software configuration management system with these advanced features: project management, built-in web interface, friendly self-hosting, simple networking, all-in-one standalone executable, and much more."
editors,Diakonos,,https://github.com/Pistos/diakonos,"A powerful editor with “standard"" keybindings and several advanced features; written in Ruby."
utility,yank,,https://github.com/mptre/yank,Reads input from stdin and display a selection interface that allows a field to be selected and copied to the clipboard.
terminal,mtm,,https://github.com/deadpixi/mtm,"Micro Terminal Multiplexer - Simple but usable, stable and minimalistic terminal multiplexer."
text-search-replace,sd,,https://github.com/chmln/sd,s[earch] & d[isplace] - An intuitive find & replace CLI a possible replacement for sed.
time-tracker,Watson,,https://github.com/TailorDev/Watson,Time tracking CLI to know how much time you are spending on your projects. It can generate nice reports for clients.
data-management,WOPR,,https://github.com/yaronn/wopr,"A simple markup language for creating rich terminal reports, presentations, and infographic."
games,Angband,https://rephial.org/,https://github.com/angband/angband,"Angband is a free, single-player dungeon exploration game."
programming,grex,,https://github.com/pemistahl/grex,A command-line tool for generating regular expressions from user-provided test cases.
browser,Amfora,,https://github.com/makew0rld/amfora,Amfora aims to be the best looking Gemini client with the most features. It does not support Gopher or other non-Web protocols.
browser,Bombadillo,https://bombadillo.colorfield.space/,https://tildegit.org/sloum/bombadillo.git,"A non-web browser, designed for a growing list of protocols operating outside of the web. Currently supports Gemini, Finger and Gopher."
file-handling,pycp,,https://github.com/dmerejkowsky/pycp,cp and mv with a progress bar.
calc,bcal,,https://github.com/jarun/bcal,"Byte CALculator - A REPL CLI utility for storage expression evaluation, SI/IEC conversion, byte address calculation, base conversion and LBA/CHS calculation."
password-manager,cpass,,https://github.com/xlucn/cpass,Another console UI for pass.
disk-analyzer,Dust,,https://github.com/bootandy/dust,du + rust = dust. Like du but more intuitive.
editors,ash,,https://github.com/akashnag/ash,"A simple and clean terminal-based text editor, that aims to be easy to use with modern key-bindings."
versioning,gee,,https://github.com/human37/gee,CLI repository manager and automation tool written in rust.
science,cobib,,https://gitlab.com/mrossinek/cobib,"Simple, command-line based bibliography management tool."
file-handling,doppelganger,,https://github.com/witchard/doppelganger,Save and load your shell environment to create doppelganger shells!
monitor,screenFetch,,https://github.com/KittyKatt/screenFetch,It can be used to generate one of those nifty terminal theme information + ASCII distribution logos. It auto-detects the distribution and display an ASCII version of that distribution's logo and some valuable information to the right.
graphics,inklayers,,https://github.com/toolleeo/inklayers,A command line program that exports layers from an SVG file. It can be used to create slide shows by editing a single SVG file.
programming,pvcheck,,https://github.com/claudio-unipv/pvcheck,"A tool to apply automated testing to programs that produce textual output. The format of the output is very specific, making pvcheck suitable to test programming quizzes."
cd,Jmp,,https://github.com/gholmes829/Jmp,Change directory with smart searching of the path specified through regex.
git,Gitea,https://gitea.com/,https://github.com/go-gitea/gitea,Single binary self-hosted Git service.
git,Soft Serve,,https://github.com/charmbracelet/soft-serve,Self-hostable Git server for the command line. One distinguished feature is the possibility to create new repositories with a push.
text-processing,deadlink,,https://github.com/nschloe/deadlink,Parses text files for HTTP URLs and checks if they are still valid. Good to use on Markdown documentation files.
cd,SmartCd,,https://github.com/CodesOfRishi/smartcd,"A cd command with improved usability features, which can remember your recently visited directory paths and, search and directly traverse to sub-directories and as well as parent directories, all with Fuzzy searching."
terminal,mx,,https://gitlab.com/lpireyn/mx,A tmux session manager written as a single Bash script.
time-tracker,Bartib,,https://github.com/nikolassv/bartib,Easy to use time tracking tool for the command line. It saves a log of all tracked activities as a plain-text file and allows you to create flexible reports.
productivity,gdir,,https://github.com/pafoster/gdir,A command line tool which queries Google Directions. The tool displays results as human-readable text.
webdev,Mycorrhiza Wiki,https://mycorrhiza.wiki/,https://github.com/bouncepaw/mycorrhiza,A lightweight file-system wiki engine that uses Git for keeping history.
viewers,ov,,https://github.com/noborus/ov,Feature-rich terminal-based text viewer.
programming,fastmod,,https://github.com/facebookincubator/fastmod,"A tool to assist you with large-scale codebase refactors, and it supports most of codemod's options. It is focused on improving the use case ""I want to use interactive mode to make sure my regex is correct, and then I want to apply the regex everywhere""."
file-watch,watchexec,,https://github.com/watchexec/watchexec,Executes commands in response to file modifications.
data-management-json,yq,,https://github.com/mikefarah/yq,Portable command-line YAML processor.
text-processing,squeeze,,https://github.com/aymericbeaumet/squeeze,"Enables to extract rich information from any text (raw, JSON, HTML, YAML, etc)."
text-search-replace,amber,,https://github.com/dalance/amber,Code search / replace tool.
file-renamer,mmv,,https://github.com/itchyny/mmv,Rename multiple files using your $EDITOR. The command name is named after multi-mv.
webdev,linkchecker,,https://github.com/linkchecker/linkchecker,Check links in web documents or full websites.
text-processing,brok,,https://github.com/smallhadroncollider/brok,Find broken links in text documents.
programming,chars,,https://github.com/antifuchs/chars,Display names and codes for various ASCII (and Unicode) characters / code points.
disk-analyzer,diskus,,https://github.com/sharkdp/diskus,"Minimal, fast alternative to du -sh."
programming,dtool,,https://github.com/guoxbin/dtool,Collection of development tools.
viewers,viu,,https://github.com/learn-anything/command-line-tools,Command-line application to view images from the terminal written in Rust.
cheatsheet,tealdeer,,https://github.com/dbrgn/tealdeer,Very fast implementation of tldr in Rust.
file-handling,xcp,,https://github.com/tarka/xcp,Extended cp.
cd,pazi,,https://github.com/euank/pazi,Fast autojump helper.
file-manager,hunter,,https://github.com/rabite0/hunter,Ranger-like file browser written in rust.
monitor-top,ytop,,https://github.com/cjbassi/ytop,TUI system monitor written in Rust.
monitor,noti,,https://github.com/variadico/noti,Monitor a process and trigger a notification.
find,friendly-find,,https://github.com/sjl/friendly-find,Usable replacement for find.
option-picker,fzy,,https://github.com/jhawthorn/fzy,Better fuzzy finder.
graphics,GraphicsMagick,http://www.graphicsmagick.org/,https://sourceforge.net/projects/graphicsmagick,Swiss army knife of image processing.
viewers,hexyl,,https://github.com/sharkdp/hexyl,Command-line hex viewer.
programming,temci,,https://github.com/parttimenerd/temci,Advanced benchmarking tool written in Python 3 that supports setting up an environment for benchmarking and the generation of visually appealing reports.
system,just,,https://github.com/casey/just,Handy way to save and run project-specific commands.
programming-boilerplate,license-up,,https://github.com/nikitavoloboev/license-up,Create a license quickly for a given name.
system,mackup,,https://github.com/lra/mackup,Keep your application settings in sync (OS X/Linux).
file-renamer,massren,,https://github.com/laurent22/massren,Easily rename multiple files using your text editor.
programming,scons,,https://github.com/SCons/scons,Software construction tool.
option-picker,skim,,https://github.com/lotabout/skim,Fuzzy Finder in rust.
webdev,snallygaster,,https://github.com/hannob/snallygaster,Tool to scan for secret files on HTTP servers.
graphics,svgcleaner,,https://github.com/RazrFalcon/svgcleaner,Clean up your SVG files from the unnecessary data.
security,wifi-password,,https://github.com/rauchg/wifi-password,Get Wi-Fi pass.
time-tracker,habitctl,,https://github.com/blinry/habitctl,Minimalist command line tool you can use to track and examine your habits.
programming-boilerplate,kickstart,,https://github.com/Keats/kickstart,Scaffolding tool to get new projects up and running quickly.
file-renamer,nomino,,https://github.com/yaa110/nomino,Batch rename utility for developers.
option-picker,luneta,,https://github.com/fbeline/luneta,Interactive filter that can be easily composed within any script.
data-management-json,jiq,,https://github.com/fiatjaf/jiq,jid on jq - interactive JSON query tool using jq expressions.
git,sad,,https://github.com/ms-jpq/sad,CLI search and replace. Show you a nice diff of proposed changes before you commit them.
file-watch,wfh,,https://github.com/kzys/wfh,Continuously watches your local directories and rsync them against a remote host.
text-search-replace,teip,,https://github.com/greymd/teip,Select partial standard input and replace with the result of another command.
text-processing,espanso,,https://github.com/espanso/espanso,Cross-platform Text Expander written in Rust. Not limited to the command line.
text-processing,huniq,,https://github.com/koraa/huniq,"Command line utility to remove duplicates from the given input. Note that huniq does not sort the input, it just removes duplicates."
ls,nat,,https://github.com/willdoescode/nat,Complete replacement for the `ls` command.
data-management-tabular,csvq,,https://github.com/mithrandie/csvq,SQL-like query language for CSV.
file-dir-cleanup,FClones,,https://github.com/pkolaczk/fclones,Efficient Duplicate File Finder.
data-management-json,dasel,,https://github.com/TomWright/dasel,Allows you to query and modify data structures using selector strings.
programming-boilerplate,Proji,,https://github.com/nikoksr/proji,Powerful cross-platform CLI project templating tool.
transfer,pbgopy,,https://github.com/nakabonne/pbgopy,Copy and paste between devices.
data-management,gnuplot,https://www.explainshell.com/explain/1/gnuplot,https://github.com/idank/explainshell,Generate two and three-dimensional plots of data.
file-handling,conan,,https://github.com/mirage/conan,Find clue about the type of the file.
diff,Difftastic,,https://github.com/Wilfred/difftastic,Syntax-aware structured diff tool.
launcher,Gaze,,https://github.com/wtetsu/gaze,"Runs a command, right after you save a file."
programming,todocheck,,https://github.com/preslavmihaylov/todocheck,Static code analyzer for annotated TODO comments.
browser,s,,https://github.com/zquestz/s,Web search from the terminal. Just opens in your browser.
text-processing,anew,,https://github.com/tomnomnom/anew,"Tool for adding new lines to files, skipping duplicates."
data-management-tabular,TV,,https://github.com/alexhallam/tv,Cross-platform CSV pretty printer made to maximize viewer enjoyment.
programming,hors,,https://github.com/WindSoilder/hors,Instant coding answers via the command line.
file-watch,Viddy,,https://github.com/sachaos/viddy,Modern watch command. Time machine and pager etc.
2 months ago
calc,kalker,,https://github.com/PaddiM8/kalker,"Command line calculator that supports math-like syntax with user-defined variables, functions, derivation, integration, and complex numbers."
online,so,,https://github.com/samtay/so,Terminal interface for Stack Overflow.
data-management-tabular,sq,,https://github.com/neilotoole/sq,"Command line tool that provides jq-style access to structured data sources such as SQL databases, or document formats like CSV or Excel."
rm,rip,,https://github.com/nivekuil/rip,"Move and restore items from the graveyard (by default, `/tmp/graveyard-$USER` if $XDG_DATA_HOME is not set and `$XDG_DATA_HOME/graveyard` otherwise)"
text-search,vgrep,,https://github.com/vrothberg/vgrep,User-friendly pager for grep.
webdev,urlhunter,,https://github.com/utkusen/urlhunter,Recon tool that allows searching on URLs that are exposed via shortener services.
webdev,lychee,,https://github.com/lycheeverse/lychee,"Fast, async, resource-friendly link checker written in Rust."
networking,Rustcat,,https://github.com/robiot/rustcat,Netcat Alternative in Rust.
funny,ponysay,,https://github.com/erkin/ponysay,Pony rewrite of cowsay.
funny,yosay,,https://github.com/yeoman/yosay,"Like cowsay, but for yeoman."
graphics,cli-mandelbrot,,https://github.com/danyshaanan/cli-mandelbrot,A CLI for traversing the Mandelbrot fractal.
funny,cli-fireplace,,https://github.com/dolsup/cli-fireplace,Shows digital fireplace.
graphics,givegif,,https://github.com/passy/givegif,GIFs on the command line.
git,git-extras,,https://github.com/tj/git-extras,"Little git extras like git-ignore, git-setup, git-changelog, git-release, git-effort and more."
versioning,Gistup,,https://github.com/mbostock/gistup,"Create a gist from terminal, then use git to update it."
ls,ll,,https://github.com/antonmedv/ll,ls with git status.
data-management-json,fx,,https://github.com/antonmedv/fx,Command-line JSON viewer.
networking,speedtest-net,,https://github.com/ddsol/speedtest.net,Test internet connection speed and ping using speedtest.net.
backup,shallow-backup,,https://github.com/alichtman/shallow-backup,Git integrated backup tool.
office,mdp,,https://github.com/visit1985/mdp,A command-line based Markdown presentation tool.
office,sent,https://tools.suckless.org/sent/,git://git.suckless.org/sent,Simple plain-text presentation tool.
note-taking,eureka,,https://github.com/simeg/eureka,Store your ideas without leaving the terminal.
todo-manager,taskell,,https://github.com/smallhadroncollider/taskell,Interactive kanban board/task manager.
todo-manager,taskbook,,https://github.com/klaudiosinani/taskbook,"Tasks, boards & notes for the command-line habitat."
science,papis,,https://github.com/alejandrogallo/papis,Extensible document and bibliography manager.
3 months ago
chat,TUIR,,https://gitlab.com/ajak/tuir,"Text-based interface (TUI) to view and interact with Reddit from your terminal; TUIR is a fork of rtv, featuring vim keybindings and themes."
networking,xxh,,https://github.com/xxh/xxh,Bring your favorite shell wherever you go through the ssh.
browser,browsh,https://www.brow.sh/,https://github.com/browsh-org/browsh,"It renders anything that a modern browser can; HTML5, CSS3, JS, video and even WebGL. Its main purpose is to be run on a remote server and accessed via SSH/Mosh or the in-browser HTML service in order to significantly reduce bandwidth and thus both increase browsing speeds and decrease bandwidth costs."
data-management-json,jless,https://pauljuliusmartinez.github.io/,https://github.com/PaulJuliusMartinez/jless,"Command-line JSON viewer designed for reading, exploring, and searching through JSON data."
viewers,bat,,https://github.com/sharkdp/bat,A cat clone with syntax highlighting and Git integration.
data-management,osmf,,https://github.com/codesoap/osmar,OpenStreetMap find - A simple command line tool to explore OSM data.
viewers,haxor-news,,https://github.com/donnemartin/haxor-news,Browse Hacker News like a haxor: A Hacker News command line interface (CLI).
viewers,texel,,https://github.com/Lauriat/texel,Command line interface for reading spreadsheets inside terminal.
games,gambit,,https://github.com/maaslalani/gambit,Chess board in your terminal.
package-manager,bin,,https://github.com/marcosnils/bin,Manages binary files downloaded from different sources.
package-manager,stew,,https://github.com/marwanhawari/stew,An independent package manager for compiled binaries.
games,clidle,,https://github.com/ajeetdsouza/clidle,"Wordle, now over SSH."
todo-manager,CLI-Manager,,https://github.com/MikyStar/CLI-Manager,Command Line Interface for managing tasks locally on the fly.
games,wordle-curses,,https://github.com/knosmos/wordle-curses,A simple TUI wordle game with curses.
networking,termishare,,https://github.com/qnkhuat/termishare,Peer to peer terminal sharing.
file-explorer,ictree,,https://github.com/NikitaIvanovV/ictree,Like tree but interactive.
financial,Quoter,,https://github.com/frossm/quoter,The console based stock quote tool.
package-manager,nala,,https://gitlab.com/volian/nala,apt package manager front-end with cleaner interface.
games,terminordle,,https://github.com/HP4k1h5/terminordle,"Inspired by the popular online game wordle made, you can play a pretty close replica of the original locally or multiplayer over the network."
git,gh-s,,https://github.com/gennaro-tedesco/gh-s,Search GitHub repositories interactively.
git,gh-f,,https://github.com/gennaro-tedesco/gh-f,"The ultimate, compact and snappy fzf extension for gh CLI."
git,stargazer,,https://github.com/gennaro-tedesco/stargazer,GitHub stats from the command line.
webdev,http-tanker,,https://github.com/PierreKieffer/http-tanker,"Terminal application used for API testing; easily create, manage and execute HTTP requests from the terminal."
history,Bevel,,https://github.com/NorfairKing/bevel,Command line history in an SQLite database for effective reuse.
data-management,zq,https://zed.brimdata.io/docs/commands/zq/,https://github.com/brimdata/zed,"A command-line tool that uses the Zed language for pipeline-style search and analytics. It can query a variety of data formats (CSV, JSON, etc.) in files, over HTTP, or in S3 storage."
torrent,Mabel,,https://github.com/smmr-software/mabel,A fancy BitTorrent client for the terminal built with Go and the Bubbletea library.
text-processing,tuc,,https://github.com/riquito/tuc,"You want to cut on more than just a character, perhaps using negative indexes or format the selected fields as you want... Maybe you want to cut on lines (ever needed to drop first and last line?)... That's where tuc can help."
games,sku,,https://github.com/fedeztk/sku,Simple TUI written in go to play sudoku in the terminal.
typing,fasttyper,,https://github.com/ickyicky/fasttyper,Fasttyper is minimalistic typing test based on user provided exercising text.
games,GameShell,,https://github.com/phyver/GameShell,"GameShell was devised as a tool to help university students to engage with a real shell, in a way that encourages learning while also having fun."
office,Lotus 1-2-3 for Linux,,https://github.com/taviso/123elf,A native port of Lotus 1-2-3 Release 3 to Linux.
organizers,addrb,,https://github.com/mrusme/addrb,A lightweight CLI / TUI address book that supports CardDAV.
history,atuin,,https://github.com/ellie/atuin,"Atuin replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronization of your history between machines, via an Atuin server."
graphics,Artem,,https://github.com/FineFindus/artem,"Convert images from multiple formats (JPG, PNG, WEBP, etc.) to ASCII art, written in Rust."
typing,thokr,,https://github.com/jrnxf/thokr,Sleek typing TUI with visualized results and historical logging.
online,socialscan,,https://github.com/iojw/socialscan,Python library and CLI for accurately querying username and email usage on online platforms.
music,termusic,,https://github.com/tramhao/termusic,Terminal Music Player written in Rust.
financial,cointop,,https://github.com/cointop-sh/cointop,A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies.
music,pulsemixer,,https://github.com/GeorgeFilipkin/pulsemixer,CLI and curses mixer for PulseAudio.
cd,fastdiract,,https://github.com/dp12/fastdiract,Lightning-fast cd and command execution.
file-dir-cleanup,inventory,,https://github.com/mothdotmonster/inventory,Move files like an old text adventure.
funny,Draw,,https://github.com/maaslalani/draw,draw is an simple drawing tool in the terminal. Hold your mouse down and move it across the screen to draw anything you want!
typing,toipe,,https://github.com/Samyak2/toipe,"Yet another typing test, but crab flavored."
networking,bore,,https://github.com/ekzhang/bore,A simple CLI tool for making tunnels to localhost.
editors,zee,,https://github.com/zee-editor/zee,"Zee is a modern editor for the terminal, in the spirit of Emacs. It is written in Rust and it is somewhat experimental."
file-watch,watcher,,https://github.com/sethigeet/watcher,"Watches all the files present in a directory and whenever a file is changed or a file is created/deleted from the directory, it runs a specified command."
rm,RecoverPy,,https://github.com/PabloLec/RecoverPy,"Recover deleted files and overwritten data. It scans every block of the partition. You can even find a string in binary files."
file-handling,file-type-cli,,https://github.com/sindresorhus/file-type-cli,Detect the file type of a file or stdin.
rm,trash-cli,,https://github.com/sindresorhus/trash-cli,"Move files and folders to the trash on Linux (XDG trash), macOS (`macOS-trash` library) and Windows (`recycle-bin` library)."
text-processing,Ultimate Plumber,,https://github.com/akavel/up,"Helps to interactively and incrementally explore textual data in Linux, by making it easier to quickly build complex pipelines, thanks to a fast feedback loop."
system,fkill-cli,,https://github.com/sindresorhus/fkill-cli,Simple cross-platform process killer.
system,has,,https://github.com/kdabir/has,Checks presence of various command line tools on the PATH and reports their installed version.
system,brightnessctl,,https://github.com/Hummer12007/brightnessctl,"Read and control device brightness. Devices, by default, include backlight and LEDs - searched for in corresponding classes."
note-taking,sncli,,https://github.com/insanum/sncli,A Python application that gives you access to your Simplenote account via the command line.
note-taking,dnote,,https://github.com/dnote/dnote,A simple command line notebook for the terminal. It also offers a seamless multi-device sync and a web interface.
note-taking,Geeknote,,https://github.com/jeffkowalski/geeknote,"A command line client for Evernote that can be use on Linux, FreeBSD and OS X."
note-taking,Terminal velocity,https://vhp.github.io/terminal_velocity/,https://github.com/vhp/terminal_velocity,"A fast, cross-platform note-taking application for the UNIX terminal."
science,Pubs,,https://github.com/pubs/pubs,Pubs organizes your scientific papers together with their bibliographic data and provides command line access to basic and advanced manipulation of your library.
data-management,IRedis,,https://github.com/laixintao/iredis,Interactive Redis: A CLI for Redis with autocompletion and Syntax Highlighting.
data-management-tabular,mycli,,https://github.com/dbcli/mycli,A command line client for MySQL that can do autocompletion and syntax highlighting.
data-management-tabular,pgcli,,https://github.com/dbcli/pgcli,Postgres CLI with autocompletion and syntax highlighting.
data-management-tabular,usql,,https://github.com/xo/usql,"Universal command-line interface for PostgreSQL, MySQL, Oracle Database, SQLite3, Microsoft SQL Server, and others, including NoSQL and non-relational databases."
music,Instant Music Downloader,,https://github.com/yask123/Instant-Music-Downloader,Instantly download any song!
music,Spotify TUI,,https://github.com/Rigellute/spotify-tui,A Spotify client for the terminal written in Rust.
music,dzr,,https://github.com/yne/dzr,"Command Line deezer.com Player for Linux, BSD, Android, Windows."
music,beets,,https://github.com/beetbox/beets,"Beets is the media library management system for obsessive music geeks: catalogs your collection, automatically improving its metadata as it goes."
music,musikcube,,https://github.com/clangen/musikcube,"A cross-platform, terminal-based audio engine, library, player and server written in C++."
video,Editly,,https://github.com/mifi/editly,A tool and framework for declarative NLE (non-linear video editing) using Node.js and FFmpeg.
video,ffmpeg,https://ffmpeg.org/,https://github.com/FFmpeg/FFmpeg,The Swiss knife of video editing from the command line.
shells,xonsh,https://xon.sh/,https://github.com/xonsh/xonsh,The xonsh shell lets you easily mix Python and shell commands in a powerful and simplified approach to the command line.
financial,hledger,https://hledger.org/,https://github.com/simonmichael/hledger,"A is fast, reliable, free, multicurrency double-entry accounting software to track money, investments, cryptocurrencies, time, or any other quantifiable commodity; uses a future-proof plain text file format."
git,fzf-git.sh,,https://github.com/junegunn/fzf-git.sh,"bash and zsh key bindings for Git objects, powered by fzf."
conversion,simtex,,https://github.com/simtex-dev/engine,"simtex (simplified LaTeX) allows you to convert your Markdown or text lectures into LaTeX file with one command, configured with simple .json file."
cd,ff,,https://github.com/akymos/ff,"ff is a command-line tool to manage favorite folders, creating an alias, to be used via shell directly with the cd command."
games,othello-cli,,https://github.com/LelsersLasers/othello-cli,"othello-cli is a CLI version of Othello (Reversi) written in Rust. You can play against another player, the AI, or watch two AIs play each other."
financial,paycon,,https://github.com/arcorion/paycon,Converts pay amounts between different time units.
transfer,Jitter,,https://github.com/kevspau/jitter,"A repository-oriented binary manager for Linux, Jitter searches through online repository (currently only on GitHub) for releases with .tar.gz, .tgz, .zip or .AppImage assets."
torrent,Transgression TUI,,https://github.com/PanAeon/transg-tui,A remote TUI client for the Transmission BitTorrent program.
diff,pdf-diff,,https://github.com/serhack/pdf-diff,A tool for visualizing differences between two PDF files. Mainly dedicated to editors that usually spends a lot of hours on several PDFs.
graphics,kakikun,,https://github.com/file-acomplaint/kakikun,"Kakikun is a tool to paint, draw and create ASCII art in your terminal using Unicode characters."
graphics,Aewan,http://aewan.sourceforge.net/,https://sourceforge.net/projects/aewan,Aewan is a multi-layered ASCII graphics/animation editor. It produces stand-alone cat-able ASCII art files and an easy-to-parse format for integration into terminal applications.
graphics,jp2a,https://csl.name/jp2a/,https://sourceforge.net/projects/jp2a,Command-line tool that converts images to ASCII art in the Linux terminal.
graphics,LinuxLogo,https://sourceforge.net/projects/linuxlogo/,https://sourceforge.net/projects/linuxlogo,Display the Linux distribution logo in ASCII format.
monitor,pv,http://www.ivarch.com/programs/pv.shtml,https://github.com/a-j-wood/pv,The pv command is used to monitor the progress of data through pipe.
networking,TStream,,https://github.com/qnkhuat/tstream,"Live streaming from the terminal. Requires the connection to a central server, from which the streaming is dispatched."
todo-manager,tsk,,https://github.com/kakengloh/tsk,"Terminal task management app with an emphasis on simplicity, efficiency and ease of use."
monitor,The Logfile Navigator,https://lnav.org/,https://github.com/tstack/lnav,An advanced and colorful log file viewer with TUI interface.
data-management-json,gojq,,https://github.com/itchyny/gojq,Pure Go implementation of jq.
science,pt.sh,,https://github.com/alexeytal/pt.sh,CLI periodic table with search and many properties.
terminal,Zellij,,https://github.com/zellij-org/zellij,"A workspace aimed at developers, ops-oriented people and anyone who loves the terminal. At its core, it is a terminal multiplexer."
todo-manager,xit,,https://github.com/jotaen/xit,"A plain-text file format for todos and check lists. So, not really a program, but I believe it is worth to list :-)"
security,uacme,,https://github.com/ndilieto/uacme,ACMEv2 client written in plain C with minimal dependencies.
music,Tizonia,,https://github.com/tizonia/tizonia-openmax-il,"Command-line cloud music player for Linux with support for Spotify, Google Play Music, YouTube, SoundCloud, TuneIn, iHeartRadio, Plex servers and Chromecast devices."
music,Tera,,https://github.com/shinokada/tera,"Terminal Radio: an easy-to-use CLI music player to play favorite music, radio stations and explore various radio stations from the terminal only."
games,sssnake,,https://github.com/AngelJumbo/sssnake,(Smart and sexy snake) The classic snake game for the terminal that can plays itself and be use like a screensaver.
devops,Devbox,,https://github.com/jetpack-io/devbox,Devbox is a command-line tool that lets you easily create isolated shells and containers by defining the list of packages required by the environment.
git,gh-stars,,https://github.com/aymanbagabas/gh-stars,A GitHub CLI extension to show repository stargazers.
browser,asuka,https://git.sr.ht/~julienxx/asuka,https://git.sr.ht/~julienxx/asuka,A Gemini Project client written in Rust with ncurses.
browser,Gremlin,,https://github.com/actuday6418/gremlin,Gemini browser for the terminal.
browser,min,,https://github.com/a-h/min,"A Gemini browser with Vim style keyboard navigation, client certificate support and history and bookmarks saved in TSV files."
browser,Telescope,https://telescope.omarpolo.com/,https://github.com/omar-polo/telescope,Gemini client with UI that is strongly inspired from Emacs and W3M.
browser,gplaces,,https://github.com/dimkr/gplaces,Simple but powerful terminal Gemini client.
browser,Romulus,,https://github.com/LukeEmmet/Romulus,"A cross-platform Gemini console client in C# with a simple user interface, interactive menus and mouse support."
email,pymailgen,,https://github.com/toolleeo/pymailgen,"Starting from the content of a CSV file and a template text file, pymailgen generates a list of emails to be sent out using a command-line SMTP client."
science,FAWOC,,https://github.com/robolab-pavia/fawoc,FAWOC is a TUI program for manually labelling a list of words. It has been developed to support the efficient clustering of documents based on topic modeling algorithms such as Dirichlet Latent Allocation.
science,slr-kit,,https://github.com/robolab-pavia/slr-kit,Set of CLI tools to assist the writing of Systematic Literature Reviews powered by Natural Language Processing.
editors,Helix,,https://github.com/helix-editor/helix,"A Kakoune / Neovim inspired editor, written in Rust. The editing model is very heavily based on Kakoune."
editors,o,,https://github.com/xyproto/orbiton,"Configuration-free text editor and IDE limited to VT100. Suitable for writing git commit messages, editing Markdown, config files, source code, viewing man pages and for quick edit-compile cycles when programming."
games,Pokete,,https://github.com/lxgr-linux/pokete,A terminal based Pokemon like game.
git,czg,,https://github.com/Zhengqbbb/cz-git,Interactively generate standardized commit messages.
transfer,portal,,https://github.com/SpatiumPortae/portal,A quick and easy command-line file transfer utility from any computer to another.
funny,pokeget,,https://github.com/talwat/pokeget,A bash script you can use to display cool sprites of Pokemon in your terminal.
monitor-top,tiptop,,https://github.com/nschloe/tiptop,"A command-line system monitoring tool in the spirit of top, written in Python. It displays various interesting system stats and graphs them. Works on all operating systems."
webdev,iola,,https://github.com/pvarentsov/iola,A command-line socket client with REST API. It helps to work with socket servers using your favorite REST client.
data-management,lowcharts,,https://github.com/juan-leon/lowcharts,lowcharts is meant to be used in those scenarios where we have numerical data in text files that we want to display in the terminal to do a basic analysis.
note-taking,nb,,https://github.com/xwmx/nb,"A command line and local web note-taking, bookmarking, archiving, and knowledge base application."
security,ots,,https://github.com/sniptt-official/ots,Share end-to-end encrypted secrets with others via a one-time URL.
text-processing,rare,,https://github.com/zix99/rare,"Real-time regex-extraction and aggregation into common formats such as histograms, bar graphs, numerical summaries, tables, and more!"
online,Awesome CLI,,https://github.com/umutphp/awesome-cli,Awesome CLI is a simple command line tool to give you a fancy command line interface to dive into Awesome lists.
utility,ora,,https://github.com/sindresorhus/ora,Elegant terminal spinner.
monitor,hyperfine,,https://github.com/sharkdp/hyperfine,A command-line benchmarking tool.
password-manager,Bitwarden CLI,https://bitwarden.com/help/cli/,https://github.com/bitwarden/cli,"Command-line interface for Bitwarden, a multi-platform password manager targeted to companies and enterprises."
option-picker,choose,,https://github.com/jagprog5/choose,NCurses based token selector with a nice terminal user interface for selecting tokens. Selecting a line from the bash history is only one of its use cases.
video,invidtui,,https://github.com/darkhz/invidtui,"Invidious TUI client, which fetches data from invidious instances and displays a user interface in the terminal, and allows for selecting and playing YouTube audio and video."
networking,redive,,https://github.com/neelkarma/redive,Trace URL redirections in the terminal.
financial,Cloudcash,,https://github.com/mrusme/cloudcash,"Check your cloud spending from the CLI, from Waybar, and from the macOS menu bar!"
networking,bluetuith,,https://github.com/darkhz/bluetuith,"A TUI-based Bluetooth connection manager, which can interact with Bluetooth adapters and devices. It aims to be a replacement to most Bluetooth managers, like blueman."
rm,Brash,,https://github.com/zakariagatter/brash,Move and restore items from the XDG trash. Written in pure Bash.
torrent,torrentCLI,,https://github.com/amogusussy/torrentCLI,Get torrents from the Terminal.
prompt,Spaceship,https://spaceship-prompt.sh/,https://github.com/spaceship-prompt/spaceship-prompt,"Minimalistic, powerful and extremely customizable Zsh prompt."
programming,cloc,,https://github.com/AlDanial/cloc,"Tool for counting blank lines, comment lines, and physical lines of source code in many programming languages."
programming,Tokei,,https://github.com/XAMPPRocky/tokei,"Tokei is a program that displays statistics about your code. Tokei will show the number of files, total lines within those files and code, comments, and blanks grouped by language."
programming,scc,,https://github.com/boyter/scc,"Sloc Cloc and Code (scc) is a codebase statistics counter. Goal is to be the fastest code counter possible, but also perform COCOMO calculation like sloccount and to estimate code complexity similar to cyclomatic complexity calculators. In short one tool to rule them all."
programming,Cppcheck,http://cppcheck.net/,https://github.com/danmar/cppcheck,Static analysis tool for C/C++ code providing unique code analysis to detect bugs and focuses on detecting undefined behavior and dangerous coding constructs.
programming,Frama-C,https://frama-c.com/,https://git.frama-c.com/pub/frama-c,Open source extensible and collaborative platform dedicated to source-code analysis of C software. Frama-C can assist from the navigation through unfamiliar projects up to the certification of critical software.
games,terdle,,https://github.com/neelkarma/terdle,Wordle implemented in Rust.
music,MusicPlayerPlus,,https://github.com/doctorfree/MusicPlayerPlus,"Featureful ncurses based MPD client inspired by ncmpc with integration for Beets, spectrum visualization,Bandcamp/Soundcloud, asciimatics, cantata, and more."
funny,Limoji,,https://github.com/GEROGIANNIS/Limoji,Limoji is an open source tool that makes it easy to choose between hundreds of cool ASCII emoticons and share them with your friends.
games,Minesweeper Game,,https://github.com/omerkarabacak/minesweeper,A small command line Minesweeper Game.
editors,Tilde,https://os.ghalkes.nl/tilde/,https://github.com/gphalkes/tilde,"Tilde is a text editor that provides an intuitive interface for people accustomed to GUI environments, usual shortcuts for common operation, a traditional menu bar, etc."
music,spotify-player,,https://github.com/aome510/spotify-player,"spotify-player is a fast, easy to use, and configurable terminal music player having feature parity with the official Spotify application."
git,git-remote-aws,,https://github.com/nathants/git-remote-aws,Management of encrypted git hosting.
torrent,Stig,,https://github.com/rndusr/stig,Stig is a client application to connect and control the BitTorrent Transmission client app.
productivity,ancv,,https://github.com/alexpovel/ancv,Renders your (JSON) resume/CV for online & pretty terminal display.
file-manager,lf,,https://github.com/gokcehan/lf,"lf (as in ""list files"") is a terminal file manager written in Go with a heavy inspiration from ranger file manager."
prompt,welcome.sh,,https://github.com/G2-Games/welcome.sh,"A nice little script that greets you on every launch, with some helpful (and customizable!) information."
flashcard,flash-tui,,https://github.com/TBS1996/speki,Flashcard app for the terminal.
data-management-json,jqp,,https://github.com/noahgorstein/jqp,A TUI playground for exploring jq.
system,systeroid,,https://github.com/orhun/systeroid,A more powerful alternative to sysctl(8) with a terminal user interface.
games,hangman,,https://github.com/braheezy/hangman,A Go TUI Hangman game built with the lovely BubbleTea framework.
writing,CLI-Dictionary,,https://github.com/Lodobo/dict.py,Scripts for downloading and viewing wiktionary entries from Kaikki.org.
editors,Feather,https://www.feathereditor.com/,https://github.com/0xBaca/FeatherEditor,The only terminal based text editor designed to work with BIG files.
text-processing,swordfish-rs,,https://github.com/vim-zz/swordfish-rs,Mimics real person behavior with real-time typing into terminal uses a screenplay where text and timings are specified.
git,GitUI,,https://github.com/extrawurst/gitui,"The comfort of a git GUI but right in your terminal, with keyboard only control, scalable UI, and features all the necessary operations of git."
text-processing,as-tree,,https://github.com/jez/as-tree,Print a list of paths as a tree of paths.
utility,mkdesk,,https://gitlab.com/mr-draxs/mkdesk,A program/command to create .desktop files (program launchers) using the terminal.
todo-manager,t,,https://github.com/sjl/t,"A command-line todo list manager for people that want to finish tasks, not organize them."
todo-manager,topydo,,https://github.com/topydo/topydo,"A powerful todo list application for the console, using the todo.txt format."
todo-manager,Ultralist,https://ultralist.io/,https://github.com/gammons/ultralist,"A simple, powerful, open source task management system for the command line."
todo-manager,devtodo,https://swapoff.org/devtodo.html,https://github.com/droundy/goopt,"A hierarchical command-line task manager, with data storage in JSON format."
security,cream,https://z3bra.org/cream/,git://git.z3bra.org/cream.git,"Encrypt and decrypt streams of data with only a master password. The key is derivated from the password + salt combo, and used to encrypt data byte per byte."
organizers,remint,https://sr.ht/~mlaparie/remint/,https://git.sr.ht/~mlaparie/remint,A simple terminal UI wrapper for D. Skoll's Remind calendar program
email,tmpmail,,https://github.com/sdushantha/tmpmail,A command line utility written in POSIX sh that allows you to create a temporary email address and receive emails to the temporary email address.
games,Flapioca,,https://github.com/kbrgl/flapioca,A Flappy Bird-inspired terminal game written in Go.
typing,kboard,,https://github.com/CamiloGarciaLaRotta/kboard,Terminal game to practice keyboard typing.
graphics,mandelbrot-cli,,https://github.com/MicheleFiladelfia/mandelbrot-cli,Multiplatform terminal mandelbrot set explorer.
note-taking,Noted,,https://github.com/torbratsberg/noted,"Notes library, with viewer and shortcuts to add, delete and edit notes."
networking,Wishlist,,https://github.com/charmbracelet/wishlist,With Wishlist you can have a single entrypoint for multiple SSH endpoints.
data-management-tabular,termdbms,,https://github.com/mathaou/termdbms,"A TUI for viewing and editing databases, written in pure Go."
office,Slides,,https://github.com/maaslalani/slides,Terminal based presentation tool.
organizers,tz,,https://github.com/oz/tz,tz helps you schedule things across time zones. It's an interactive TUI program that displays time across the time zones of your choosing.
transfer,tran,,https://github.com/abdfnx/tran,Securely transfer and send anything between computers with TUI.
data-management,Redis Viewer,,https://github.com/SaltFishPr/redis-viewer,A tool to view Redis data in terminal.
data-management-tabular,csvtk,https://bioinf.shenwei.me/csvtk/,https://github.com/shenwei356/csvtk,"A cross-platform, efficient and practical CSV/TSV toolkit written in Go."
cheatsheet,ehh,,https://github.com/lennardv2/ehh,Command-line tool for remembering Linux/terminal commands.
financial,Lakshmi,,https://github.com/sarvjeets/lakshmi,Investing library and command-line interface inspired by the Bogleheads philosophy.
package-manager,pypi-command-line,,https://github.com/wasi-master/pypi-command-line,"A powerful, colorful, beautiful command-line-interface for pypi.org."
security,Minisign,,https://github.com/jedisct1/minisign,A dead simple tool to sign files and verify digital signatures.
git,gitsummary,,https://github.com/glenreesor/gitsummary,"A better git status that lists stashes, file statuses, branch list, all nicely formatted with color."
security,cotp,,https://github.com/replydev/cotp,"Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality."
cheatsheet,topalias,,https://github.com/meteoritt/topalias,"Linux alias generator from bash/zsh command history with statistics, written on Python."
programming,Kool,,https://github.com/kool-dev/kool,"CLI tool that brings the complexities of modern software development making these environments lightweight, fast and reproducible."
networking,Optic,https://www.useoptic.com/,https://github.com/opticdev/optic,Optic's Open Source tools make OpenAPI and API-first practices easy for any team to adopt.
flashcard,speki,,https://github.com/tbs1996/speki,Manage flashcards in the terminal similar to anki.
launcher,sake,,https://github.com/alajmo/sake,A command runner for local and remote hosts. You define servers and tasks in sake.yaml file and then run the tasks on the servers.
transfer,shcopy,,https://github.com/aymanbagabas/shcopy,Copy text to your system clipboard locally and remotely using ANSI OSC52 sequence.
password-manager,passfzf,,https://git.sr.ht/~mlaparie/passfzf,"A simple fzf wrapper for pass (the UNIX password-store). It allows fuzzy finding your pass passwords to copy, show, edit, delete, rename and duplicate them."
transfer,Nextcloud share URL downloader,,https://github.com/aertslab/nextcloud_share_url_downloader,Download files from and list content of NextCloud (password protected) share directly from the command line without needing a web browser.
file-handling,pcopy,,https://github.com/binwiederhier/pcopy,"A temporary file host, nopaste and clipboard across machines. It can be used from the Web UI, via a CLI or without a client by using curl."
pastebin,GoCatGo,,https://github.com/vaaleyard/gocatgo,GoCatGo is another pastebin tool with a super focus on transparency.
conversion,NestedTextTo,,https://github.com/AndydeCleyre/nestedtextto,"CLI to convert between NestedText and JSON, YAML, or TOML."
funny,matrix-webcam,,https://github.com/joschuck/matrix-webcam,Take your video conference from within the matrix.
launcher,mprocs,,https://github.com/pvolok/mprocs,mprocs runs multiple commands in parallel and shows output of each command separately.
launcher,procmux,,https://github.com/napisani/procmux,A TUI utility for running multiple commands in parallel in easily switchable terminals.
transfer,sharing,,https://github.com/parvardegr/sharing,Sharing is a command-line tool to share directories and files from the CLI to iOS and Android devices without the need of an extra client app.
games,mazter,,https://github.com/Canop/mazter,A maze in your terminal.
file-renamer,Tempren,,https://github.com/idle-code/tempren,A powerful file renaming utility that uses flexible template expressions to create new file paths and names.
git,rcz,,https://github.com/Cassin01/rcz,A tool to write a commit message based on “Conventional Commits”.
git,git-cz,,https://github.com/streamich/git-cz,Semantic Git commits.
note-taking,jot,,https://github.com/araekiel/jot,Jot is a feature-stripped version of Obsidian focused on rapid note management through the terminal. It uses the same format of storage as Obsidian.
data-management,ROAPI,,https://github.com/roapi/roapi,ROAPI automatically spins up read-only APIs for static datasets without requiring you to write a single line of code.
git,git-secret,,https://github.com/sobolevn/git-secret,"A bash tool which stores private data inside a git repo; it uses users' public keys, allowing trusted users to access encrypted data using PGP and their secret keys."
git,gita,,https://github.com/nosarthur/gita,A command-line tool to manage multiple git repositories.
games,anonymine,https://oskog97.com/projects/anonymine/,https://gitlab.com/oskog97/anonymine,Curses mode minesweeper without guessing and other original features.
games,greed,http://www.catb.org/~esr/greed/,https://gitlab.com/esr/greed,A game of consumption. Eat as much as you can before munching yourself into a corner.
launcher,Mxflow-cli,,https://github.com/metaory/mxflow-cli,"A modern, general purpose CLI task runner with human-readable YAML config file."
screen-recorder,vhs,,https://github.com/charmbracelet/vhs,Write terminal GIFs as code for integration testing and demoing your CLI tools.
system,checksum.sh,https://checksum.sh/,https://github.com/gavinuhma/checksum.sh,"Checksum.sh is a simple way to download, review, and verify install scripts. If the checksum is OK the script will be printed to stdout, which can be piped to sh or elsewhere."
data-management,crudini,,https://github.com/pixelb/crudini,A utility for manipulating .ini files.
writing,GTT - Google Translate TUI,,https://github.com/eeeXun/GTT,A TUI interface to bring Google Translation in the terminal.
security,Image Steganography Tool,,https://github.com/7thSamurai/steganography,Simple C++ Encryption and Steganography tool that uses Password-Protected-Encryption to secure a file's contents.
religion,bbl,,https://github.com/nehemiaharchives/bbl,"Read, search Holy Bible in command line."
science,gof-rs,,https://github.com/omagdy7/gof-rs,Game of life rendered in your terminal with over 500+ unique patterns to choose from.
time-tracker,MyTimer,,https://github.com/sepandhaghighi/mytimer,Simple timer for the terminal with timer-mode and alarm.
funny,No More Secrets,,https://github.com/bartobri/no-more-secrets,A command line tool that recreates the famous data decryption effect seen in the 1992 movie Sneakers.
package-manager,asdf,https://asdf-vm.com/,https://github.com/asdf-vm/asdf,Manage multiple runtime versions with a single CLI tool.
shells,Cat9,,https://github.com/letoram/cat9,"Cat9 is a user shell script for LASH - a command-line shell that discriminates against terminal emulators, written in Lua."
productivity,speedread,,https://github.com/pasky/speedread,A simple terminal-based open source Spritz-alike filter that shows input text as a per-word RSVP (rapid serial visual presentation) aligned on optimal reading points.
online,pockyt,,https://github.com/achembarpu/pockyt,"Read, manage, and automate the collection of articles in [Pocket](https://getpocket.com), an application for managing a reading list of articles from the Internet."
rss,Newsboat,https://newsboat.org/,https://github.com/newsboat/newsboat,An RSS/Atom feed reader for the text console. It's an actively maintained fork of Newsbeuter.
viewers,medium-cli,,https://github.com/djadmin/medium-cli,Medium for Hackers - Read [medium.com](https://medium.com/) stories in the terminal.
religion,bible,,https://github.com/BibleJS/BibleApp,Read the Holy Bible via the command line.
utility,moviemon,,https://github.com/iCHAIT/moviemon,A Python program that displays all the information about all your movies in the command line.
programming-boilerplate,legit,,https://github.com/captainsafia/legit,Automagically generates a LICENSE file for the current working directory that you are in or a license header for a file where applicable.
utility,oji,,https://github.com/xxczaki/oji,Interactive text emoji creator.
conversion,hget,,https://github.com/bevacqua/hget,"A CLI to convert HTML into plain text. Can be used to fetch a site's HTML version and convert it into plain text, or to deliver plain text versions of your site dynamically."
writing,alex,,https://github.com/get-alex/alex,"Catch insensitive, inconsiderate writing, by finding gender favoring, polarizing, race related, or other unequal phrasing in text."
text-processing,HASHA CLI,,https://github.com/sindresorhus/hasha-cli,Hashing made simple. Get the hash of text or stdin.
text-processing,gzip-size-cli,,https://github.com/sindresorhus/gzip-size-cli,Get the gzipped size of a file.
text-processing,kill-tabs,,https://github.com/sindresorhus/kill-tabs,"Kill all Chrome tabs to improve performance, decrease battery usage, and save memory."
diff,leven-cli,,https://github.com/sindresorhus/leven-cli,Measure the difference between two strings using the Levenshtein distance algorithm.
text-processing,to-single-quotes,,https://github.com/sindresorhus/to-single-quotes-cli,Convert matching double-quotes to single-quotes.
text-processing,to-double-quotes,,https://github.com/sindresorhus/to-double-quotes-cli,Convert matching single-quotes to double-quotes.
text-processing,detect-indent-cli,,https://github.com/sindresorhus/detect-indent-cli,Detect the indentation of code.
text-processing,fullname-cli,,https://github.com/sindresorhus/fullname-cli,Get the fullname of the current user.
graphics,gifgen,,https://github.com/lukechilds/gifgen,Simple high quality GIF encoding.
graphics,gifsicle,,https://github.com/kohler/gifsicle,"Create, manipulate, and optimize GIF images and animations."
versioning,SnowFS,,https://github.com/snowtrack/snowfs,"A high-performance application and node library for binary file versioning, initially made for the graphics industry."
programming-boilerplate,readme-md-generator,,https://github.com/kefranabg/readme-md-generator,CLI that generates beautiful README.md files.
security,StegCloak,,https://github.com/kurolabs/stegcloak,Hide secrets with invisible characters in plain text securely using passwords
file-manager,fff,,https://github.com/dylanaraps/fff,"Fast, simple file manager written in bash."
networking,mosh,https://mosh.org/,https://github.com/mobile-shell/mosh,Remote SSH client that achieve good responsiveness in presence of intermittent connectivity and roaming.
organizers,vdirsyncer,,https://github.com/pimutils/vdirsyncer,CalDAV synchronization program.
financial,moeda,,https://github.com/thompsonemerson/moeda,A foreign exchange rates and currency conversion using the command line.
webdev,crawley,,https://github.com/s0rg/crawley,Unix-way web crawler: crawls web pages and prints any link it can find.
calc,mdlt,,https://github.com/metadelta/mdlt,A lightweight command line tool that lets you perform arithmetic and symbolic math operations right from the terminal.
networking,serve,,https://github.com/vercel/serve,"Serves a static site, single page application, or just a static file, and provides a neat interface for listing the directory's contents."
programming-boilerplate,mklicense,,https://github.com/cezaraugusto/mklicense,CLI tool for easily generating the text of the most common licenses.
webdev,surge,https://surge.sh,https://github.com/sintaxi/surge,Static web publishing on surge.sh CDN.
webdev,s3cmd,,https://github.com/s3tools/s3cmd,Command line tool for managing Amazon S3 and CloudFront services.
utility,flog,,https://github.com/mingrammer/flog,"A fake log generator for log formats such as apache-common, apache error and RFC3164 syslog."
chat,PingMe,,https://github.com/kha7iq/pingme,"Sends messages or alerts to multiple messaging platforms & email, including Slack, Telegram, Mattermost, WeChat, and others."
programming,release-it,,https://github.com/release-it/release-it,Automate releases for Git repositories and/or Node.js packages.
programming-boilerplate,clog,,https://github.com/clog-tool/clog-cli,Creates a changelog automatically from local git metadata.
programming-boilerplate,Cookiecutter,,https://github.com/cookiecutter/cookiecutter,"A cross-platform command-line utility that creates projects from cookiecutters (project templates), e.g. Python package projects, C projects."
chat,kirc,http://kirc.io/,https://github.com/mcpcpc/kirc,A tiny IRC client written in POSIX C99.
programming,cgasm,,https://github.com/bnagy/cgasm,"Pronounced “SeekAzzem”, it is a standalone, offline terminal-based tool with no dependencies that gives me x86 assembly documentation."
webdev,is-up-cli,,https://github.com/sindresorhus/is-up-cli,Check whether a website is up or down using the [isitup.org](https://isitup.org/) API.
webdev,pageres-cli,,https://github.com/sindresorhus/pageres-cli,Capture screenshots of websites in various resolutions. A good way to make sure your websites are responsive.
graphics,deviceframe,,https://github.com/c0bra/deviceframe,Put device frames around mobile/web/progressive app screenshots.
programming-boilerplate,add-gitignore,,https://github.com/TejasQ/add-gitignore,Interactively generate a .gitignore for software projects.
time-tracker,Timetrap,,https://github.com/samg/timetrap,A simple command line time tracker written in Ruby. It provides an easy-to-use command line interface for tracking what you spend your time on.
time-tracker,Timewarrior,,https://github.com/GothenburgBitFactory/timewarrior,"A time tracking utility that offers simple stopwatch features as well as sophisticated calendar-based backfill, along with flexible reporting."
graphics,MapSCII,,https://github.com/rastapasta/mapscii,A Braille & ASCII world map renderer for your console
note-taking,idea,,https://github.com/IonicaBizau/idea,A lightweight tool for keeping ideas in a safe place quick and easy.
todo-manager,td-cli,,https://github.com/darrikonn/td-cli,"A command line todo manager, where you can organize and manage your todos across multiple projects."
time-tracker,utt,,https://github.com/larose/utt,Ultimate Time Tracker - A simple command-line time tracker written in Python.
system,active-win-cli,,https://github.com/sindresorhus/active-win-cli,Get the title/id/etc of the active window.
programming-boilerplate,boilr,,https://github.com/tmrts/boilr,Boilerplate template manager that generates files or directories from template repositories.
markdown,DocToc,,https://github.com/thlorenz/doctoc,Generates table of contents for Markdown files inside local git repository. Links are compatible with anchors generated by GitHub or other sites.
networking,xiringuito,,https://github.com/ivanilves/xiringuito,VPN made easy! No configuration. No VPN servers. No hassle. Using SSH capabilities.
security,acmetool,,https://github.com/hlandau/acmetool,Easy-to-use command line tool for automatically acquiring certificates from ACME servers (such as Let's Encrypt).
utility,weather-cli,,https://github.com/riyadhalnur/weather-cli,Check the weather for your city from the terminal.
programming,howdoi,,https://github.com/gleitz/howdoi,Instant coding answers via the command line.
cheatsheet,The Fuck,,https://github.com/nvbn/thefuck,Magnificent app which corrects your previous console command (although I would be extra-cautious at making a program to automatically infer what I was intending).
cheatsheet,tldr,https://tldr.sh/,https://github.com/tldr-pages/tldr,"Client for tldr pages, a community effort to simplify the beloved man pages with practical examples."
data-management,ramda-cli,,https://github.com/raine/ramda-cli,A tool for processing data with functional pipelines.
data-management-json,jp,,https://github.com/therealklanni/jp,A tiny command-line tool for parsing JSON from any source.
data-management-json,vj,,https://github.com/busyloop/vj,JSON Humanizer makes JSON human-readable by applying visual formatting.
file-renamer,rename-cli,,https://github.com/jhotmann/node-rename-cli,File renamer with TUI interface and preview.
disk-analyzer,diskonaut,,https://github.com/imsnif/diskonaut,Terminal disk space navigator that traverse the file-system with a TUI interface.
file-handling,unix-permissions,,https://github.com/ehmicky/unix-permissions,Swiss Army knife for Unix permissions.
launcher,entr,,https://github.com/eradman/entr,Event Notify Test Runner - Run an arbitrary command when files change.
file-dir-cleanup,organize-cli,,https://github.com/ManrajGrover/organize-cli,Organize your files automatically.
file-explorer,tre,,https://github.com/dduan/tre,"`tree` command improved with git awareness, editor aliasing, and colors."
cd,autojump,,https://github.com/wting/autojump,A cd command that maintains a database of most visited paths and allows the access to a directory with shortened versions of the path.
cd,pm,,https://github.com/Angelmmiguel/pm,"The easy way to switch between your projects on ZSH. In short, another directory changer."
git,git commander,,https://github.com/golbin/git-commander,A git tool with an easy interactive terminal interface.
git,gitlab-cli,,https://github.com/vishwanatharondekar/gitlab-cli,Create GitLab merge requests.
git,semantic-git-commit-cli,,https://github.com/JPeer264/node-semantic-git-commit-cli,Ensure semantic commits messages. With emoji support.
git,git-all-branches,,https://github.com/zacanger/git-all-branches,Improved visualization of git branches (`git branch -a`).
graphics,SVGO,,https://github.com/svg/svgo,SVG Optimizer is a Node.js-based tool for optimizing SVG vector graphics files.
graphics,Korkut,,https://github.com/oguzhaninan/korkut,"Quick and simple image processing with the following functions: optimize, convert, crop, resize, rotate, watermark, flip."
screensaver,pipes.sh,,https://github.com/pipeseroni/pipes.sh,Animated pipes terminal screensaver.
calc,Bitwise,,https://github.com/mellowcandle/bitwise,Base conversion and bit manipulator in ncurses.
programming,rebound,,https://github.com/shobrook/rebound,"Fetch Stack Overflow results in your terminal when you get an error. Supported languages: Python, Node.js, Ruby, Go, and Java."
video,ffscreencast,,https://github.com/cytopia/ffscreencast,A FFmpeg screencast with video overlay and multi monitor support.
time-tracker,Moro,,https://github.com/getmoro/moro,"A command line tool for tracking work hours, as simple as it can get."
markdown,Grip,,https://github.com/joeyespo/grip,GitHub Readme Instant Preview - Preview Markdown files as GitHub would render them.
cd,z,,https://github.com/rupa/z,Directory changer based on aging and 'frecency'.
cd,z.lua,,https://github.com/skywind3000/z.lua,Directory changer that learns your habits.
cd,fz,,https://github.com/changyuheng/fz.sh,Fuzzy tab completion for z.
find,happyfinder,,https://github.com/hugows/hf,(another) Fuzzy file finder for the command line.
online,Awesome Finder,,https://github.com/mingrammer/awesome-finder,Search the awesome lists from the command line.
online,Seashells,https://seashells.io/,https://github.com/anishathalye/seashells,Pipe output to the web.
utility,movie,,https://github.com/mayankchd/movie,A CLI for getting information about a movie and comparing two movies.
diff,diff2html-cli,,https://github.com/rtfpessoa/diff2html-cli,Parse git diffs as JSON and generate pretty HTML.
webdev,HTTPie,,https://github.com/httpie/httpie,HTTPie for Terminal: human-friendly CLI HTTP client for the API era.
webdev,Discharge,,https://github.com/brandonweiss/discharge,Deploy static websites to Amazon S3.
webdev,Reachable,,https://github.com/italolelis/reachable,Check if a domain is up.
financial,cash-cli,,https://github.com/xxczaki/cash-cli,Convert Currency Rates.
office,DeckTape,,https://github.com/astefanutti/decktape,DeckTape is a high-quality PDF exporter for HTML presentation frameworks.
file-system,ipfs-deploy,,https://github.com/ipfs-shipyard/ipfs-deploy,Zero-Config CLI to Deploy Static Websites to IPFS [IPFS](https://en.wikipedia.org/wiki/InterPlanetary_File_System).
time-tracker,doing,,https://github.com/ttscoff/doing,A command line tool for remembering what you were doing and tracking what you've done.
data-management-json,underscore-cli,,https://github.com/ddopson/underscore-cli,Command-line utility-belt for hacking JSON and JavaScript.
file-watch,Chokidar CLI,,https://github.com/open-cli-tools/chokidar-cli,Fast cross-platform command line utility to watch file system changes.
transfer,ffsend,,https://github.com/timvisee/ffsend,Easily and securely share files from the command line. A fully featured Firefox Send client.
data-management-json,GROQ,,https://github.com/sanity-io/groq-cli,"The CLI tool consumes both JSON and NDJSON documents. You can pass in data from a local file, or from piping to standard input."
cheatsheet,Wat,,https://github.com/dthree/wat,"Instant, central, community-built docs."
writing,cambd-cli,,https://github.com/rocktimsaikia/cambd,A CLI tool to automate the process to access the Cambridge dictionary.
productivity,zeitkatze,,https://github.com/leonmavr/zeitkatze,Simplest stopwatch in a Linux console.
games,Words,,https://github.com/ludovicianul/words,A set of word-based puzzle games for the CLI while you wait for the build to run.
science,Go-L,,https://github.com/Jeadie/Go-L,"Game of Life with different update rules and on a bunch of different topologies (sphere, torus, klein bottle, etc.)."
utility,ttyscheme,,https://github.com/kolunmi/ttyscheme,Collection of Color Schemes for the TTY.
chat,tweets,,https://github.com/diracdeltas/tweets,Decentralized alternative to Twitter that uses git as support tool to manage the tweets.
history,hiSHtory,,https://github.com/ddworken/hishtory,"A better shell history that stores context (directory, succeeded or failed, how long it took, etc). The history is stored locally and end-to-end encrypted for syncing to other computers."
time-tracker,habitmap,,https://github.com/shuu-wasseo/habitmap,A command-line app to track your habits and visualise how committed you are to making or maintaining them with colorful heatmaps.
utility,sauce,,https://github.com/cadecuddy/sauce,A novelty CLI tool that identifies an anime from an image and yields key data about it.
data-management-tabular,Soul,,https://github.com/thevahidal/soul,A SQLite REST and real-time server.
flashcard,hardv,,https://github.com/dongyx/hardv,"A CLI flashcard app for UNIX-compatible systems, conforming to the UNIX philosophy."
monitor,zfxtop,,https://github.com/ssleert/zfxtop,Self described as “fetch top written by bubbletea enjoyer”.
funny,Binary Clock,,https://github.com/tom-on-the-internet/binary-clock,Displays a clock where numbers are represented with blue and gray dots with binary encoding.
package-manager,cli-tools-info,,https://github.com/Lilja/cli-info,"An overview of your CLI tools, if they are installed and what version they are on."
cheatsheet,Nap,,https://github.com/maaslalani/nap,"Code snippet manager that allows creating and access new snippets quickly with the command-line interface or browse, manage, and organize them with the text-user interface."
chat,ttchat,,https://github.com/atye/ttchat,Twitch chats in the terminal.
utility,teetail,,https://github.com/sl236/teetail,"Like tee, but only the tail goes in the file."
science,starfetch,,https://github.com/Haruno19/starfetch,Command line tool that displays constellations.
webdev,xpe,,https://github.com/charmparticle/xpe,A command-line xpath tool that is easy to use.
programming,fmake,,https://github.com/bharatvaj/fmake,Brings `make`s interface to almost any build system.
organizers,caldr,,https://github.com/mrusme/caldr,A lightweight CLI / TUI calendar that supports CalDAV.
cheatsheet,MUC,,https://github.com/nate-sys/muc,Visualize your most used commands.
text-processing,pup,,https://github.com/ericchiang/pup,Parsing HTML at the command line.
organizers,peroutine,,https://github.com/UlyssesZh/peroutine,"Remind you of periodical events. The period can be any positive integer of days, so work around the fact that the number of days in a week is prime."
networking,sshto,,https://github.com/vaniacer/sshto,"Small bash script to manage your ssh connections. It builds menu (via dialog) from your ~/.ssh/config. It can not only connect but also to run commands, copy files, tunnel ports."
security,PaperAge,,https://github.com/matiaskorhonen/paper-age,"Easy and secure paper backups of secrets, which takes a text and generates an encrypted QR code to print on paper."
utility,Autocomplete,,https://github.com/withfig/autocomplete,IDE-style autocomplete for your existing terminal & shell.
ai,chatgpt,,https://github.com/mglantz/chatgpt,Simple command line integration to ChatGPT.
organizers,Calcure,,https://github.com/anufrievroman/calcure,Modern TUI calendar and task manager with customizable interface.
rss,Canto Curses,,https://github.com/themoken/canto-curses,Curses frontend for [Canto daemon](https://github.com/themoken/canto-next) for RSS feeds.
rss,rReader,,https://github.com/rainygirl/rreader,RSS reader client with TUI interface.
rss,rss-cli,,https://github.com/Clortox/rss-cli,A UNIX-inspired CLI application for interacting with RSS feeds.
security,pgen,,https://github.com/ctsrc/Pgen,Generate passphrases using the wordlists for random passphrases made by the EFF.
password-manager,keydex,,https://github.com/shikaan/keydex,Manage KeePass databases from your terminal.
utility,Keep,,https://github.com/keephq/keep,"Simple alerting tool, with declarative syntax and builtin providers."
video,lotc,,https://github.com/ranelpadon/lord-of-the-clips,"(Lord Of The Clips) Video downloader, trimmer, and merger using the terminal. Supports YouTube, Facebook, Reddit, Twitter, etc. Downloads/trims at multiple points. Merges multiple clips."
music,cTune,,https://github.com/An7ar35/ctune,A ncurses based internet radio player written in C for Linux.
security,enc,,https://github.com/life4/enc,"A modern and friendly CLI alternative to GnuPG: generate and download keys, encrypt, decrypt, and sign text and files, and more."
note-taking,NoteSH,,https://github.com/Cvaniak/NoteSH,"Sticky notes App in the Terminal, built with Textual, an amazing TUI framework!"
ai,ata,,https://github.com/rikhuijzer/ata,Ask the Terminal Anything: OpenAI GPT in the terminal.
disk-analyzer,erdtree,,https://github.com/solidiquis/erdtree,A multithreaded file-tree visualizer and disk usage analyzer.
games,Solitaire TUI,,https://github.com/brianstrauch/solitaire-tui,Klondike solitaire for the terminal.
calc,Programmer calculator,,https://github.com/alt-romes/programmer-calculator,"Terminal calculator made for programmers working with multiple number representations, sizes, and overall close to the bits."
file-renamer,Musort,,https://github.com/tdeerenberg/Musort,Rename multiple audio/music files based on the ID3 tag at once.
funny,Russhian Roulette,,https://github.com/cyradotpink/russhian-roulette,1/6 chance of posting your SSH private key on pastebin (do you really want to try?).
funny,pyjokes,,https://github.com/pyjokes/pyjokes,One line jokes for programmers (jokes as a service).
password-manager,Pswd,,https://github.com/Mandrew0822/pswd,A secure password generator written in C.
music,PyRadio,,https://github.com/coderholic/pyradio,Curses based internet radio player.
shells,cosh,,https://github.com/tomhrr/cosh,Concatenative command-line shell.
system,sysm,,https://github.com/jafarlihi/sysm,Makes your system play custom sounds when any configured system or external event happens.
graphics,Mercator,,https://github.com/mrusme/mercator,OpenStreetMap but as terminal user interface (TUI) program.
terminal,peaches,,https://github.com/KCaverly/peaches,A smart switcher for the terminal. Based on tmux.
funny,Maze Solver,,https://github.com/Vlamonster/maze_solver_rust,"Generate, display and solve mazes in an animated way in the terminal."
data-management-tabular,Miller,,https://github.com/johnkerl/miller,"Miller is like awk, sed, cut, join, and sort for data formats such as CSV, TSV, JSON, JSON Lines, and positionally-indexed."
data-management,datasetGPT,,https://github.com/radi-cho/datasetGPT,A command-line interface and a Python library for inferencing Large Language Models to generate textual datasets.
monitor-top,nvitop,,https://github.com/XuehaiPan/nvitop,"An interactive NVIDIA-GPU process viewer and beyond, the one-stop solution for GPU process management."
utility,guesswidth,,https://github.com/noborus/guesswidth,Guess the width output without delimiters in commands that output to the terminal.
todo-manager,mdt,,https://github.com/basilioss/mdt,A simple command-line Markdown todo list manager inspired by t.
editors,pickaxe,,https://github.com/mdom/pickaxe,The Redmine wiki editor.
utility,Python re(gex)? exercises,,https://github.com/learnbyexample/TUI-apps/tree/main/PyRegexExercises,TUI application intended to help you practice Python regular expressions there are more than 100 exercises covering both the builtin re and third-party regex module.
email,Himalaya,,https://github.com/soywod/himalaya,Command-line interface for email management.
todo-manager,Dooit,,https://github.com/kraanzu/dooit,"Todo manager with interactive and beautiful UI, and vim keybindings."
copilot,Commandpilot,,https://github.com/barthr/commandpilot,An assistant which uses ChatGPT to aid in constructing commands for bash.
ai,AI,,https://github.com/nitefood/ai-bash-gpt,A command-line ChatGPT client in BASH with conversation/completion support.
security,feroxbuster,,https://github.com/epi052/feroxbuster,"A fast, simple, recursive content discovery tool written in Rust."
text-search,ugrep,,https://github.com/Genivia/ugrep,"Ultra fast grep with interactive TUI, fuzzy search, boolean queries, hexdumps and more."
music,BadaBoomBooks,,https://github.com/WirlyWirly/BadaBoomBooks,Quickly organize audiobooks using a terminal and web-browser.
flashcard,py_flashcards,,https://github.com/M4THYOU/py_flashcards,Text-only CLI flashcards parsed from Markdown file.
file-renamer,moove,,https://github.com/urin/moove,Manipulate file names and locations using a text editor.
shells,Reptyl,,https://github.com/0ut0flin3/Reptyl,A cross-platform command line shell that supports execution of commands in natural language.
networking,Tunnelmole,,https://github.com/robbie-cahill/tunnelmole-client,Connect to local servers from anywhere.
option-picker,shmenu,,https://github.com/duclos-cavalcanti/shmenu,Menu TUI tool written solely in bash.
monitor,Fastfetch,,https://github.com/LinusDierheimer/fastfetch,"Like Neofetch, but much faster because written in C."
password-manager,pa,,https://github.com/biox/pa,"A simple password manager; encryption via age, written in portable POSIX shell."
rss,nom,,https://github.com/guyfedwards/nom,RSS reader for the terminal.
editors,VE,http://www.inverary.net/ve/ve.html,,"Lean, fast and feature rich text editor."
file-manager,TUIFI Manager,,https://github.com/GiorgosXou/TUIFIManager,"A cross-platform terminal-based termux-oriented file manager (and component), meant to be used with a Uni-Curses project or as is."
monitor-top,ttop,,https://github.com/inv2004/ttop,"top-like system monitoring tool with TUI, historical data service and triggers."
transfer,Yark,,https://github.com/Owez/yark,YouTube archiving made simple.
networking,ttyd,,https://github.com/tsl0922/ttyd,Share your terminal over the web.
file-renamer,mmv-c,,https://github.com/mcauley-penney/mmv-c,Interactively rename files with your favorite editor.
organizers,avail,,https://github.com/mufeez-amjad/avail,Find available times between all your calendars.
backup,thread-safe,,https://github.com/dkaslovsky/thread-safe,Keep your favorite Twitter threads safe with a local copy.
networking,hflow,,https://github.com/comradequinn/hflow,"A command-line, debugging http/s proxy server."
transfer,Clipsync,,https://github.com/marcopaganini/clipsync,Share your clipboard across multiple machines using an MQTT service.
transfer,pbproxy,,https://github.com/nikvdp/pbproxy,Send your clipboard anywhere you can ssh to.
funny,LundukeHoliday,,https://github.com/BryanLunduke/LundukeHoliday,"A simple Bash script that shows some animated, ASCII holiday decorations in your shell."
git,git-cliff,,https://github.com/orhun/git-cliff,A highly customizable Changelog Generator that follows Conventional Commit specifications.
copilot,gpt-do,,https://github.com/yasyf/gpt-do,"This is a handy-dandy CLI for when you don't know wtf to do; instead of furiously grepping through man pages, simply use do (or ddo if on bash/zsh), and have GPT-3 do all the magic for you."
copilot,aido-cli,,https://github.com/kris7ian/aido-cli,"Looks another interface to online GPT models to execute command through natural language. Very poor documentation and readme, though."
rm,rmw,https://remove-to-waste.info/,https://github.com/theimpossibleastronaut/rmw,(ReMove to Waste) is a trashcan/recycle bin utility for the command line. It can move and restore files to and from directories specified in a configuration file.
ai,cligpt,,https://github.com/paij0se/cligpt,ChatGPT but in the terminal.
writing,VocabCLI,,https://github.com/HighnessAtharva/VocabCLI,"Lightweight CLI that allows users to look up word definitions, examples, synonyms, and antonyms directly via the command line; it also offers advanced Text Classification and Processing via the use of Natural Language Processing and Machine Learning algorithms."
markdown,Textual Markdown Browser,,https://github.com/willmcgugan/textual-markdown,"Experimental ""Markdown browser"" for the terminal, built with Textual."
transfer,rclone-tui,,https://github.com/darkhz/rclone-tui,"Cross-platform manager for rclone, which aims to be on-par with the web GUI."
music,mpvc,,https://github.com/gmt4/mpvc,A minimal mpc-like CLI and TUI for controlling mpv from the shell.
funny,ctree,,https://github.com/gleich/ctree,A Christmas tree right from your terminal.
monitor,ramfetch,,https://github.com/WhoseTheNerd/ramfetch,A fetch which displays memory info using /proc/meminfo.
file-dir-cleanup,mat2,,https://0xacab.org/jvoisin/mat2.git,"Metadata removal tool, supporting a wide range of commonly used file formats."
file-dir-cleanup,Dext,,https://github.com/AfzGit/dext,(Directories by Extensions) is a script that moves (or copies) files of the same extension into a folder.
programming-boilerplate,upnup,,https://github.com/tomit4/upnup,A command line utility that generates a LICENSE file in the current working directory.
todo-manager,kabmat,,https://github.com/PlankCipher/kabmat,TUI program for managing kanban boards with vim-like keybindings.
security,OAuth2c,,https://github.com/cloudentity/oauth2c,A command-line tool for interacting with OAuth 2.0 authorization servers.
graphics,D2,,https://github.com/terrastruct/d2,D2 is a modern diagram scripting language that turns text to diagrams.
pastebin,feuille,,https://basedwa.re/tmtt/feuille.git,"A fast, dead-simple socket-based pastebin."
markdown,lowdown,https://kristaps.bsd.lv/lowdown/,https://github.com/kristapsdz/lowdown,"Markdown translator (HTML5, roff, LaTeX, gemini, OpenDocument, and terminal output)"
utility,bash-cache,,https://github.com/dimo414/bash-cache,A function memoization / caching library for bash scripts and shells
utility,bkt,https://bkt.rs,https://github.com/dimo414/bkt,bkt is a subprocess caching utility that makes it easy to reuse past invocations of slow commands
markdown,mdcat,,https://github.com/swsnr/mdcat,cat for Markdown
viewers,reader,,https://github.com/mrusme/reader,Reader parses a web page for its actual content and displays it in nicely highlighted text on the command line
file-manager,felix,,https://github.com/kyoheiu/felix,TUI file manager with vim-like key mapping
file-manager,cfiles,,https://github.com/mananapr/cfiles,ncurses file manager written in C with vim like keybindings
file-manager,fman,,https://github.com/nore-dev/fman,TUI File Manager
file-manager,goful,,https://github.com/anmitsu/goful,Goful is a CUI file manager written in Go.
file-manager,joshuto,,https://github.com/kamiyaa/joshuto,ranger-like terminal file manager
email,aerc,https://aerc-mail.org/,https://git.sr.ht/~rjarry/aerc,A pretty good email client
file-dir-cleanup,backdown,,https://github.com/Canop/backdown,Safely and ergonomically remove duplicate files
file-dir-cleanup,czkawka,https://qarmin.github.io/czkawka/,https://github.com/qarmin/czkawka,Remove unnecessary files from your computer
file-handling,TUI Archiver,https://www.nexus0.net/pub/sw/tuiarchiver/,https://codeberg.org/dnalor/tuiarchiver.git,A TUI/CLI application to list / manage archives. Can be used stand-alone and has some features for integrating with TUI file managers
viewers,TubiTui,,https://codeberg.org/777/TubiTui.git,"A lightweight, libre, TUI-based YouTube client"
diff,csv-diff,,https://github.com/simonw/csv-diff,Python CLI tool and library for diffing CSV and JSON files
option-picker,smenu,,https://github.com/p-gen/smenu,"Started as a lightweight and flexible terminal menu generator, it evolved into a powerful and versatile CLI selection tool for interactive or scripting use."
cheatsheet,docfd,,https://github.com/darrenldl/docfd,TUI fuzzy document finder that looks for documentation files in Markdown and txt format in the directory tree.
git,BFG Repo-Cleaner,,https://github.com/rtyley/bfg-repo-cleaner,"Removes large or troublesome blobs like git-filter-branch does, but faster."
utility,Skylab,,https://github.com/SerhiiStets/skylab,A text user interface (TUI) tool that displays upcoming space launches in a user-friendly way.
video,YouTube TUI,https://siriusmart.github.io/youtube-tui/,https://github.com/Siriusmart/youtube-tui,A lightweight and user-friendly TUI for browsing YouTube content from the terminal.
monitor-top,PCtrl,,https://github.com/MohamedSherifNoureldin/PCtrl,"Robust, featureful, easy-to-use and powerful process manager."
git,Git Auto Sync,,https://github.com/GitJournal/git-auto-sync,"Automatically commits changes to a git repository, and always keep that repository up to date."
note-taking,meudeus,,https://github.com/dj8yfo/meudeus,A skim-based `*.md` explore and surf tool.
diff,Dirdiff,,https://github.com/OCamlPro/dirdiff,Efficiently compute the differences between two directories.
programming,CodeMark CLI,,https://github.com/rootCircle/codemark-cli,"Helps you manage coding assignments and tests; easily initialize the configuration, list assignments, fetch and check your code, submit your code for grading, and get AI-powered error recommendations."
git,travelgrunt,,https://github.com/ivanilves/travelgrunt,cd inside [mono]repos without fatigue.
funny,kyun,,https://github.com/file-acomplaint/kyun,"Kyun is a low productivity, low fidelity, low customizablity text editor that has its focus firm on user discomfort."
note-taking,journalC,,https://github.com/Dr-42/journalC,A simple encrypted terminal journaling book.
conversion,Vertopal-CLI,,https://github.com/vertopal/vertopal-cli,"Vertopal-CLI is a small, yet powerful utility for converting digital files to a variety of file formats using Vertopal public API."
text-processing,trurl,,https://github.com/curl/trurl,Command line tool for URL parsing and manipulation.
programming,umake,,https://github.com/mcandre/unmake,"Makefile linter emphasizing portability, targeting the POSIX make standard."
launcher,hypershell,,https://github.com/holepunchto/hypershell,"Spawn shells anywhere. Fully peer-to-peer, authenticated, and end-to-end encrypted."
shells,N-Commodore,,https://github.com/psprint/n-commodore,"A novel file manager/shell/command-line, where everything is panelized, greppable and remembered."
games,nc2048,,https://github.com/t0xk/nc2048,A ncurses 2048 game that can be played in the terminal.
chat,Discordo,,https://github.com/ayn2op/discordo,"A lightweight, secure, and feature-rich Discord terminal client."
games,cli-chess,,https://github.com/trevorbayless/cli-chess,A highly customizable way to play chess in your terminal. Play online (via Lichess.org) and offline against the Fairy-Stockfish engine. All Lichess variants are supported.
viewers,baca,,https://github.com/wustho/baca,Lets you indulge in your favorite e-books in the comfort of your terminal.
time-tracker,Productivity Timer,,https://github.com/h-sifat/productivity-timer,A CLI/TUI Pomodoro timer and todo (coming soon) application for keyboard addicts and terminal fans that makes you more productive.
science,ptable,,https://github.com/velorek1/ptable,A beautiful TUI periodic table for GNU/Linux terminals.
ls,colorls,,https://github.com/athityakumar/colorls,A Ruby script that colorizes the `ls` output with color and icons.
typing,Smassh,,https://github.com/kraanzu/smassh,A TUI based typing test app inspired by MonkeyType.
git,Export Pull Requests,,https://github.com/sshaw/export-pull-requests,"Export pull requests and/or issues to a CSV file. Supports GitHub, GitLab, and Bitbucket."
text-processing,Output as Format ,,https://github.com/sshaw/output-as-format,"Output stdin as GitHub/Slack/Jira etc... formatted code, lists, or quotes."
text-processing,Normalize Country,,https://github.com/sshaw/normalize_country,Convert country names and codes to a standard.
webdev,Shopify Development Tools,,https://github.com/ScreenStaring/shopify-dev-tools,Tools to assist with the development and/or maintenance of Shopify apps and stores.
time-tracker,tmux-pomodoro-plus,,https://github.com/olimorris/tmux-pomodoro-plus,Pomodoro technique into your tmux workflow
launcher,Violet,,https://github.com/braheezy/violet,Colorful TUI frontend to run Vagrant commands.
backup,gwbackupy,,https://github.com/smartondev/gwbackupy,Open source Google Workspace™ backup solution.
launcher,Task,https://taskfile.dev/,https://github.com/go-task/task,A task runner / simpler Make alternative written in Go.
games,escaping-figures-game-cli,,https://github.com/akgondber/escaping-figures-game-cli,Count figure's occurrences in the escaping figures matrix.
science,periodic-table-cli,,https://github.com/spirometaxas/periodic-table-cli,An interactive Periodic Table of Elements app for the console!
git,git-identity,,https://github.com/cookiengineer/git-identity,Automated git alias management.
programming,Leetcode-go,,https://github.com/Manan-Prakash-Singh/leetcode-go,"A simple CLI tool for searching, downloading and submitting problems to LeetCode."
email,pop,,https://github.com/charmbracelet/pop,Send emails from your terminal; it uses the API at [https://resend.com/](resend.com).
cd,cdwe,,https://github.com/synoet/cdwe,(cd with env vars) Wrapper of the cd command that sets and unsets env vars when you change dir based on a config file.
note-taking,TUI-Journal,,https://github.com/AmmarAbouZor/tui-journal,Terminal-based application written in Rust that allows you to write and manage your journal/notes with a nice user interface.
financial,Invoice,,https://github.com/maaslalani/invoice,Generate invoices from the command line.
git,Kusa,,https://github.com/Ryu0118/Kusa,Displays GitHub contribution graphs.
file-manager,projectable,,https://github.com/dzfrias/projectable,A TUI file manager built for projects.
file-explorer,Hop!,,https://github.com/benrutter/hop,"File explorer designed to be fast, simple and user-friendly, running on any operating system."
cheatsheet,ManPDF & ManWEB,,https://github.com/sebastiancarlos/manpdf,Read your Man pages in PDF format. Even online!
launcher,lmt,,https://github.com/Rohansjamadagni/lmt,"A program that can be used to run applications with resource limits enforced using cgroupsv2 on Linux; it allows setting limits on CPU usage, memory usage, and the number of cores for a process."
file-watch,rwatch,,https://github.com/davidhfrankelcodes/rwatch,A Rust re-implementation of the classic Unix watch command that allows you to run a command repeatedly and watch its output.
video,FFMPerative,,https://github.com/remyxai/FFMPerative,"Powered by Large Language Models (LLMs) through an intuitive chat interface, now you can compose video edits in natural language."
monitor,Batfetch,,https://github.com/ashish-kus/batfetch,A command-line tool that displays detailed information about the battery of your device in a clean and organized way.
music,musicScraper,,https://github.com/mBaratta96/musicScraper,"CLI tool for scraping information from musical websites (Rateyourmusic, Metal Archives), with nice album ASCII art."
terminal,tmux-session,,https://github.com/BartSte/tmux-session,Manage tmux sessions using fzf.
games,Dino,,https://github.com/wldfngrs/chrome-dinosaur-terminal,A C++ and ncurses rendering of the popular chrome dinosaur game on the terminal.
find,gret,,https://github.com/4imothy/gret,A command-line utility designed to search through directories and files for a regex expression that matches.
launcher,taverner,,https://github.com/vagos/taverner,"CLI launcher menu for games (or anything), the UNIX way."
security,securo,,https://github.com/iunary/securo,Encrypt and descrypt files and folders using a symmetric encryption.
graphics,catnip,,https://github.com/sweetbbak/catnip,An Image picker using pure bash (C and Go version in the works) and kittys icat and Chafa's Sixel protocol.
games,Wordle Solver,,https://gitlab.com/christosangel/wordle-solver,A bash script that can solve wordle riddles.
utility,pangran,,https://github.com/BimoT/pangran,A simple TUI program that checks if you've typed a pangram.
utility,Polykill,,https://github.com/Bdeering1/polykill,Lightweight command line utility for removing dependencies and build artifacts from unused local projects.
flashcard,ToRRential Card processor,,https://github.com/Constantin1489/trrc,A command-line program to add a card to Anki using AnkiConnect API.
music,cue,,https://github.com/ravachol/cue,A command-line music player.
git,Git Commit Vanity Hash Solver,,https://github.com/trichner/gitc0ffee,"Neat tool to find a 'vanity' hash for a given git commit. Make all your commits hashes start with the prefix c0ffee, cafe, badc0de5 or whatever makes you happy!"
games,blackjack,,https://github.com/acidvegas/blackjack,IRC bot to play blackjack.
music,mzk,,https://github.com/acidvegas/mzk,Music theory helper.
video,CreateVideoMeme,,https://github.com/hache0099/CreateMemeVideo,Bash tool to add captions to the top of videos.
text-search,hypergrep,,https://github.com/p-ranav/hypergrep,Recursively search directories for a regex pattern using Intel Hypescan.
music,maestro-cli,,https://github.com/PrajwalVandana/maestro-cli,"A command-line tool to play songs (or any audio, really) in the terminal."
online,Shreddit,,https://github.com/x89/Shreddit,Remove your comment history on Reddit as deleting an account does not do so.
online,magic-tape,,https://gitlab.com/christosangel/magic-tape,Magic-tape is an image supporting fuzzy finder command line interface YouTube client.
file-explorer,browsr,,https://github.com/juftin/browsr,"A pleasant file explorer that can browse the contents of local and remote filesystems with your keyboard or mouse; remotes include GitHub, over SSH, in AWS S3, Google Cloud Storage, or Azure Blob Storage."
file-dir-cleanup,Framed,,https://github.com/mactat/framed,A CLI tool that simplifies the organization and management of files and directories in a reusable and architectural manner.
find,Findpick,,https://github.com/thingsiplay/findpick,"General purpose file picker combining ""find"" command with a fuzzy finder."
ls,pretty-ls,,https://github.com/ix/pretty-ls,Rust ls clone with pretty colors.
launcher,Marker,,https://github.com/pindexis/marker,The terminal command palette.
cheatsheet,IntelliShell,,https://github.com/lasantosr/intelli-shell,"Like IntelliSense, but for shells, acting like a bookmark store for commands."
package-manager,aptitude,,https://salsa.debian.org/apt-team/aptitude,"A TUI front-end to APT, the Debian package manager."
package-manager,JAPM,,https://github.com/TheAlexDev23/japm,A package manager that uses curses to provide a friendly UI
file-handling,Snoop,,https://github.com/Mandrew0822/Snoop,A command-line utility for Linux that provides information about files in a directory.
markdown,Frogmouth,,https://github.com/Textualize/frogmouth,A Markdown viewer / browser for the terminal.
financial,bits,,https://github.com/jtraub91/bits,CLI tool and pure Python library for Bitcoin.
flashcard,tui-deck,,https://github.com/mebitek/tui-deck,A TUI frontend for Nextcloud Deck app.
copilot,Yai,,https://github.com/ekkinox/yai,"Yai (your AI) is an assistant for your terminal, using OpenAI ChatGPT to build and run commands for you."
todo-manager,td,,https://github.com/wolandark/td,Simple & elegant To Do list manager written In Bash.
ai,gpterm,,https://github.com/MakisChristou/gpterm,Yet another command-line ChatGPT frontend written in Rust.
utility,fzf-tab-completion,,https://github.com/lincheney/fzf-tab-completion,Tab completion using fzf.
writing,Grammatical,,https://github.com/pncnmnp/grammatical,Corrects the spelling and grammar of your text using ChatGPT.
cd,Apparition,,https://github.com/david-haerer/apparition,"Apparition allows giving names to paths, so that moving to the specific path can be done by using the name; it also allows managing the list of assigned names."
ai,AIChat,,https://github.com/sigoden/aichat,Using ChatGPT/GPT-3.5/GPT-4 in the terminal.
ai,Chatblade,,https://github.com/npiv/chatblade,Chatblade is a versatile command-line interface (CLI) tool designed to interact with OpenAI's ChatGPT.
terminal,vtm,,https://github.com/netxs-group/vtm,Virtual terminal multiplexer with window manager and session sharing.
viewers,CAVA,,https://github.com/karlstav/cava,Cross-platform Audio Visualizer.
games,rooshk,,https://github.com/cmspeedrunner/rooshk,A command line game in which you act as god over a sandbox world.
file-handling,ForkFS,,https://github.com/SUPERCILEX/forkfs,ForkFS allows you to sandbox a process's changes to your file system.
organizers,icsp,,https://github.com/loteoo/icsp,Command-line iCalendar (.ics) to CSV utility.
ai,HAL 2023,,https://github.com/Brutuski/hal2023-cli,"Inspired by the infamous HAL9000, it is a simple script to chat with OpenAI's ChatGPT."
science,GCTU,,https://github.com/Mandrew0822/GCTU---Genetic-code-translation-utility,A simple command line tool which allows one to convert DNA code sequences to the different RNA sequences.
organizers,Girok,,https://github.com/noisrucer/girok,A powerful and beautiful CLI scheduler.
system,killport,,https://github.com/jkfran/killport,A command-line tool to easily kill processes running on a specified port.
copilot,CLI Co-Pilot,,https://github.com/AntonOsika/CLI-Co-Pilot,CLI tool that uses GPT4 to turn natural language commands into their Bash/ZShell/PowerShell equivalents.
time-tracker,Timer-CLI,,https://github.com/1Blademaster/timer-cli,A very simple countdown timer.
copilot,codemancer,https://0xmmo.github.io/codemancer/,https://github.com/0xmmo/codemancer,Code with GPT-4 from your command line.
text-search,ast-grep,,https://github.com/ast-grep/ast-grep,"A CLI tool for code structural search, lint and rewriting."
copilot,aish,,https://github.com/chr15m/aish,"A program that retrieve shell script one-liners, ready to be executed in the terminal."
git,Lazygit,,https://github.com/jesseduffield/lazygit,A simple terminal UI for git commands that simplify the execution of many operations making them interactive.
games,guess-word-cli,,https://github.com/akgondber/guess-word-cli,Find out a source word which characters was shuffled and moreover an extra character was added to bring some complexity.
cd,slingshot,,https://github.com/caio-ishikawa/slingshot,Lightweight command line tool to quickly navigate across folders.
copilot,Llama Terminal Completion,,https://github.com/adammpkins/llama-terminal-completion,"Application that interacts with the llama.cpp library to provide virtual assistant capabilities through the command line. It allows you to ask questions and receive intelligent responses, as well as generate Linux commands based on your prompts."
graphics,img2ascii,,https://github.com/JosefVesely/Image-to-ASCII,Convert images to ASCII art.
writing,write good,,https://github.com/btford/write-good,Naive linter for English prose.
screensaver,sclocka,,https://github.com/mezantrop/sclocka,The real screensaver/lock for terminals.
screensaver,ASCII Saver,,https://gitlab.com/mezantrop/ascsaver,Screensaver for terminals.
typing,typetype,,https://github.com/ahmet8zer/typetype,Minimalistic command line typing game.
todo-manager,geek-life,,https://github.com/ajaxray/geek-life,A full-featured TUI task manager.
funny,ascii-movie,,https://github.com/gabe565/ascii-movie,Allows to play the ASCII art Star War movie locally or it can open a connection to play it over SSH or telnet.
text-search-replace,repgrep,,https://github.com/acheronfail/repgrep,A replacer that uses ripgrep for finding and provides an interactive interface to replace the text.
graphics,rclip,,https://github.com/yurijmikhalevich/rclip,AI-Powered Command-Line Photo Search Tool.
science,bibtools,,https://github.com/pkgw/bibtools,Command-line bibliography manager.
monitor-top,TTV,,https://github.com/caio-ishikawa/term-task-viewer,terminal-task-viewer: a lightweight terminal tool to manage processes in Unix machines.
prompt,Basta!,https://www.kylheku.com/cgit/basta/about/,https://www.kylheku.com/git/basta,A small amount of GNU Bash code that maintains a scroll-protected status line at the bottom of the terminal.
security,safe,https://z3bra.org/safe/,git://z3bra.org/safe.git,Password protected secret keeper. Secrets are encrypted and stored on disk using a key derivated from your master password - no keys to manage.
text-processing,skroll,https://z3bra.org/skroll/,git://z3bra.org/skroll.git,"A small utility that you can use to make a text scroll. Pipe text to it, and it will scroll a given number of letters from right to left."
chat,sic,https://tools.suckless.org/sic/,https://git.suckless.org/sic,sic is an extremely simple IRC client. It consists of less than 250 lines of code.
chat,Profanity,https://profanity-im.github.io/,https://github.com/profanity-im/profanity,"Profanity is a console based XMPP client written in C using ncurses and libstrophe, inspired by Irssi."
chat,Poezio,https://poez.io/en/,https://codeberg.org/poezio/poezio.git,Poezio is a free console XMPP client. It lets you connect very easily (no account creation needed) to the network and join various chatrooms. Many commands are identical to common IRC clients. Configuration can be made in a configuration file or directly from the client.
chat,GNU Freetalk,https://www.gnu.org/software/freetalk/,https://git.savannah.gnu.org/git/freetalk.git,"A console based chat client for Jabber and other XMPP servers. It has context-sensitive autocompletion for buddy names, commands, and even ordinary English words."
chat,MCABBER,https://mcabber.com/,,"A small XMPP (Jabber) console client including features such as SASL/SSL/TLS support, MUC (Multi-User Chat) support, history logging, command completion, OpenPGP encryption and more."
chat,gomuks,,https://github.com/tulir/gomuks,A terminal based Matrix client written in Go.
chat,matrix-commander,,https://github.com/8go/matrix-commander,Simple but convenient CLI-based Matrix client app for sending and receiving.
chat,matrixcli,,https://github.com/saadjsct/matrixcli,A minimal command line matrix client.
chat,Weechat-Matrix,,https://github.com/poljar/weechat-matrix,A Python script for Weechat that lets Weechat communicate over the Matrix protocol.
chat,Telegram messenger CLI,,https://github.com/vysheng/tg,Command-line interface for Telegram using the readline interface.
chat,signal-cli,,https://github.com/AsamK/signal-cli,"signal-cli provides an unofficial command-line, dbus and JSON-RPC interface for the Signal messenger."
chat,toxic,,https://github.com/Jfreegman/toxic,A Tox-based instant messaging and video chat client.
music,ncspot,,https://github.com/hrkfdn/ncspot,"Cross-platform ncurses Spotify client written in Rust, inspired by ncmpc and the likes."
video,Streamlink,,https://github.com/streamlink/streamlink,Streamlink is a CLI utility which pipes video streams from various services into a video player.
transfer,yt-dlp,,https://github.com/yt-dlp/yt-dlp,A youtube-dl fork with additional features and fixes.
rss,Sfeed,https://codemadness.org/sfeed.html,git://git.codemadness.org/sfeed,Sfeed is a RSS and Atom parser (and some format programs). It converts RSS or Atom feeds from XML to a TAB-separated file.
todo-manager,Todoman,,https://github.com/pimutils/todoman,"A simple, standards-based, CLI todo (aka: task) manager."
shells,DASH,http://gondor.apana.org.au/~herbert/dash/,git://git.kernel.org/pub/scm/utils/dash/dash.git,DASH is a POSIX-compliant implementation of /bin/sh that aims to be as small as possible. It does this without sacrificing speed where possible.
networking,darkhttpd,https://unix4lyfe.org/darkhttpd/,https://github.com/emikulic/darkhttpd,"Darkhttpd is a simple, fast HTTP 1.1 web server for static content. It does not support PHP or CGI etc but is designed to serve static content, which it does very well."
networking,quark,https://tools.suckless.org/quark/,https://git.suckless.org/quark,quark is an extremely small and simple HTTP GET/HEAD-only web server for static content.
networking,Prosody,https://prosody.im/,https://github.com/bjc/prosody,"Prosody is a modern XMPP communication server. It aims to be easy to set up and configure, and efficient with system resources."
networking,ejabberd,https://www.ejabberd.im/,https://github.com/processone/ejabberd,"ejabberd is an XMPP application server and an MQTT broker, written mainly in the Erlang programming language."
rss,openring,,https://git.sr.ht/~sircmpwn/openring,"A tool for generating a webring from RSS feeds, so you can link to other blogs you like on your own blog."
productivity,TUI apps,,https://github.com/learnbyexample/TUI-apps,"A repository containing a couple of one-script programs, mainly dedicated to training/learning CLI tools such as grep, awk, etc."
viewers,Oyomu,,https://github.com/EruEri/oyomu,A command line comic reader and collection manager.
monitor-top,procs,,https://github.com/dalance/procs,A modern replacement for ps written in Rust.
text-processing,Line Select,,https://github.com/urbanogilson/lineselect,"A powerful utility enabling interactive line selection from stdin, allowing to seamlessly integrate, pause, select, and refine your pipeline, enhancing data processing precision."
graphics,BlockPaint,,https://github.com/wooster0/blockpaint,BlockPaint is a painting program that allows you to draw pixel graphics in the terminal using the mouse.
data-management-tabular,pykli,,https://github.com/eshepelyuk/pykli,Interactive ksqlDB command line client with autocompletion and syntax highlighting written in Python.
todo-manager,mayhem,,https://github.com/BOTbkcd/mayhem,A minimal TUI based task tracker.
office,Slideck,,https://github.com/piotrmurach/slideck,Present Markdown-powered slide decks in the terminal.
calc,kalc,,https://github.com/bgkillas/kalc,"A complex numbers, 2D/3D graphing, arbitrary precision, vector, CLI calculator with real-time output."
file-explorer,Rust-Traverse,,https://github.com/dmcg310/Rust-Traverse,"Rust traverse is a terminal based file explorer. It is inspired by the NNN file manager. It uses Ratatui for the terminal UI, with Crossterm for the terminal backend."
productivity,classis,,https://github.com/ginschel/classis,An easy CLI for the terminal fans out there who want to access Open Assistant's API through the terminal or want to use the API in their own applications.
cd,menucd,,https://github.com/andy5995/menucd,Directory browser and changer for the command line.
data-management-tabular,litecli,,https://github.com/dbcli/litecli,CLI for SQLite Databases with autocompletion and syntax highlighting.
package-manager,getghrel,,https://github.com/kavishgr/getghrel,"A user-friendly command-line tool that fetches and installs the latest release assets from GitHub for macOS and Linux; it automatically detects your operating system and architecture, downloads the relevant binary, and unpacks it, ensuring a hassle-free experience."
find,bfs,,https://github.com/tavianator/bfs,A breadth-first version of the UNIX find command.
chat,Servitor,,https://github.com/bentonedmondson/servitor,A command-line Fediverse client that doesnt require a server.
music,mfp,,https://github.com/guptarohit/mfp,"A command-line utility for playing music mixes for programming & focus (from [musicforprogramming.net](musicforprogramming.net)), unlocking the flow state."
system,Rumos,,https://github.com/octagony/rumos,CLI utility for controlling screen brightness.
utility,sprinkles,,https://github.com/KhalilOuali/sprinkles,Randomly colors input text and outputs it to the terminal.
git,git absorb,,https://github.com/tummychow/git-absorb,"git commit --fixup, but automatic."
networking,Termshark,https://termshark.io/,https://github.com/gcla/termshark,"A terminal UI for tshark, inspired by Wireshark."
networking,sngrep,,https://github.com/irontec/sngrep,Ncurses SIP Messages flow viewer.
networking,mtr,,https://github.com/traviscross/mtr,mtr combines the functionality of the 'traceroute' and 'ping' programs in a single network diagnostic tool.
monitor,HyFetch,,https://github.com/hykilpikonna/hyfetch,"A fork of the abandoned [Neofetch](https://github.com/dylanaraps/neofetch), HyFetch displays information about your system next to an image, your OS logo, or any ASCII file of your choice."
games,Frotz,https://davidgriffith.gitlab.io/frotz/,https://gitlab.com/DavidGriffith/frotz,Frotz is an interpreter for Infocom games and other Z-machine games.
editors,ed,https://www.gnu.org/software/ed/,,"GNU ed is a line-oriented text editor. It is used to create, display, modify and otherwise manipulate text files, both interactively and via shell scripts."
conversion,antiword,https://web.archive.org/web/20071002133135/http://www.winfield.demon.nl/,,Reader and converted for the proprietary MS .doc file format.
conversion,wv,https://wvware.sourceforge.net/,,"Utility for performing operations on .doc files. The tool is now deprecated in favor of AbiWord, which uses the same library that is used in the CLI program."
office,PDFtk,https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/,,PDFtk is a simple tool for doing everyday things with PDF documents.
graphics,Graphviz,https://graphviz.org/,https://gitlab.com/graphviz/graphviz,Graphviz is open source graph visualization software. It contains several command line tools to generate and manipulate graphs.
backup,autorestic,https://autorestic.vercel.app/,https://github.com/cupcakearmy/autorestic,"A wrapper around the [restic](https://restic.net/) backup tool, with the goal of simplifying the setup and usage through the use of config files."
backup,Restic,https://restic.net/,https://github.com/restic/restic,"A backup program that is fast, efficient, and secure."
backup,Crestic,https://nils-werner.github.io/crestic/,https://github.com/nils-werner/crestic,Configurable Restic Wrapper.
backup,Kopia,https://kopia.io/,https://github.com/kopia/kopia,"Cross-platform backup tool for Windows, macOS & Linux with fast, incremental backups, client-side end-to-end encryption, compression, and data deduplication. CLI and GUI included."
backup,bup,https://bup.github.io/,https://github.com/bup/bup,"Very efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication."
backup,rdiff-backup,https://rdiff-backup.net/,https://github.com/rdiff-backup/rdiff-backup,"Reverse differential backup tool, over a network or locally, using the same protocol as rsync to transfer and store data."
file-handling,symlinks,,https://github.com/brandt/symlinks,Symlinks is a simple tool that helps find and remedy problematic symbolic links on a system.
file-handling,compsize,,https://github.com/kilobyte/compsize,Find compression type/ratio on a file or set of files on a btrfs file system.
monitor-top,Btop++,,https://github.com/aristocratos/btop,"Resource monitor that shows usage and stats for processor, memory, disks, network, and processes. C++ version and continuation of [bashtop](https://github.com/aristocratos/bashtop) and [bpytop](https://github.com/aristocratos/bpytop)."
password-manager,rbw,,https://github.com/doy/rbw,"Unofficial command line client for Bitwarden that is “stateful”, i.e., it does not require the manual lock and unlock of the client."
password-manager,passage,,https://github.com/FiloSottile/passage,A fork of [password-store](https://www.passwordstore.org) that uses [age](https://age-encryption.org) as a backend instead of GnuPG.
ls,vivid,,https://github.com/sharkdp/vivid,A themeable LS_COLORS generator with a rich filetype datebase.
editors,Bob,,https://github.com/MordechaiHadad/bob,"Bob is a cross-platform and easy-to-use Neovim version manager, allowing for easy switching between versions."
video,videoinfox,,https://github.com/powerhousepro69/videoinfox,Find videos fast. Powerful playlist building and editing. A play queue to load up unlimited playlists. Index unlimited video libraries and find videos by keyword. Download list building without leaving the browser and a Download Queue.
text-processing,rich,,https://github.com/Textualize/rich-cli,"Rich-CLI is a command line toolbox for fancy output in the terminal, built with [Rich](https://github.com/Textualize/rich)."
markdown,mdformat,,https://github.com/executablebooks/mdformat,Mdformat is an opinionated Markdown formatter that can be used to enforce a consistent style in Markdown files.
music,ytui-music,,https://github.com/sudipghimire533/ytui-music,YouTube client in terminal for music (lightweight YouTube client).
networking,ttfb,,https://github.com/phip1611/ttfb,ttfb is a CLI-Tool to measure the TTFB (time to first byte) of HTTP requests.
programming,mk,,https://github.com/pycontribs/mk,mk is a CLI tool that aims to ease contribution to any open source project by hiding repository implementation details from the casual contributor.
graphics,ArTTY,,https://github.com/mjwhitta/artty,"Pixel art with optional system info, similar to Neofetch."
programming,stepci,,https://github.com/stepci/stepci,Automated API Testing and Quality Assurance.
launcher,foy,,https://github.com/zaaack/foy,"A simple, light-weight, type-friendly and modern task runner for general purpose."
system,viewport-list-cli,,https://github.com/kevva/viewport-list-cli,Return a list of devices and their viewports.
launcher,shell2http,,https://github.com/msoap/shell2http,Executing shell commands via HTTP server.
devops,OPS,,https://github.com/nanovms/ops,"Ops is a tool for creating and running a [Nanos](https://github.com/nanovms/nanos) unikernel. It is used to package, create, and run your application as a [Nanos](https://github.com/nanovms/nanos) unikernel instance."
devops,SAWS,,https://github.com/donnemartin/saws,A supercharged AWS command line interface (CLI).
devops,k9s,,https://github.com/derailed/k9s,Kubernetes CLI To Manage Your Clusters In Style!
programming,np,,https://github.com/sindresorhus/np,A better `npm publish`.
programming,semantic-release,,https://github.com/semantic-release/semantic-release,"Automates the whole node.js package release workflow including: determining the next version number, generating the release notes, and publishing the package."
ai,clevercli,,https://github.com/clevercli/clevercli,ChatGPT powered CLI utilities. Easily add new prompt types.
text-processing,gtree,,https://github.com/ddddddO/gtree,"Using either Markdown or programmatically to generate directory trees and directories, and to verify directories."
data-management-json,gron,,https://github.com/tomnomnom/gron,gron transforms JSON into discrete assignments to make it easier to grep for what you want and see the absolute 'path' to it.
transfer,shbin,,https://github.com/Shiphero/shbin,"Upload code snippets, notebooks, images or any other content to a GitHub repository that acts as your internal pastebin, and returns the URL to share it with your team."
file-explorer,tere,,https://github.com/mgunyho/tere,Terminal file explorer that is a faster alternative to using cd and ls to browse folders in your terminal.
diff,dyff,,https://github.com/homeport/dyff,"A diff tool for YAML files, and sometimes JSON."
transfer,curlie,,https://github.com/rs/curlie,"The power of curl, the ease of use of httpie."
music,radio-active,,https://github.com/deep5050/radio-active,Internet radio player with 40k+ stations.
online,Fjira,,https://github.com/mk-5/fjira,The fuzziest Jira command line tool in the world.
networking,neoss,,https://github.com/PabloLec/neoss,User-friendly and detailed socket statistics with a Terminal UI.
conversion,unoserver,,https://github.com/unoconv/unoserver,"Using LibreOffice as a server for converting documents, it allows converting multiple documents without loading libreoffice into memory every time."
security,gocryptfs,https://nuetzlich.net/gocryptfs,https://github.com/rfjakob/gocryptfs,An encrypted overlay filesystem written in Go.
conversion,jsonify-resume,,https://github.com/ashishbinu/jsonify-resume,A CLI that converts resumes into JSON Resume schema.
todo-manager,boards,,https://github.com/benrutter/boards,Recursive kanban boards based around the filesystem.
religion,ltorah,,https://github.com/Mandrew0822/ltorah,ltorah provides a way to read the ancient hebrew Torah from the command line.
utility,minicloze,,https://github.com/benmanone/minicloze,Rust-based command-line language-learning game using the Tatoeba database.
git,gitnr,,https://github.com/reemus-dev/gitnr,"Create `.gitignore` files using one or more templates from TopTal, GitHub or your own collection."
networking,sslh,,https://github.com/yrutschle/sslh,"A ssl/ssh multiplexer (Applicative Protocol Multiplexer) that allows, for example, to share SSH and HTTPS on the same port."
cd,qcd,,https://github.com/ClaasBontus/qcd_rs,A tool to change to another directory by just by entering commands like `qcd 3` and step back to where you came from with `qcd -o`. Frequently visited directories are stored in a sqlite3 database.
data-management-json,jid,,https://github.com/simeji/jid,You can drill down JSON interactively by using filtering queries like jq.
data-management-json,jo,,https://github.com/jpmens/jo,A small utility to create JSON objects from the command line.
data-management-json,JSON.sh,,https://github.com/dominictarr/JSON.sh,"A JSON parser written in shell, compatible with ash, bash, dash and zsh."
data-management-json,Jsawk,,https://github.com/micha/jsawk,"Like awk, but for JSON. You work with an array of JSON objects read from stdin, filter them using JavaScript to produce a results array that is printed to stdout."
data-management-json,json,,https://github.com/trentm/json,"A ""json"" command for massaging JSON on your Unix command line."
data-management-json,jj,,https://github.com/tidwall/jj,A command line utility that provides a fast and simple way to retrieve or update values from JSON documents.
data-management-json,rq,,https://github.com/dflemstr/rq,Record Query - A tool for doing record analysis and transformation.
data-management-json,TickTick,,https://github.com/kristopolous/TickTick,"TickTick enables you to put JSON in bash scripts. Yes, just encapsulate them with two back-ticks."
data-management-json,jshon,,https://github.com/keenerd/jshon,Jshon is a JSON parser designed for maximum convenience within the shell.
data-management-json,jl,,https://github.com/chrisdone/jl,"jl (""JSON lambda"") is a tiny functional language for querying and manipulating JSON."
data-management-json,faq,,https://github.com/jzelinskie/faq,Format Agnostic jQ - process various formats with libjq.
data-management-json,jsonpp,,https://github.com/jmhodges/jsonpp,A fast command line JSON pretty printer.
data-management-json,RecordStream,,https://github.com/benbernard/RecordStream,Command-line tools for slicing and dicing JSON records.
data-management-json,JSON.awk,,https://github.com/step-/JSON.awk,A practical JSON parser written in awk.
data-management-json,jp,,https://github.com/jmespath/jp,"A command line interface to JMESPath, an expression language for manipulating JSON."
data-management-json,JSON Command,,https://github.com/zpoley/json-command,JSON command line processing toolkit: no more writing code to inspect or transform JSON objects.
data-management-json,jsonv.sh,,https://github.com/archan937/jsonv.sh,A Bash command line tool for converting JSON to CSV.
data-management-json,JSON-Grep,,https://github.com/ploubser/JSON-Grep,JGrep is a command line tool and API for parsing JSON documents based on logical expressions.
data-management-json,jello,,https://github.com/kellyjonbrazil/jello,"CLI tool to filter JSON and JSON Lines data with Python syntax, similar to - surprise :-), jq!"
data-management-json,jsed,,https://github.com/jtopjian/jsed,"jsed is a small command-line utility to add, remove, and search for data in a JSON structure."
data-management-json,jtbl,,https://github.com/kellyjonbrazil/jtbl,A simple CLI tool to print JSON and JSON Lines data as a table in the terminal.
data-management-json,YAML Paths,,https://github.com/wwkimball/yamlpath,"YAML/JSON/EYAML/Compatible get/set/merge/validate/scan/convert/diff processors using powerful, intuitive, command-line friendly syntax."
data-management-json,jayin,,https://github.com/we-cli/jayin,Piping with js at terminal.
data-management-json,jsongrep,,https://github.com/dsc/jsongrep,A shell tool to search and select bits out of JSON documents.
data-management-json,jsongrep,,https://github.com/terrycojones/jsongrep,Python for extracting pieces of JSON objects
networking,SSM,,https://github.com/elliot40404/ssm,A simple SSH manager.
todo-manager,memo,https://www.byteptr.com/memo/,https://github.com/nrosvall/memo,Memo is a Unix-style note-taking software for POSIX compatible systems.
security,SOPS,,https://github.com/getsops/sops,"SOPS (Secrets OPerationS) is a simple and flexible tool for managing secrets, sops is an editor of encrypted files that supports YAML, JSON, ENV, INI and BINARY formats, encrypting the values but not the keys."
networking,sshuttle,,https://github.com/sshuttle/sshuttle,Transparent proxy server that works as a poor man's VPN. Forwards over ssh. Doesn't require admin. Works with Linux and macOS. Supports DNS tunneling.
music,Gomu,,https://github.com/issadarkthing/gomu,"Gomu is intuitive, powerful CLI music player. It has embedded scripting language and event hook to enable user to customize their config extensively."
ls,eza,,https://github.com/eza-community/eza,"eza is a modern, _maintained_ replacement for `ls`, built on `exa`."
music,line,,https://github.com/pd3v/line,Tiny command-line midi sequencer and language for live coding.
git,git-fuzzy,,https://github.com/bigH/git-fuzzy,Interactive `git` with the help of `fzf`.
games,Terminal Roulette,,https://github.com/levkush/TerminalRoulette,Your own roulette table in the terminal.
cheatsheet,fzf-help,,https://github.com/BartSte/fzf-help,An fzf extension that allows you to select command line options of a given command; the options are retrieved from the command its `--help` documentation.
ai,Instrukt,,https://github.com/blob42/Instrukt,"A integrated AI environment in the terminal. Build, test and instruct agents."
transfer,newsboat_video_downloader,,https://github.com/Jocomol/newsboat_video_downloader,Downloads content from YouTube and have them sorted into different folders depending on the channel.
ai,Mods!,,https://github.com/charmbracelet/mods,"AI for the command line, built for pipelines."
ai,safespace,,https://github.com/danlou/safespace,Your local AI counselor. LLM app that runs offline from a single binary.
networking,SMBScan,,https://github.com/jeffhacks/smbscan,SMBScan is a tool to enumerate file shares on an internal network.
system,rs-env,,https://github.com/sysid/rs-env,"Hierarchical environment variable management, compiling the resulting set of from a hierarchical list of `<name>.env` files."
browser,Litter,,https://github.com/tuxcanfly/litter,"Litter is a minimalistic, terminal-based read-only browser that allows users to browse the web without the bloat and distractions of modern web browsers."
system,YAS-BDSM,,https://github.com/sebastiancarlos/yas-bdsm,"YAS-BDSM (Yet Another Stow-Based Dotfiles System Manager): a minimal, UNIX-based, cross-platform, hierarchical dotfiles manager."
graphics,TermImg,,https://github.com/srlehn/termimg,termimg tries to draw images into terminals. The rectangular drawing area is given in cell coordinates (not pixels). Origin is the upper-left corner.
programming,gup,,https://github.com/nao1215/gup,"Update binaries installed by ""go install"" with goroutines."
ls,stree,,https://github.com/orangekame3/stree,A CLI tool designed to visualize the directory tree structure of an S3 bucket.
file-manager,Yazi,,https://github.com/sxyazi/yazi,"Blazing fast terminal file manager written in Rust, based on async I/O."
viewers,ucollage,,https://github.com/ckardaris/ucollage,An extensible command line image viewer inspired by vim.
copilot,Open Interpreter,,https://github.com/KillianLucas/open-interpreter,"OpenAI's Code Interpreter in your terminal, running locally."
text-processing,awk,,https://github.com/onetrueawk/awk,"A historical, general-purpose text file processor, implements a domain-specific language designed for text processing and typically used as a data extraction and reporting tool."
git,git-booster-cli,,https://github.com/akgondber/git-booster-cli,Improve your git workflow with customizable and runnable blocks.
funny,daktilo,,https://github.com/orhun/daktilo,Turn your keyboard into a typewriter adding sounds at each keystroke.
file-handling,Fast Files,,https://github.com/mintycube/fast-files,"ff is a bash script which is a combination of `mkdir` and `touch`. It can create directory structures and files simultaneously and lists the created objects using `eza`, `lsd`, or `ls`."
screen-recorder,agg,,https://github.com/asciinema/agg,agg is a command-line tool for generating animated GIF files from asciicast v2 files produced by `asciinema` terminal recorder.
screen-recorder,terminalizer,,https://github.com/faressoft/terminalizer,Record your terminal and generate animated GIF images or share a web player link [www.terminalizer.com](www.terminalizer.com).
screen-recorder,t-rec,,https://github.com/sassman/t-rec-rs,Blazingly fast terminal recorder that generates animated GIF images for the web written in rust.
screen-recorder,termtosvg,,https://github.com/nbedos/termtosvg,A Unix terminal recorder written in Python that renders your command line sessions as standalone SVG animations.
screen-recorder,ttygif,,https://github.com/icholy/ttygif,ttygif converts a ttyrec file into GIF files. It's a stripped down version of ttyplay that screenshots every frame.
screen-recorder,ttystudio,,https://github.com/chjj/ttystudio,"Record your terminal and compile it to a GIF or APNG without any external dependencies, bash scripts, GIF concatenation, etc."
screen-recorder,terminal-recorder,,https://github.com/cortezcristian/terminal-recorder,"Terminal recorder allows you to record your bash session, and export it to HTML so then you can share it with your friends."
screen-recorder,goscript,,https://github.com/elisescu/goscript,"Goscript is a tool that records the terminal session (well, any command you run it with) and saves the output in a self contained HTML file that can be run in the browser, to playback the session."
programming,argbash,,https://github.com/matejak/argbash,Bash argument parsing code generator.
file-renamer,Bren,https://www.byteptr.com/bren/,https://github.com/nrosvall/bren,"Bren is a command line tool for GNU/Linux (and many others). It has support for GNU Guile scripting. Bren is simple, fast, and it's written in C."
ai,llm-term,,https://github.com/juftin/llm-term,Chat with OpenAI's GPT models directly from the command line.
networking,sshs,,https://github.com/quantumsheep/sshs,Terminal user interface for SSH.
shells,Twin,,https://github.com/cosmos72/twin,"Text mode window environment. A ""retro"" program for embedded or remote systems, that doubles as X11 terminal and text-mode equivalent of VNC server."
utility,plzz,,https://github.com/deep5050/plzz,A Python CLI to automate daily tasks of both common and advanced users. It allows easily launching common and different types of operations such as creating random files or check hashes.
cd,nav,,https://github.com/dkaslovsky/nav,Terminal navigator for interactive ls workflows.
utility,tmux-fingers,,https://github.com/morantron/tmux-fingers,Copy-pasting in terminal with vimium/vimperator like hints.
utility,Various Scripts,,https://github.com/xkcd386at/scripts,"Various script, mainly in shell and Perl, to perform tasks such as combining head and tail, or other common tools accessed using fzf."
utility,Zsh Angel IQ System,,https://github.com/psprint/zsh-angel-iq-system,"A bunch of intelligent extensions to Zsh, including an in-shell Ctags browser, an extension to Zinit plugin manager and Angel Swiss Knife."
text-processing,JsonGenius,,https://github.com/semanser/JsonGenius,Self-hosted scraping API that extracts structured data described by a JSON Schema.
funny,paclear,,https://github.com/orangekame3/paclear,paclear is a clear command with pacman animation.
note-taking,zk,,https://github.com/mickael-menu/zk,zk is a command-line tool helping you to maintain a plain text Zettelkasten or personal wiki.
data-management,play,,https://github.com/paololazzari/play,"TUI playground for your favorite programs, such as grep, sed and awk."
package-manager,Shell Bling Ubuntu,,https://github.com/hiAndrewQuinn/shell-bling-ubuntu,"A few scripts to be run on a fresh-off-the-presses Ubuntu VM, in order to get its shell nice 'n purdy."
system,rfsh,,https://github.com/docsion/rfsh,"Run shell scripts in batch, concurrently, fully customized with variable."
transfer,tshare,,https://github.com/trikko/tshare,"The fastest way to share your files on the web, for free."
launcher,climenu,,https://github.com/10xJSChad/climenu,Compact application for creating shell menus with executable entries. Use it to build straightforward static shortcut menus or dynamically generate advanced menus for more complex programs.
system,ydf,,https://github.com/yunielrc/ydf,A disruptive dotfiles manager+. Be ready to work in just a few minutes on your Fresh OS.
online,ghfetch,,https://github.com/orangekame3/ghfetch,ghfetch is a CLI tool to fetch GitHub user information and show like Neofetch.
religion,The Rock,,https://gitlab.com/NoahJelen/the-rock,"Command line King James bible viewer for Linux systems modeled after Debian's bible-kjv, but with extra features."
terminal,wezterm,,https://github.com/wez/wezterm,A GPU-accelerated cross-platform terminal emulator and multiplexer implemented in Rust with tons of features.
monitor-top,bashtop,,https://github.com/aristocratos/bashtop,"Resource monitor that shows usage and stats for processor, memory, disks, network, and processes."
monitor-top,gtop,,https://github.com/aksakalli/gtop,System monitoring dashboard for terminal written in Node.js.
monitor-top,vtop,,https://github.com/MrRio/vtop,Alternative to top with several additional stats.
monitor-top,atop,https://www.atoptool.nl/index.php,,"Atop is TUI performance monitor for Linux; it reports the activity of all processes (even if processes have finished during the interval), daily logging of system and process activity for long-term analysis, overloaded system resources, etc."
monitor-top,nmon,https://nmon.sourceforge.io/pmwiki.php,,Nigel's performance Monitor for Linux.
email,Notmuch,,https://git.notmuchmail.org/git/notmuch,"Notmuch is a command-line based program for indexing, searching, reading, and tagging large collections of email messages."
typing,Typr,,https://github.com/DriftingOtter/Typr,"`typr` is a Python-based application that utilizes the 'rich' module to provide you with a simple yet satisfying TUI when typing, `typr` is designed to be simple and easy to use."
networking,echo,,https://github.com/devem-tech/echo,Speedy API emulation facilitated by a reverse proxy and mock JSON server.
office,presenterm,,https://github.com/mfontanini/presenterm,A terminal slideshow tool.
webdev,kanha,,https://github.com/pwnwriter/kanha,A web-app pentesting suite written in Rust.
games,Durak,,https://github.com/levkush/durak,Durak card game for two in a terminal.
webdev,dummy,,https://github.com/sterrasec/dummy,Generator of static files for testing file upload. It can generate the PNG file of any number of bytes!
networking,TGORQ,,https://github.com/vitor-augusto1/tgorq,Terminal GO ReQuest (TGORQ) is a Vim-like lightweight CLI tool for performing HTTP requests.
science,BibMan,https://ductri.github.io/note/2023/09/27/bibman.html,https://github.com/ductri/BibMan,A TUI bibliography manager. It aims to support only the most basis features as a general bibliography manager.
music,radio-beats,,https://github.com/quangnguyen30192/radio-beats,Rofi-like menu for playing radio stations.
graphics,haylxon,,https://github.com/pwnwriter/haylxon,Blazing-fast tool to grab screenshots of your domain list right from terminal.
programming,DEM,https://www.axemsolutions.io/dem_doc/index.html,https://github.com/axem-solutions/dem,Containerized Development Environment Manager for embedded development.
rm,rm-trash,,https://github.com/nateshmbhat/rm-trash,"Meant to be used in place of `rm` in Linux, supporting all its arguments. It can move and restore the files from the XDG trash."
shells,Nushell,,https://github.com/nushell/nushell,"A modern shell written in Rust, where all data is structured."
shells,Elvish,,https://github.com/elves/elvish,"Elvish is a versatile interactive shell and expressive programming language, combined into one seamless package."
shells,Ion,,https://github.com/redox-os/ion,"Ion is a modern system shell that features a simple, yet powerful, syntax."
calc,Numbat,,https://github.com/sharkdp/numbat,Numbat is a calculator for scientific computations with first class support for physical dimensions and units.
monitor-top,s-tui,,https://github.com/amanusk/s-tui,"Stress-Terminal UI, s-tui, monitors CPU temperature, frequency, power, and utilization in a graphical way from the terminal."
transfer,tdl,,https://github.com/iyear/tdl,"Beautiful and feature-rich Telegram downloader, written in Go."
transfer,lux,,https://github.com/iawia002/lux,Lux is a fast and simple video downloader built with Go.
transfer,gallery-dl,,https://github.com/mikf/gallery-dl,Gallery-dl is a command-line program to download image galleries and collections from several image hosting sites.
data-management,sampler,,https://github.com/sqshq/sampler,"Sampler is a tool for shell commands execution, visualization, and alerting. Configured with a simple YAML file."
launcher,pueue,,https://github.com/Nukesor/pueue,Pueue is a command-line task management tool for sequential and parallel execution of long-running tasks.
funny,neo,,https://github.com/st3w/neo,"Recreates the digital rain effect from ""The Matrix"". Streams of random characters will endlessly scroll down your terminal screen."
funny,boxes,,https://github.com/ascii-boxes/boxes,Boxes is a command line filter program which draws ASCII art boxes around your input text.
data-management-json,jaq,,https://github.com/01mf02/jaq,"jaq is a clone of the JSON data processing tool jq, that aims to support a large subset of jq's syntax and operations."
cheatsheet,pet,,https://github.com/knqyf263/pet,"Pet is a simple command-line snippet manager, written in Go."
cheatsheet,halp,,https://github.com/orhun/halp,halp aims to help find the correct arguments for command-line tools by checking the predefined list of commonly used options/flags.
cheatsheet,carapace,,https://github.com/rsteube/carapace-bin,Carapace provides argument completion for multiple CLI commands and works across multiple POSIX and non-POSIX shells.
file-watch,reflex,,https://github.com/cespare/reflex,Reflex is a small tool to watch a directory and rerun a command when certain files change.
note-taking,jrnl,,https://github.com/jrnl-org/jrnl,"jrnl is a simple journal application for the command line to easily create, search, and view journal entries; journals are stored as human-readable plain text, and can also be encrypted using AES encryption."
networking,gping,,https://github.com/orf/gping,"Ping, but with a graph."
networking,websocat,,https://github.com/vi/websocat,"Netcat, curl and socat for WebSockets."
networking,dog,,https://github.com/ogham/dog,"dog is a command-line DNS client. It has colorful output, understands normal command-line argument syntax, supports the DNS-over-TLS and DNS-over-HTTPS protocols, and can emit JSON."
networking,oha,,https://github.com/hatoo/oha,oha is a tiny program that sends some load to a web application and show real-time TUI.
todo-manager,Redo.vc,https://redo.vc,https://github.com/sottey/redo.vc,"Redo.vc is a tool for command line fans that allows you to track your tasks. It is a full-featured todo manager with tagging, projects, recurring tasks and much more, all stored in a JSON file so it is super portable and tooling new apps for the data format is super easy."
todo-manager,wish,,https://github.com/levkush/wish,A delightful wish list manager to keep track of your dreams and desires!
data-management,redis_tui,,https://github.com/mat2cc/redis_tui,Redis terminal browser application.
graphics,terminal-art,,https://github.com/Eric-Lennartson/terminal-art,Art made in the terminal: rotating cube.
git,gitleaks,,https://github.com/gitleaks/gitleaks,"Tool for detecting and preventing hardcoded secrets like passwords, api keys, and tokens in git repos."
git,mergestat-lite,,https://github.com/mergestat/mergestat-lite,A command-line tool for running SQL queries on git repositories and related data sources.
git,git-quick-stats,,https://github.com/arzzen/git-quick-stats,A simple and efficient way to access various statistics in a git repository.
git,git-recall,,https://github.com/Fakerr/git-recall,A simple tool that allows you to easily go through your commits and check what you or other contributors in your team did.
networking,goaccess,,https://github.com/allinurl/goaccess,"GoAccess is a real-time web log analyzer and interactive viewer, that provides fast and valuable HTTP statistics."
networking,wuzz,,https://github.com/asciimoo/wuzz,Interactive CLI tool for HTTP inspection.
security,vet,,https://github.com/safedep/vet,Tool for identifying risks in open source software supply chain.
graphics,Diagon,,https://github.com/ArthurSonzogni/Diagon,"Diagon is an interactive interpreter, that transforms Markdown-style expression into an ASCII-art representation."
graphics,colout,,https://github.com/nojhan/colout,colout read lines of text stream on the standard input and output characters matching a given regular expression pattern in given color and style.
monitor-top,gputop,,https://github.com/wookayin/gpustat,A simple command-line utility for querying and monitoring GPU status.
monitor-top,amdgpu-top,,https://github.com/Umio-Yasuno/amdgpu_top,"A tool that display AMD GPU utilization and information, gathered from performance counters (GRBM, GRBM2), sensors, fdinfo, and AMDGPU driver."
monitor-top,nvtop,,https://github.com/Syllo/nvtop,"A top like task monitor for AMD, Intel and NVIDIA GPUs, that can handle multiple GPUs and print information about them in a htop-familiar way."
monitor-top,radeontop,,https://github.com/clbr/radeontop,"View your AMD GPU utilization, both for the total activity percent and individual blocks."
monitor,macchina,,https://github.com/Macchina-CLI/macchina,"Fast, minimal and customizable system information frontend."
font,cfonts,,https://github.com/dominikwilkowski/cfonts,А command line tool for generating ANSI fonts in the console.
chat,tgbounce,,https://github.com/azhuchkov/tgbounce,"Simple Telegram Assistant that allows replying to messages, clicking buttons from bots, marking messages as read, logging notable messages, and providing desktop notifications, among other features."
system,inshellisense,,https://github.com/microsoft/inshellisense,IDE style command line auto complete with support for 600+ command line tools.
option-picker,lSel,,https://github.com/unsigned-enby/lSel,Simple no-fuss TUI selection menu for use in scripts.
system,argc-completions,,https://github.com/sigoden/argc-completions,Autocompletion for any shell and any command.
package-manager,hysp,,https://github.com/pwnwriter/hysp,An independent package manager that every hacker deserves.
security,jdvrif,,https://github.com/CleasbyCode/jdvrif,CLI tool to embed or extract files via a JPG image. Post & share your embedded JPG image on compatible sites.
system,Kill,,https://github.com/unsigned-enby/Kill,Small bash-only script for killing processes/sending signals.
organizers,plann,,https://github.com/tobixen/plann,Command-line interface to online calendars.
music,pytunes,,https://github.com/bernhardfritz/pytunes,Self-hosted music streaming service.
utility,ps1palette,,https://github.com/WDoyle123/ps1palette,Streamline Bash PS1 customization through script automation for prompt color coding and .bashrc integration.
transfer,downloader-cli,,https://github.com/deepjyoti30/downloader-cli,A simple downloader written in Python with an awesome customizable progress bar.
todo-manager,kanban-python,,https://github.com/Zaloog/kanban-python,Kanban Terminal App written in Python.
games,go-sweep,,https://github.com/maxpaulus43/go-sweep,Minesweeper game in the command line programmed in Go.
games,Cemetery Escape,,https://github.com/tom-on-the-internet/cemetery-escape,"A game in which you must escape the cemetery. Search tombstones to find the key. Then head for the door, but watch out for ghosts."
rss,Newsraft,,https://codeberg.org/newsraft/newsraft,Newsraft is a feed reader with ncurses user interface. It is greatly inspired by Newsboat and tries to be its lightweight counterpart.
password-manager,pash,,https://github.com/dylanaraps/pash,A simple password manager using GPG written in POSIX sh.
password-manager,pass,,https://github.com/acidvegas/pass,POSIX password manager that keeps passwords inside GPG encrypted files inside a simple directory tree.
networking,ssh-menu,,https://github.com/antonjah/ssh-menu,A very simple terminal tool that renders an interactive menu with your ssh profiles listed.
networking,sshed,,https://github.com/trntv/sshed,sshed is a ssh config editor and bookmarks manager.
music,fme,,https://github.com/andreykaere/fme,Flexible metadata editor that allows editing the metadata of music files.
utility,asciit,,https://github.com/Q1CHENL/asciit,"A more compact and intuitive ASCII table in your terminal: an alternative to ""man 7 ascii"" and ""ascii""."
security,van-gonography,,https://github.com/JoshuaKasa/van-gonography,Hide your files of any type inside a image of your choice using steganography.
networking,tunblkctl,,https://github.com/azhuchkov/tunblkctl,Command-line frontend for Tunnelblick.
networking,sshx,,https://github.com/ekzhang/sshx,"Fast, collaborative live terminal sharing over the web."
music,kew,,https://github.com/ravachol/kew,A command-line music player with gapless playback and simple playlist management.
utility,config-file-validator,,https://github.com/Boeing/config-file-validator,Cross Platform tool to validate configuration files.
networking,recon,,https://github.com/jreisinger/recon,Gather public info about network hosts.
git,git-heatgrid,,https://github.com/denshakhov/git-heatgrid,Visualize git commits as a calendar heatmap.
data-management-tabular,gobang,,https://github.com/TaKO8Ki/gobang,A cross-platform TUI database management tool written in Rust.
data-management-tabular,sqlite-utils,,https://github.com/simonw/sqlite-utils,Python CLI utility and library for manipulating SQLite databases.
option-picker,fss,,https://github.com/5n00py/fss,User-friendly command-line search scripts combining find and grep utilities with fzf previewing and direct actions on specific file types.
terminal,tmux-nested,,https://github.com/niqodea/tmux-nested,Plugin for nested tmux workflows.
text-search-replace,srgn,,https://github.com/alexpovel/srgn,"A code surgeon for precise text and code transplantation. A marriage of `tr`/`sed`, `rg` and `tree-sitter`."
package-manager,upt,,https://github.com/sigoden/upt,Universal Package-management Tool for any OS.
webdev,django-tui,,https://github.com/anze3db/django-tui,Inspect and run Django Commands in a text-based user interface (TUI).
calc,HIP35,,https://github.com/leonmavr/HIP35,HP-35 RPN calculator emulator in C++17 with a terminal user interface.
security,pdvzip,,https://github.com/CleasbyCode/pdvzip,"CLI tool to embed a ZIP file within a PNG image to create a tweetable and ""executable"" PNG-ZIP polyglot file. Post & share your PNG-ZIP image on compatible sites."
launcher,Sway-Talisman,,https://github.com/sebastiancarlos/sway-talisman,"Terminal application launcher in scratchpad, minimalist and native."
funny,ascii-matrix,,https://gitlab.com/christosangel/ascii-matrix,"This script written in the C language, will render the matrix effect in the terminal, while rendering ASCII art loaded from a txt file, at the center of the terminal window."
monitor,tmon,,https://github.com/pondda/tmon,A tiny system monitor for Linux.
text-search,hae,,https://github.com/eeroel/hae,Like grep but with natural language queries; useful to retrieve paragraphs of text that deal with specific topics.
system,bashmount,,https://github.com/jamielinux/bashmount,Tool to mount and unmount removable media from the command-line with a nice interface to list the available options..
music,discodos,,https://github.com/JOJ0/discodos,A CLI tool for DJ's and record collectors based on the discogs.com collection feature that allows analyzing and organize DJ sets.
pastebin,paste69,,https://github.com/watzon/paste69,Simple CURL-able pastebin.
file-handling,gcstree,,https://github.com/owlinux1000/gcstree,Tree command for GCS (Google Cloud Storage).
rm,gtrash,,https://github.com/umlx5h/gtrash,TUI for moving and restoring items from the XDG trash. Fully compliant with the FreeDesktop.org specification.
rss,TermFeed,,https://github.com/iamaziz/TermFeed,A simple terminal feed reader.
office,qpdf,,https://github.com/qpdf/qpdf,"QPDF: A content-preserving PDF document transformer that allows performing several types of operations on PDF files, such as splitting, merging, etc."
option-picker,cmenu,,https://github.com/10xJSChad/cmenu,"Vaguely dmenu-like minimal TUI menu utility, it reads entries from stdin, creates a selection menu, and writes the selected entry to stdout."
monitor,updo,,https://github.com/Owloops/updo,Uptime monitoring CLI tool with alerting and advanced settings.
webdev,beachpatrol,,https://github.com/sebastiancarlos/beachpatrol,A CLI tool to replace and automate your everyday web browser.
security,SSH-Snake,,https://github.com/MegaManSec/SSH-Snake,"SSH-Snake is a self-propagating, self-replicating, file-less script that automates the post-exploitation task of SSH private key and host discovery."
file-renamer,VisioNomicon,,https://github.com/rehanzo/VisioNomicon,A utility that leverages GPT-4V to rename image files based on their content.
music,opencubicplayer,,https://github.com/mywave82/opencubicplayer,"Open Cubic Player (UNIX fork) is a music visualizer for various tracked music formats (amiga modules, S3M, IT), chiptunes and other formats related to demoscene."
ai,ht,,https://github.com/catallo/ht,A shell command that answers your questions about shell commands using OpenAI GPT.
graphics,durdraw,,https://github.com/cmang/durdraw,"Versatile ASCII and ANSI Art text editor for drawing in the Linux/Unix/macOS terminal, with animation, 256 and 16 colors, Unicode and CP437, and customizable themes."
browser,carbonyl,,https://github.com/fathyb/carbonyl,Chromium running inside your terminal.
package-manager,app,,https://github.com/hkdb/app,A cross-platform package management assistant with super powers.
monitor,GFetch,,https://github.com/tanaybhomia/GFetch,A simple fetch script written in Python.
utility,chet-client,,https://github.com/Hillside-Labs/chet-client,Measure your commands to speed up your development.
games,2048-cli,,https://github.com/Frost-Phoenix/2048-cli,A 2048 clone that run in the terminal.
security,eddy,,https://github.com/70sh1/eddy,"Simple, fast CLI file encryption tool."
science,gol-tui,,https://github.com/MathiasSven/gol-tui,Conway's Game of Life TUI.
office,gpa-calculator,,https://github.com/kitesi/gpa-calculator,GPA calculator CLI app that stores data in local files; written in Go.
online,pure-recipe,,https://github.com/atiumcache/pure-recipe,"Input a recipe URL and receive well-formatted, ad-free recipes to your terminal, or save the output to a Markdown file."
versioning,Jujutsu,,https://github.com/martinvonz/jj,A Git-compatible VCS that is both simple and powerful.
text-search-replace,Rep,,https://github.com/robenkleene/rep-grep,"Rep is a command-line utility that takes grep-formatted lines via standard input, and performs a find-and-replace on them."
file-renamer,Ren,,https://github.com/robenkleene/ren-find,"Ren is a command-line utility that takes find-formatted lines via standard input, and batch renames them."
conversion,transflac,,https://bitbucket.org/gbcox/transflac.git/,A repository containing a series of utilities to assist in the maintenance and organization of FLAC based music collections.
programming,scriptisto,,https://github.com/igor-petruk/scriptisto,"A language-agnostic ""shebang interpreter"" that enables you to write scripts in compiled languages."
utility,gentoo-install,,https://github.com/oddlama/gentoo-install,"This project aspires to be your favorite way to install gentoo. It aims to provide a smooth installation experience, both for beginners and experts. You may configure it by using a menuconfig-inspired interface or simply via a config file."
games,tui-sudoku,,https://gitlab.com/christosangel/tui-sudoku,"tui-sudoku is a configurable terminal interface sudoku game, with quite a few features."
package-manager,flatpak-cli,,https://github.com/sweetbbak/flatpak-cli,A command line program to search and install flatpaks from the flathub repository using a fzf like interface.
data-management-tabular,YAS-QWIN,,https://github.com/sebastiancarlos/yas-qwin,YAS-QWIN (Yet Another SQL-Query Writing Interface) is a CLI tool for building (and optionally running) SQL queries.
webdev,Ballast,,https://github.com/synoet/ballast,A simple API load testing tool that lets you compare performance snapshots of your API.
text-processing,toc,,https://github.com/AlphaJack/toc,Generate a table of contents from the comments of a file.
music,sptui,,https://github.com/szktkfm/sptui,"Spotify TUI player, written in Go."
ai,osh,,https://github.com/charyan/osh,Ollama Shell Helper (osh): English to Unix-like Shell Commands translation using Local LLMs with Ollama.
ai,clai,,https://github.com/iivvoo/clai,Command Line AI is a command line integration for openai. It's setup to help you learn new shell commands and construct more complex commands.
organizers,pbook,,https://github.com/proh14/pbook,A simple phonebook manager for TUI lovers.
transfer,smartscp,,https://github.com/lengyijun/smartscp,"A replacement of scp, but auto skip git-ignored files; it's just a wrapper of sshfs and xcp."
viewers,Lob TUI,,https://github.com/pythops/lobtui,TUI for lobste.rs website.
ai,Elia,,https://github.com/darrenburns/elia,A terminal ChatGPT client built with Textual.
utility,envio,,https://github.com/envio-cli/envio,Envio is a command-line tool that simplifies the management of environment variables across multiple profiles. It allows users to easily switch between different configurations and apply them to their current environment.
viewers,epy,,https://github.com/wustho/epy,"CLI Ebook (epub2, epub3, fb2, mobi) Reader."
networking,gg,,https://github.com/mzz2017/gg,A command-line tool for one-click proxy in your research and development without installing v2ray or anything else.
note-taking,mn,,https://github.com/misopog/mn,A dead simple note-taking script.
find,rawhide,,https://github.com/raforg/rawhide,Find files using pretty C expressions.
utility,sasqwatch,,https://github.com/fabio42/sasqwatch,A modern take on the classic watch command.
conversion,hecat,,https://gitlab.com/nodiscc/hecat,A generic automation tool around data stored as plain-text YAML files.
funny,hollywood,,https://github.com/dustinkirkland/hollywood,Runs a script turning your Linux terminal into a Hollywood style real-time hacking terminal.
copilot,aider,,https://github.com/paul-gauthier/aider,aider is AI pair programming in your terminal.
networking,asn,,https://github.com/nitefood/asn,"Server for the following services: ASN, RPKI validity, BGP stats, IPv4v6, Prefix, URL, ASPath, Organization, IP reputation, IP geolocation, IP fingerprinting, Network recon, lookup API server, Web traceroute server."
viewers,bbcli,,https://github.com/hako/bbcli,Browse BBC News like a hacker.
monitor-top,bottom,,https://github.com/ClementTsang/bottom,Yet another cross-platform graphical process/system monitor.
viewers,brows,,https://github.com/rubysolo/brows,CLI GitHub release browser.
programming,cgdb,,https://github.com/cgdb/cgdb,Console front-end to the GNU debugger.
data-management-tabular,daff,,https://github.com/paulfitz/daff,"Efficient table comparison and alignment, supporting formats like CSV and SQLite, useful for data analysis and synchronization tasks."
chat,devzat,,https://github.com/quackduck/devzat,Custom SSH server that takes you to a chat instead of a shell prompt.
networking,dug,,https://github.com/unfrl/dug,A global DNS propagation checker that gives pretty output.
git,dunk,,https://github.com/darrenburns/dunk,Prettier git diffs in the terminal.
package-manager,eget,,https://github.com/zyedidia/eget,Easily install prebuilt binaries from GitHub.
versioning,fnc,https://fnc.bsdbox.org/index,,Interactive text-based user interface for Fossil.
font,fnt,,https://github.com/alexmyczko/fnt,"apt for fonts, the missing font manager for macOS/Linux."
git,gh-dash,,https://github.com/dlvhdr/gh-dash,A beautiful CLI dashboard for GitHub.
git,git-cc,,https://github.com/SKalt/git-cc,A git extension to help write conventional commits.
monitor-top,gotop,,https://github.com/xxxserxxx/gotop,A terminal based graphical activity monitor inspired by gtop and vtop.
security,gpg-tui,,https://github.com/orhun/gpg-tui,Manage your GnuPG keys with ease!
ai,ChatGPTerminator,,https://github.com/AineeJames/ChatGPTerminator,GPTerminator provides a convenient way to interact with OpenAI's chat completion and image generation API's using your command line interface.
productivity,gtt,,https://github.com/eeeXun/gtt,"Google Translate TUI (Originally), now supporting Apertium, Argos, Bing, ChatGPT, DeepL, DeepLX, Google, Reverso."
viewers,hackernews-TUI,,https://github.com/aome510/hackernews-TUI,A Terminal UI to browse Hacker News.
data-management-tabular,harlequin,,https://github.com/tconbeer/harlequin,The SQL IDE for Your Terminal.
networking,havn,,https://github.com/mrjackwills/havn,A fast configurable port scanner with reasonable defaults.
viewers,hnterm,,https://github.com/ggerganov/hnterm,Hacker News in the terminal.
networking,humble-explorer,,https://github.com/koenvervloesem/humble-explorer,"Cross-platform, command-line and human-friendly Bluetooth Low Energy scanner."
online,jira-cli,,https://github.com/ankitpokhrel/jira-cli,Feature-rich interactive Jira command line.
file-explorer,kupo,,https://github.com/darrenburns/kupo,"A terminal file browser, kupo!"
text-processing,logshark,,https://github.com/ugosan/logshark,Logshark is a debugger CLI for JSON logs written in Go.
email,meli,,https://github.com/meli/meli,Terminal mail client.
networking,liboping,,https://github.com/octo/liboping,Protocol independent ANSI-C ping library and command line utility.
file-handling,ouch,,https://github.com/ouch-org/ouch,Painless compression and decompression in the terminal.
editors,ox,,https://github.com/curlpipe/ox,An independent Rust text editor.
office,patat,,https://github.com/jaspervdj/patat,Terminal-based presentations using Pandoc.
devops,planor,,https://github.com/mrusme/planor,"The Cloud Aviator: TUI client for cloud services (AWS, Vultr, Heroku, Render.com, Fleek, ...)."
office,pysentation,,https://github.com/mimseyedi/pysentation,pysentation is a CLI for displaying Python presentations.
data-management-tabular,qsv,,https://github.com/jqnatividad/qsv,"CSVs sliced, diced & analyzed."
chat,scli,,https://github.com/isamert/scli,A simple terminal user interface for signal messenger.
utility,sizeof,,https://github.com/zackproser/sizeof,"Experimental CLI, written alongside ChatGPT4 and GitHub Copilot."
monitor,slurm,,https://github.com/mattthias/slurm,Yet another network load monitor.
monitor,sntop,,https://sourceforge.net/projects/sntop,A simple network top for monitoring connectivity.
todo-manager,taskwarrior-tui,,https://github.com/kdheepak/taskwarrior-tui,A terminal user interface for taskwarrior.
monitor,tcpterm,,https://github.com/sachaos/tcpterm,tcpterm is a packet visualizer in TUI.
utility,tempy,,https://github.com/noprobelm/tempy,"A simple, visually pleasing weather report in your terminal."
data-management-tabular,textql,,https://github.com/dinedal/textql,Execute SQL against structured text like CSV or TSV.
utility,tickrs,,https://github.com/tarkah/tickrs,Real-time ticker data in your terminal.
chat,toot,,https://github.com/ihabunek/toot,Mastodon CLI & TUI.
package-manager,topgrade,,https://github.com/topgrade-rs/topgrade,Upgrade all the things.
networking,tproxy,,https://github.com/kevwan/tproxy,A CLI tool to proxy and analyze TCP connections.
networking,trippy,,https://github.com/fujiapple852/trippy,A network diagnostic tool.
typing,ttyper,,https://github.com/max-niederman/ttyper,Terminal-based typing test.
chat,tut,,https://github.com/RasmusLindroth/tut,TUI for Mastodon with vim inspired keys.
chat,twitch-tui,,https://github.com/Xithrius/twitch-tui,Twitch chat in the terminal.
system,ugm,,https://github.com/ariasmn/ugm,A terminal based UNIX user and group browser.
text-processing,wg-cmd,,https://github.com/AndrianBdn/wg-cmd,TUI for managing WireGuard configuration files.
online,wiki-tui,,https://github.com/Builditluc/wiki-tui,A simple and easy to use Wikipedia Text User Interface.
time-tracker,zeit,,https://github.com/mrusme/zeit,A command line tool for tracking time spent on activities.
monitor-top,zenith,,https://github.com/bvaisvil/zenith,"Sort of like top or htop but with zoom-able charts, CPU, GPU, network, and disk usage"
transfer,zrok,,https://github.com/openziti/zrok,"Geo-scale, next-generation peer-to-peer sharing platform built on top of OpenZiti."
password-manager,tresor,,https://github.com/Zaphoood/tresor,A KeePass TUI written in Go using Bubble Tea.
password-manager,kpxhs,,https://github.com/akazukin5151/kpxhs,Interactive KeePass database TUI viewer written in Haskell.
ai,ollama,https://ollama.com/,https://github.com/ollama/ollama,Get up and running with large language models locally.
flashcard,mdfc,,https://github.com/bttger/markdown-flashcards,Easily create and study flashcards using a Markdown file with spaced repetition.
file-handling,logrotate,,https://github.com/logrotate/logrotate,"Rotate, compress and mail logs."
cd,enhancd,,https://github.com/babarot/enhancd,A next-generation cd command with your interactive filter.
versioning,myrepo,,https://myrepos.branchable.com/,A repository management tool.
programming,bashly,https://bashly.dannyb.co/,https://github.com/DannyBen/bashly,Bashly is a command line application (written in Ruby) that lets you generate feature-rich bash command line tools.
calc,maxima,,https://maxima.sourceforge.io/,"Maxima is a manipulation system for symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, polynomials, sets, lists, vectors, matrices and tensors."
calc,genius,,https://github.com/GNOME/genius,Genius calculator is a general purpose calculator and mathematics tool with many features.
calc,AngouriMathCLI,,https://github.com/asc-community/AngouriMathCLI,CLI calculator based on AngouriMath.
devops,mkdkr,,https://github.com/rosineygp/mkdkr,"Super small and powerful framework for build CI pipeline, scripted with Makefile and isolated with docker."
networking,Kapow!,,https://github.com/BBVA/kapow,Say we have a nice cozy shell command that solves our problem. Kapow! lets us easily turn that into an HTTP API.
shells,es,https://wryun.github.io/es-shell/,https://wryun.github.io/es-shell/,"(extensible shell) shell with first class functions, lexical scope, exceptions, and rich return values, based on Plan9's rc."
shells,ksh93,,https://github.com/ksh93/ksh,(KornShell) a shell programming language that is compatible with the Bourne Shell in addition and has the major command-entry features of the BSD shell csh.
shells,Tcsh,https://www.tcsh.org,https://github.com/tcsh-org/tcsh,C shell with file name completion and command line editing.
shells,Yash,https://magicant.github.io/yash,https://github.com/magicant/yash,Yash (yet another shell) a POSIX-compliant command line shell written in C99.
shells,Oils,https://github.com/oilshell/oil,https://www.oilshell.org/,"From their README: ""Oils is our upgrade path from bash to a better language and runtime!"" "
shells,mksh,http://www.mirbsd.org/mksh.htm,https://github.com/MirBSD/mksh,(MirBSD Korn Shell) an actively developed free implementation of the Korn Shell programming language and a successor to the Public Domain Korn Shell (pdksh).
shells,murex,https://murex.rocks,https://github.com/lmorg/murex,"An intuitive, typed and content aware shell for the 2020s and beyond."
shells,dune,,https://github.com/adam-mcdaniel/dune,A customizable shell that aims to be cozy.
shells,PowerShell,https://microsoft.com/PowerShell,https://github.com/PowerShell/PowerShell,"An automation and configuration tool/framework optimized for dealing with structured data, REST APIs, and object models."
shells,oksh,,https://github.com/ibara/oksh,Portable OpenBSD ksh.
shells,Rash,https://rash-lang.org,https://github.com/willghatch/racket-rash,"A shell language, library, and REPL for Racket."
shells,arsh,,https://github.com/sekiguchi-nagisa/arsh,A statically typed scripting language with shell-like features.
terminal,abduco,https://www.brain-dump.org/projects/abduco,https://github.com/martanne/abduco/,abduco provides session management i.e. it allows programs to be run independently of their controlling terminal.
terminal,dvtm,https://www.brain-dump.org/projects/dvtm,https://github.com/martanne/dvtm/,Dynamic console window manager that enables dynamic tiling window management for multiple terminal applications.
terminal,alacritty,https://alacritty.org,https://github.com/alacritty/alacritty,"A GPU-Accelerated terminal emulator that comes with sensible defaults, but allows for extensive configuration."
terminal,kitty,https://sw.kovidgoyal.net/kitty/,https://github.com/kovidgoyal/kitty,"A fast, feature-rich, GPU based terminal emulator."
terminal,extraterm,https://extraterm.org/,https://github.com/sedwards2009/extraterm,The swiss army chainsaw of terminal emulators.
terminal,st,https://st.suckless.org/,https://git.suckless.org/st/,A simple terminal implementation for X.
terminal,wterm,,https://github.com/TornadoCookie/wterm,A native Wayland terminal emulator based on an st fork using wld.
terminal,mlterm,https://mlterm.sourceforge.net/,https://github.com/arakiken/mlterm,"A very fast low latency terminal emulator with features such as rendering variable width fonts, proper bidirectional support out of the box, a daemon mode, multiple XIM, and true background transparency."
games,sshattrick,,https://github.com/ricott1/sshattrick,Play Hattrick in your terminal over SSH.
git,mkgit,,https://github.com/cosmicwanderer7/mkgit,"This Bash script automates the process of creating a new GitHub repository, initializing it with a README file, and pushing the initial commit to the remote repository. The script prompts the user for a repository name and utilizes the GitHub API to create a new public repository."
networking,icy_term,,https://github.com/mkrueger/icy_term,Old school ANSI/AVT terminal program for modern systems for connecting to BBS systems.
text-processing,toolong,,https://github.com/Textualize/toolong,"A terminal application to view, tail, merge, and search log files (plus JSONL)."
torrent,toru,,https://github.com/sweetbbak/toru,BitTorrent streaming CLI tool to stream anime torrents in real-time with no waiting for downloads.
option-picker,fuzzysh,,https://github.com/yazgoo/fuzzysh,"Minimalist selector in shell, inspired by fzf."
networking,TReq,,https://github.com/talis-fb/TReq,A CLI tool for effortless HTTP requests.
git,gacp,,https://github.com/anhsirk0/gacp,"git add, commit and push in one go."
science,periodic-table-cli-py,,https://github.com/spirometaxas/periodic-table-cli-py,An interactive Periodic Table of Elements app for the console.
ai,gemini-cli,,https://github.com/reugn/gemini-cli,A command-line interface (CLI) for Google Gemini.
typing,typing-game-cli,,https://github.com/akgondber/typing-game-cli,Command line game to practice your typing speed.
note-taking,tdo,,https://github.com/2KAbhishek/tdo,Fast & Simple Note Taking!
utility,glyphs,,https://github.com/maaslalani/glyphs,Unicode symbols on the command line.
file-dir-cleanup,smash,,https://github.com/thushan/smash,Smash through to find duplicate files super fast by slicing files intelligently.
cd,zm,,https://github.com/benrutter/zm,Improved cd.
games,rebels-in-the-sky,,https://github.com/ricott1/rebels-in-the-sky,P2P terminal game about spacepirates playing basketball across the galaxy.
vm,docker,https://docs.docker.com/,https://github.com/docker/docs,Self-sufficient runtime for containers.
vm,distrobox,,https://github.com/89luca89/distrobox,Use any Linux distribution inside your terminal as docker or podman containers.
vm,bocker,,https://github.com/p8952/bocker,Docker implemented in around 100 lines of bash.
vm,podman,https://podman.io/,https://github.com/containers/podman,"Podman is a daemonless, open source, Linux native tool designed to make it easy to find, run, build, share and deploy applications using OCI Containers and Container Images."
vm,ContainerSSH,,https://github.com/ContainerSSH/ContainerSSH,An SSH Server that Launches Containers in Kubernetes and Docker on demand.
vm,ctop,,https://github.com/bcicen/ctop,Top-like interface for container metrics.
vm,Dockly,,https://github.com/lirantal/dockly,"Immersive terminal interface for managing docker containers, services, and images."
vm,lazydocker,,https://github.com/jesseduffield/lazydocker,"The lazier way to manage everything docker. A simple terminal UI for both docker and docker-compose, written in Go with the gocui library."
vm,docker-shell,,https://github.com/Trendyol/docker-shell,A simple interactive prompt for Docker.
vm,dive,,https://github.com/wagoodman/dive,A tool for exploring each layer in a docker image.
vm,quickemu,,https://github.com/quickemu-project/quickemu,"Quickly create and run optimized Windows, macOS and Linux desktop virtual machines."
vm,toolbox,https://containertoolbx.org,https://github.com/containers/toolbox,Use containerized environments where development tools and libraries can be easily installed and used.
vm,nemu,,https://github.com/nemuTUI/nemu,Ncurses UI for QEMU.
vm,QEMU,https://qemu.org,https://gitlab.com/qemu-project/qemu,A generic machine & userspace emulator and virtualizer.
vm,lxc,https://linuxcontainers.org/lxc,https://github.com/lxc/lxc,A userspace interface for the Linux kernel containment features.
vm,Incus,https://linuxcontainers.org/lxc,https://github.com/lxc/incus,A manager/hypervisor for containers (via LXC) and virtual-machines (via QEMU).
vm,decompose,,https://github.com/s0rg/decompose,Reverse-engineering tool for docker environments.
vm,dry,,https://github.com/moncho/dry,A Docker manager for the terminal.
vm,Waydroid,https://waydro.id,https://github.com/waydroid/waydroid,A container-based approach to boot a full Android system on a regular Linux distribution.
vm,virsh,https://libvirt.org/index.html,https://gitlab.com/libvirt/libvirt,"An interactive shell, and batch scriptable tool for performing management tasks on all libvirt managed domains, networks, and storage. A part of the libvirt core distribution."
prompt,synth-shell-prompt,,https://github.com/andresgongora/synth-shell-prompt,"A small eye-candy shell prompt with Git status displaying, a clock, intelligent $PWD shortening, and much more."
prompt,Liquid Prompt,,https://github.com/liquidprompt/liquidprompt,"Carefully designed prompt with useful information to show changes when it changes, saving time and frustration, and to show meaningful information with minimal visual clutter."
prompt,Pure,,https://github.com/sindresorhus/pure,"Pretty, minimal, and fast ZSH prompt."
prompt,Polyglot Prompt,,https://github.com/agkozak/polyglot,"A dynamic prompt for `zsh`, `bash`, `ksh93`, `mksh`, `pdksh`, `oksh`, `dash`, `yash`, `busybox ash`, and `osh` that uses basic ASCII symbols (and color, when possible)."
prompt,Powerlevel10k,,https://github.com/romkatv/powerlevel10k,"A theme for Zsh. It emphasizes speed, flexibility and out-of-the-box experience."
3 months ago
prompt,geometry,,https://github.com/geometry-zsh/geometry,"A minimalistic, fully customizable Zsh prompt theme with support for asynchronous functions."
3 months ago
prompt,Polus,,https://github.com/rashed145/polus-bash-theme,"A fast, lightweight and modern Bash prompt theme written in 100 lines of Bash code."
prompt,Oh My Posh,https://ohmyposh.dev,https://github.com/jandedobbeleer/oh-my-posh,"From their README: ""The most customizable and low-latency cross-platform/shell prompt renderer""."
conversion,scss-to-css,https://github.com/adamlui/js-utils/tree/main/scss-to-css#readme,https://github.com/adamlui/js-utils,Recursively compile all SCSS files into minified CSS.
package-manager,pmt,,https://github.com/olexij-christian/pmt,Translator of package names between different package managers of Linux distributions.
programming,minify.js,https://minify-js.org,https://github.com/adamlui/js-utils,Recursively minify all JavaScript files.
3 months ago
rm,extundelete,https://extundelete.sourceforge.net/,https://sourceforge.net/p/extundelete/code/ci/master/tree/,Recover deleted files from an ext3 or ext4 partition through its journal.
rm,undelete-btrfs,,https://github.com/danthem/undelete-btrfs,"Automate the generation of path regex for BTRFS restore and attempt the restore for you in 3 levels. The longer a file has existed prior to being deleted, the more likely it is to be recovered."
3 months ago
rm,testdisk,https://www.cgsecurity.org/wiki/TestDisk,https://git.cgsecurity.org/cgit/testdisk/tree/,"Lets you undelete files from FAT, exFAT, NTFS, and ext2 filesystems and do many other things, e.g., fix partition tables and recover deleted partitions."
3 months ago
rm,del,https://fex.belwue.de/fstools/del.html,,Save deleted files to a .del/ subdirectory in the same directory.
rm,trasher,,https://github.com/clementnerma/trasher,Delete files to a trash directory instead of deleting them immediately. Uses its own trash instead of the XDG one.
data-management-tabular,csvlens,,https://github.com/YS-L/csvlens,"CSV file viewer; like `less` but made for CSV."
financial,budget-cli,https://www.joshcanhelp.com/budget-cli/,https://github.com/joshcanhelp/budget-cli,"Import, de-dupe, categorize, and report on financial transactions"
networking,generate-ip,https://js-utils.com/generate-ip,https://github.com/adamlui/js-utils,"Randomly generate, format, and validate IPv4/IPv6 addresses."
password-manager,generate-pw,https://js-utils.com/generate-pw,https://github.com/adamlui/js-utils,Randomly generate cryptographically-secure passwords.
2 months ago
prompt,promptless,,https://github.com/dylanaraps/promptless,"A suckless and super fast shell prompt written in 1 line of POSIX sh, only configurable via re-installation / script edition."
2 months ago
financial,abandon,,https://github.com/hrj/abandon,"A text based, double-entry accounting system inspired by Ledger with infinite precision arithmetic. Made in Java. Includes a GUI."
transfer,osync,http://www.netpower.fr/osync,https://github.com/deajan/osync,"A robust two-way (bidirectional) file sync script based on rsync with fault tolerance, POSIX ACL support, time control and near real-time sync."
2 months ago
email,mailsy,,https://github.com/BalliAsghar/Mailsy.git,Generates disposable emails in the CLI through [mail.tm](https://mail.tm).