fix typos and use Oxford lists

This commit is contained in:
ccoVeille 2024-04-04 19:54:54 +02:00
parent b93d39b993
commit 98d4db6e1e
No known key found for this signature in database
4 changed files with 149 additions and 137 deletions

View File

@ -16,7 +16,7 @@ summary_template = """
resources_template = """
# <a name="resources"></a>Related resources
A list of some online resoures that contribute interesting links to apps and info.
A list of some online resources that contribute interesting links to apps and info.
{}
"""

View File

@ -5,33 +5,33 @@ networking,PSSH,https://code.google.com/archive/p/parallel-ssh/,https://github.c
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 golang, 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,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 to specify complex expressions to find text."
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 Colouriser) 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."
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, colour 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 funcionalities and extensions; implemented and extendable with E-Lisp."
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 in 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, lightweigth text editor; no complex keybindings to remember."
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, extedable in Javascript."
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 to share 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,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.
@ -42,8 +42,8 @@ monitor-top,iotop,http://guichaz.free.fr/iotop/,https://repo.or.cz/iotop.git,"""
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 an 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 to turn on/off many components, quite useful to track possible power-related issues."
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.
@ -54,8 +54,8 @@ shells,Fish,https://fishshell.com/,https://github.com/fish-shell/fish-shell,"""A
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 lots 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."
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."
@ -67,22 +67,22 @@ password-manager,safe.sh,,https://github.com/windowsrefund/safe,"Pure Bash scrip
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. Neverthless, 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 to produce nice text-based presentation with simple markup language.
organizers,gcalcli,,https://github.com/insanum/gcalcli,"CLI to access Google Calendars; allows to do the main tasks: create, delete, and list events."
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 Pyhton.
todo-manager,iKog,https://sites.google.com/site/henspace/ikog/,https://github.com/boyska/ikog,"A fully-featured task manager incapsulated 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."
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 comand 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, focussed ones, etc.; it can be configured to display statistics on the collected data, e.g., figuring out the time spent on one specific window."
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."
@ -97,7 +97,7 @@ music,Alsamixer,http://www.alsa-project.org/main/index.php/Main_Page,https://git
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 to search for songs and playlists; it downloads the video, extracts the audio track and plays it; handles local playlists and many configuration parameters."
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 Bezier curves""."
graphics,scrot,,https://github.com/dreamer/scrot,A simple CLI tool to capture screenshots.
@ -116,7 +116,7 @@ file-manager,vifm,https://vifm.info/,https://github.com/vifm/vifm,"""ncurses bas
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 to upload the backup onto untrusted servers."
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.
@ -124,18 +124,18 @@ transfer,Unison,https://www.cis.upenn.edu/~bcpierce/unison/,https://github.com/b
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 an ncurses interface. It is designed to find space hogs on a remote server where you don't have an entire graphical setup available."""
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 replace 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 to use one command to extract archives in different formats, recursive extraction (files into file) and extracts files into dedicated directories."
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 lot of added features like colors, icons, tree-view, more formatting options etc. The project is heavily inspired by the super colorls project."
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,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 inplace, 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 produce a shell script that can be inspected before running it to delete the desire files."
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."
@ -144,14 +144,14 @@ funny,asciicquarium,http://www.robobunny.com/projects/asciiquarium/html/,https:/
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 feched from a quotation database.
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 lifeform in the terminal.
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 highscores table."
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."
@ -160,15 +160,15 @@ webdev,Hugo,https://gohugo.io/,https://github.com/gohugoio/hugo,The world's fast
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,siege,https://www.joedog.org/siege-home/,https://github.com/JoeDog/siege,An http load testing and benchmarking utility designed to let web developers stress their code.
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."
webdev,Tsung,http://tsung.erlang-projects.org/,https://github.com/processone/tsung,"A multiprotocol 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."
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 to download email locally, MailDir format supported."
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."
@ -181,7 +181,7 @@ transfer,OnionShare,https://onionshare.org/,https://github.com/onionshare/onions
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 a ""easy-to-use and unbloated client for the UNIX (and UNIX-like) console""."
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."
@ -205,18 +205,18 @@ data-management-tabular,csvkit,,https://github.com/wireservice/csvkit,"A suite o
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 of 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,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.
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 21st century.
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.
@ -236,7 +236,7 @@ data-management-tabular,TSV Utilities,,https://github.com/eBay/tsv-utils,"Comman
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.
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.
@ -268,13 +268,13 @@ data-management-json,jtc,,https://github.com/ldn-softdev/jtc,JSON manipulation a
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,Interfacce for todo.txt.
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 commandline utility and underlying library for semantically comparing and merging tree-like structures, such as JSON, XML, HTML, YAML, plist, and CSS files."
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.
@ -327,20 +327,20 @@ 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 diffferent 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,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."
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 progressbar.
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.
@ -357,7 +357,7 @@ git,Soft Serve,,https://github.com/charmbracelet/soft-serve,Self-hostable Git se
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 plaintext file and allows you to create flexible reports.
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.
@ -409,7 +409,7 @@ file-dir-cleanup,FClones,,https://github.com/pkolaczk/fclones,Efficient Duplicat
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.
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."
@ -439,7 +439,7 @@ data-management-json,fx,,https://github.com/antonmedv/fx,Command-line JSON viewe
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 plaintext 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."
@ -467,7 +467,7 @@ git,gh-s,,https://github.com/gennaro-tedesco/gh-s,Search github repositories int
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 re-use.
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."
@ -476,7 +476,7 @@ typing,fasttyper,,https://github.com/ickyicky/fasttyper,Fasttyper is minimalisti
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 synchronisation of your history between machines, via an Atuin server."
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.
@ -486,7 +486,7 @@ music,pulsemixer,,https://github.com/GeorgeFilipkin/pulsemixer,CLI and curses mi
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 flavoured."
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."
@ -502,8 +502,8 @@ note-taking,dnote,,https://github.com/dnote/dnote,A simple command line notebook
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 auto-completion and syntax highlighting.
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!
@ -546,7 +546,7 @@ browser,Gremlin,,https://github.com/actuday6418/gremlin,Gemini browser for the t
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."
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.
@ -561,7 +561,7 @@ webdev,iola,,https://github.com/pvarentsov/iola,A command-line socket client wit
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,"Realtime regex-extraction and aggregation into common formats such as histograms, bar graphs, numerical summaries, tables, and more!"
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.
@ -577,8 +577,8 @@ prompt,Spaceship,https://spaceship-prompt.sh/,https://github.com/spaceship-promp
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 behaviour 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.
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.
@ -596,7 +596,7 @@ system,systeroid,,https://github.com/orhun/systeroid,A more powerful alternative
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 realtime typing into terminal uses a screenplay where text and timings are specified.
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.
@ -622,7 +622,7 @@ cheatsheet,ehh,,https://github.com/lennardv2/ehh,Command-line tool for rememberi
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 taht lists stashes, file statuses, branch list, all nicely formatted with color."
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."
@ -631,7 +631,7 @@ flashcard,speki,,https://github.com/tbs1996/speki,Manage flashcards in the termi
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 webbrowser.
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."
@ -646,10 +646,10 @@ 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 repos.
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."
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.
@ -695,7 +695,7 @@ programming-boilerplate,mklicense,,https://github.com/cezaraugusto/mklicense,CLI
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."
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."
@ -705,7 +705,7 @@ webdev,is-up-cli,,https://github.com/sindresorhus/is-up-cli,Check whether a webs
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,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.
@ -721,8 +721,8 @@ programming,howdoi,,https://github.com/gleitz/howdoi,Instant coding answers via
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 commandline 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.
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.
@ -743,13 +743,13 @@ programming,rebound,,https://github.com/shobrook/rebound,"Fetch Stack Overflow r
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,,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 movies and comparing two movies.
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.
@ -772,16 +772,16 @@ chat,tweets,,https://github.com/diracdeltas/tweets,Decentralized alternative to
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 realtime server.
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 to create and access new snippets quickly with the command-line interface or browse, manage, and organize them with the text-user interface."
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 commandline xpath tool that is easy to use.
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.
@ -803,7 +803,7 @@ music,cTune,,https://github.com/An7ar35/ctune,A ncurses based internet radio pla
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 multi-threaded file-tree visualizer and disk usage analyzer.
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.
@ -826,7 +826,7 @@ utility,Python re(gex)? exercises,,https://github.com/learnbyexample/TUI-apps/tr
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 commandline ChatGPT client in BASH with conversation/completion support.
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.
@ -855,7 +855,7 @@ copilot,gpt-do,,https://github.com/yasyf/gpt-do,"This is a handy-dandy CLI for w
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."
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.
@ -869,7 +869,7 @@ security,OAuth2c,,https://github.com/cloudentity/oauth2c,A command-line tool for
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 memoisation / caching library for bash scripts and shells
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
@ -888,15 +888,15 @@ option-picker,smenu,,https://github.com/p-gen/smenu,"Started as a lightweight an
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.
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 repo up to date."
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 jounaling book.
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."
@ -918,7 +918,7 @@ time-tracker,tmux-pomodoro-plus,,https://github.com/olimorris/tmux-pomodoro-plus
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 occurences in the escaping figures matrix.
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."
@ -928,9 +928,9 @@ note-taking,TUI-Journal,,https://github.com/AmmarAbouZor/tui-journal,Terminal-ba
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."
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 to set limits on CPU usage, memory usage, and the number of cores for a process."
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.
@ -971,7 +971,7 @@ todo-manager,td,,https://github.com/wolandark/td,Simple & elegant To Do list man
ai,gpterm,,https://github.com/MakisChristou/gpterm,Yet another command-line chat GPT 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 to give names to paths, so that moving to the specific path can be done by using the name; it also allows to manage the list of assigned names."
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.
@ -986,7 +986,7 @@ system,killport,,https://github.com/jkfran/killport,A command-line tool to easil
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 structrual search, lint and rewriting."
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.
@ -997,7 +997,7 @@ writing,write good,,https://github.com/btford/write-good,Naive linter for Englis
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.
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.
@ -1009,14 +1009,14 @@ text-processing,skroll,https://z3bra.org/skroll/,git://z3bra.org/skroll.git,"A s
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 auto-completion for buddy names, commands, and even ordinary English words."
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 commandline, dbus and JSON-RPC interface for the Signal messenger."
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.
@ -1039,9 +1039,9 @@ todo-manager,mayhem,,https://github.com/BOTbkcd/mayhem,A minimal TUI based task
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 aplications.
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 auto-completion and syntax highlighting.
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.
@ -1056,19 +1056,19 @@ monitor,HyFetch,,https://github.com/hykilpikonna/hyfetch,"A fork of the abandone
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 tools is now deprecated in favor of AbiWord, which uses the same library that is used in the CLI program."
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,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,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 required the manual lock and unlock of the client."
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."
@ -1077,7 +1077,7 @@ text-processing,rich,,https://github.com/Textualize/rich-cli,"Rich-CLI is a comm
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.
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."
@ -1098,7 +1098,7 @@ transfer,curlie,,https://github.com/rs/curlie,"The power of curl, the ease of us
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 to convert multiple documents without loading libreoffice into memory every time."
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.
@ -1119,13 +1119,13 @@ data-management-json,jshon,,https://github.com/keenerd/jshon,Jshon is a JSON par
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,Commandline tools for slicing and dicing JSON records.
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 - suprise :-), jq!"
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."
@ -1150,7 +1150,7 @@ networking,SMBScan,,https://github.com/jeffhacks/smbscan,SMBScan is a tool to en
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.
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."
@ -1164,18 +1164,30 @@ screen-recorder,agg,,https://github.com/asciinema/agg,agg is a command-line tool
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.
<<<<<<< HEAD
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."
||||||| parent of a8cfcff (wip)
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."
=======
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."
>>>>>>> a8cfcff (wip)
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."
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 to easily launch common and different types of operations such as creating random files or check hashes.
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,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.
@ -1190,7 +1202,7 @@ system,ydf,,https://github.com/yunielrc/ydf,A disruptive dotfiles manager+. Be r
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,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."
@ -1212,11 +1224,11 @@ shells,Nushell,,https://github.com/nushell/nushell,"A modern shell written in Ru
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."
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."
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.
@ -1228,9 +1240,9 @@ file-watch,reflex,,https://github.com/cespare/reflex,Reflex is a small tool to w
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 colourful 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 realtime 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."
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.
@ -1258,8 +1270,8 @@ security,jdvrif,,https://github.com/CleasbyCode/jdvrif,CLI tool to embed or extr
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 customisation through script automation for prompt colour coding and .bashrc integration.
transfer,downloader-cli,,https://github.com/deepjyoti30/downloader-cli,A simple downloader written in Python with an awesome customizable progressbar.
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."
@ -1268,7 +1280,7 @@ password-manager,pash,,https://github.com/dylanaraps/pash,A simple password mana
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 to edit the metadata of music files.
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.
@ -1291,12 +1303,12 @@ funny,ascii-matrix,,https://gitlab.com/christosangel/ascii-matrix,"This script w
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 to analyze and organize DJ sets.
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 to perform several types of operations on PDF files, such as splitting, merging, etc."
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.
@ -1319,9 +1331,9 @@ text-search-replace,Rep,,https://github.com/robenkleene/rep-grep,"Rep is a comma
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 favourite 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."
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 repo using a fzf like interface.
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.
@ -1338,7 +1350,7 @@ networking,gg,,https://github.com/mzz2017/gg,A command-line tool for one-click p
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 plaintext YAML files.
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."
@ -1383,7 +1395,7 @@ todo-manager,taskwarrior-tui,,https://github.com/kdheepak/taskwarrior-tui,A term
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,Realtime ticker data in your terminal.
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.
@ -1422,7 +1434,7 @@ shells,PowerShell,https://microsoft.com/PowerShell,https://github.com/PowerShell
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 from their controlling terminal.
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."
@ -1452,12 +1464,12 @@ vm,bocker,,https://github.com/p8952/bocker,Docker implemented in around 100 line
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,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 optimised Windows, macOS and Linux desktop virtual machines."
vm,toolbox,https://containertoolbx.org,https://github.com/containers/toolbox,Use conteinerized environments where development tools and libraries can be easily installed and used.
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.
@ -1465,15 +1477,15 @@ vm,Incus,https://linuxcontainers.org/lxc,https://github.com/lxc/incus,A manager/
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."
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 meaninful information with minimal visual clutter."
prompt,Pure,,https://github.com/sindresorhus/pure,"Pretty, minimal and fast ZSH prompt."
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."
prompt,geometry,,https://github.com/geometry-zsh/geometry,"A minimalistic, fully customizable Zsh prompt theme with support for asynchronous functions."
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 customisable and low-latency cross platform/shell prompt renderer""."
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://js-utils.com/minify.js,https://github.com/adamlui/js-utils,Recursively minify all JavaScript files.
@ -1481,11 +1493,11 @@ rm,extundelete,https://extundelete.sourceforge.net/,https://sourceforge.net/p/ex
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."
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."
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 immediatly. Uses its own trash instead of the XDG one.
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.
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."
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 realtime sync."
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."

Can't render this file because it has a wrong number of fields in line 1167.

View File

@ -3,10 +3,10 @@ cipher,"Linux-how-to by Alain Francois (posted June 27, 2017)",https://linoxide.
ipcalc,How to Calculate Network Addresses with ipcalc,https://www.linux.com/learn/intro-to-linux/2017/8/how-calculate-network-addresses-ipcalc,2017-10-07,The math behind IP addresses is convoluted...
PSSH,PSSH - Execute Commands on Multiple Linux Servers in Parallel,http://www.2daygeek.com/pssh-parallel-ssh-run-execute-commands-on-multiple-linux-servers/,2017-07-10,"By default everyone prefers openSSH to connect remote Linux servers. openSSH is one of the best tool to connect remote server securely and doing the job perfectly but it doesnt have the features to execute commands on multiple Linux servers simultaneously, this is where Parallel SSH came to picture."
rtop,rtop - A Nifty Tool to Monitor Remote Server Over SSH,http://www.2daygeek.com/rtop-monitor-remote-linux-server-over-ssh/#,2017-07-10,"rtop is a simple, agent-less, remote server monitoring tool that works over SSH. It doesnt required any other software to be installed on remote machine, except openSSH server package & remote server credentials."
geoiplookup,How To Find The Geolocation Of An IP Address From Commandline,https://www.ostechnix.com/find-geolocation-ip-address-commandline/,2017-07-10,geoiplookup is a command line utility that can be used to find the Country that an IP address or hostname originates from. It uses the GeoIP library and database to collect the details of an IP address.
geoiplookup,How To Find The Geolocation Of An IP Address From command-line,https://www.ostechnix.com/find-geolocation-ip-address-commandline/,2017-07-10,geoiplookup is a command line utility that can be used to find the Country that an IP address or hostname originates from. It uses the GeoIP library and database to collect the details of an IP address.
quickserve,quickserve,https://xyne.archlinux.ca/projects/quickserve/,2017-07-10,A simple HTTP server for quickly sharing files.
ag,How to supercharge string search through a directory hierarchy on a Linux/Unix,https://www.cyberciti.biz/open-source/command-line-hacks/ag-supercharge-string-search-through-directory-hierarchy/,2017-12-04,"Usually, I use the grep command for code searching on my box. Recently, I come across another cool tool called ag. It is an attempt to make something better than ack, which itself is better than grep command. Let us see how to install and use the ag tool on Unix-like operating systems. The ag command can recursively search for PATTERN in PATH. Like grep or ack, but faster."
pick,Pick - A Commandline Fuzzy Search Tool For Linux,https://www.ostechnix.com/pick-commandline-fuzzy-search-tool-linux/,2017-10-07,The Pick utility can be helpful in certain situations where you wanted to search for a folder or file that contains a non-English characters in their name. You dont have to learn how to type the non-english characters.
pick,Pick - A command-line Fuzzy Search Tool For Linux,https://www.ostechnix.com/pick-commandline-fuzzy-search-tool-linux/,2017-10-07,The Pick utility can be helpful in certain situations where you wanted to search for a folder or file that contains a non-English characters in their name. You dont have to learn how to type the non-english characters.
WordGrinder,WordGrinder: Distraction-Free Writing From the Command Line,http://fossforce.com/2017/03/wordgrinder-distraction-free-writing-command-line/,2017-07-10,"WordGrinder is an old fashioned command line program that doesnt try to do a lot of things. Its purpose is to get the job done, and stay out of the users way while doing it."
Tmate,Tmate - Share Your Terminal Instantly To Anyone From Anywhere,https://www.ostechnix.com/tmate-share-terminal-instantly-anyone-anywhere/,2017-10-07,"There are several popular remote desktop sharing programs (such as Teamviewer, Guacamole, and TigerVNC etc) you can use when you need to share your screen to your coworkers or friends. These programs are used to share your entire screen to others. But, if its only the Terminal, you can just use Tmate."
sysdig,Sysdig - Linux System Exploration/Diagnostic And Troubleshooting Tool,https://www.2daygeek.com/sysdig-linux-system-diagnostic-monitor-troubleshoot-tool/,2017-10-07,"Sysdig is an open source, system exploration/diagnosing and troubleshooting tool for Linux with native container support. It is capture system state and activity from a running Linux instance, then save, filter and analyze."
@ -17,7 +17,7 @@ classifier,Automatically Organize Your Downloads Folder In Linux Using Classifie
exa,exa a modern replacement for ls written in rust for Linux/Unix,https://www.cyberciti.biz/open-source/command-line-hacks/exa-a-modern-replacement-for-ls-written-in-rust-for-linuxunix/,2017-08-09,ls is a command to show files in Linux and Unix-like operating systems. A ls command first appeared in a version of AT&T UNIX as well as in Multics. BSD and GNU Coreutils package provides the ls command with minor syntax changes. There is now third alternative named exa ...
exa,Exa A Modern And Colorful Replacement For LS Command Written In Rust,https://www.2daygeek.com/exa-a-modern-replacement-for-ls-command-linux/,2017-10-07,"ls is one of the very basic & essential Linux command for administrator that can be used in most of the actions (in other hands, Linux administrator cant live without ls command). Exa is a small, fast, portable, modern and colorful replacement for ls command which was written in rust language."
OnionShare,OnionShare - A Tool To Share Any Size Of Files Securely And Anonymously,https://www.2daygeek.com/onionshare-secure-way-to-share-files-sharing-tool-linux/,2017-12-04,"When we wrote an article about file sharing utilities such as Magic Womhole & transfer.sh most of the users asked is it secure? and where the files are stored. So, we decided to bring one of the best utility that stores and share files securely over the Internet. When we dig on that, we came to know about OnionShare which fulfill all this requirements."
goobook,GooBook - Access Your Google Contacts From Commandline In Linux,https://www.ostechnix.com/goobook-access-google-contacts-commandline-linux/,2017-07-10,Here is an useful and handy utility called GooBook that allows you to access your Google contacts from commandline. The main purpose of Goobook is to access google contacts from commandline or a command line Email client like Mutt.
goobook,GooBook - Access Your Google Contacts From command-line In Linux,https://www.ostechnix.com/goobook-access-google-contacts-commandline-linux/,2017-07-10,Here is an useful and handy utility called GooBook that allows you to access your Google contacts from command-line. The main purpose of Goobook is to access google contacts from command-line or a command line email client like Mutt.
archwiki,How To Search The Arch Wiki Website Right From Terminal,http://www.2daygeek.com/search-arch-wiki-website-command-line-terminal/#,2017-08-09,"Whenever you search anything about Arch Linux in web browser, I damn sure the first link would be Arch Wiki. Am i right? Yes, since Arch wiki is an ideal place to get solution for most of the arch Linux issues ..."
googler,Googler A Command Line Tool To Search Google,http://www.linuxandubuntu.com/home/googler-a-command-line-tool-to-search-google,2017-08-09,"Looking for information on the web has become something that we do day in and day out. Whether it is support you are looking for, looking for a product or news about a particular topic, all you have to do is search on the web."
lolcat,lolcat : tool to rainbow color linux terminal,http://kerneltalks.com/linux/lolcat-tool-to-rainbow-color-linux-terminal/,2017-07-10,Paint your command outputs with rainbow color! Use lolcat (Ruby gem) tool and add some spice to black putty terminal!

1 tool title url date description
3 ipcalc How to Calculate Network Addresses with ipcalc https://www.linux.com/learn/intro-to-linux/2017/8/how-calculate-network-addresses-ipcalc 2017-10-07 The math behind IP addresses is convoluted...
4 PSSH PSSH - Execute Commands on Multiple Linux Servers in Parallel http://www.2daygeek.com/pssh-parallel-ssh-run-execute-commands-on-multiple-linux-servers/ 2017-07-10 By default everyone prefers openSSH to connect remote Linux servers. openSSH is one of the best tool to connect remote server securely and doing the job perfectly but it doesn’t have the features to execute commands on multiple Linux servers simultaneously, this is where Parallel SSH came to picture.
5 rtop rtop - A Nifty Tool to Monitor Remote Server Over SSH http://www.2daygeek.com/rtop-monitor-remote-linux-server-over-ssh/# 2017-07-10 rtop is a simple, agent-less, remote server monitoring tool that works over SSH. It doesn’t required any other software to be installed on remote machine, except openSSH server package & remote server credentials.
6 geoiplookup How To Find The Geolocation Of An IP Address From Commandline How To Find The Geolocation Of An IP Address From command-line https://www.ostechnix.com/find-geolocation-ip-address-commandline/ 2017-07-10 geoiplookup is a command line utility that can be used to find the Country that an IP address or hostname originates from. It uses the GeoIP library and database to collect the details of an IP address.
7 quickserve quickserve https://xyne.archlinux.ca/projects/quickserve/ 2017-07-10 A simple HTTP server for quickly sharing files.
8 ag How to supercharge string search through a directory hierarchy on a Linux/Unix https://www.cyberciti.biz/open-source/command-line-hacks/ag-supercharge-string-search-through-directory-hierarchy/ 2017-12-04 Usually, I use the grep command for code searching on my box. Recently, I come across another cool tool called ag. It is an attempt to make something better than ack, which itself is better than grep command. Let us see how to install and use the ag tool on Unix-like operating systems. The ag command can recursively search for PATTERN in PATH. Like grep or ack, but faster.
9 pick Pick - A Commandline Fuzzy Search Tool For Linux Pick - A command-line Fuzzy Search Tool For Linux https://www.ostechnix.com/pick-commandline-fuzzy-search-tool-linux/ 2017-10-07 The Pick utility can be helpful in certain situations where you wanted to search for a folder or file that contains a non-English characters in their name. You don’t have to learn how to type the non-english characters.
10 WordGrinder WordGrinder: Distraction-Free Writing From the Command Line http://fossforce.com/2017/03/wordgrinder-distraction-free-writing-command-line/ 2017-07-10 WordGrinder is an old fashioned command line program that doesn’t try to do a lot of things. Its purpose is to get the job done, and stay out of the user’s way while doing it.
11 Tmate Tmate - Share Your Terminal Instantly To Anyone From Anywhere https://www.ostechnix.com/tmate-share-terminal-instantly-anyone-anywhere/ 2017-10-07 There are several popular remote desktop sharing programs (such as Teamviewer, Guacamole, and TigerVNC etc) you can use when you need to share your screen to your coworkers or friends. These programs are used to share your entire screen to others. But, if it’s only the Terminal, you can just use Tmate.
12 sysdig Sysdig - Linux System Exploration/Diagnostic And Troubleshooting Tool https://www.2daygeek.com/sysdig-linux-system-diagnostic-monitor-troubleshoot-tool/ 2017-10-07 Sysdig is an open source, system exploration/diagnosing and troubleshooting tool for Linux with native container support. It is capture system state and activity from a running Linux instance, then save, filter and analyze.
17 exa exa a modern replacement for ls written in rust for Linux/Unix https://www.cyberciti.biz/open-source/command-line-hacks/exa-a-modern-replacement-for-ls-written-in-rust-for-linuxunix/ 2017-08-09 ls is a command to show files in Linux and Unix-like operating systems. A ls command first appeared in a version of AT&T UNIX as well as in Multics. BSD and GNU Coreutils package provides the ls command with minor syntax changes. There is now third alternative named exa ...
18 exa Exa – A Modern And Colorful Replacement For LS Command Written In Rust https://www.2daygeek.com/exa-a-modern-replacement-for-ls-command-linux/ 2017-10-07 ls is one of the very basic & essential Linux command for administrator that can be used in most of the actions (in other hands, Linux administrator can’t live without ls command). Exa is a small, fast, portable, modern and colorful replacement for ls command which was written in rust language.
19 OnionShare OnionShare - A Tool To Share Any Size Of Files Securely And Anonymously https://www.2daygeek.com/onionshare-secure-way-to-share-files-sharing-tool-linux/ 2017-12-04 When we wrote an article about file sharing utilities such as Magic Womhole & transfer.sh most of the users asked is it secure? and where the files are stored. So, we decided to bring one of the best utility that stores and share files securely over the Internet. When we dig on that, we came to know about OnionShare which fulfill all this requirements.
20 goobook GooBook - Access Your Google Contacts From Commandline In Linux GooBook - Access Your Google Contacts From command-line In Linux https://www.ostechnix.com/goobook-access-google-contacts-commandline-linux/ 2017-07-10 Here is an useful and handy utility called GooBook that allows you to access your Google contacts from commandline. The main purpose of Goobook is to access google contacts from commandline or a command line Email client like Mutt. Here is an useful and handy utility called GooBook that allows you to access your Google contacts from command-line. The main purpose of Goobook is to access google contacts from command-line or a command line email client like Mutt.
21 archwiki How To Search The Arch Wiki Website Right From Terminal http://www.2daygeek.com/search-arch-wiki-website-command-line-terminal/# 2017-08-09 Whenever you search anything about Arch Linux in web browser, I damn sure the first link would be Arch Wiki. Am i right? Yes, since Arch wiki is an ideal place to get solution for most of the arch Linux issues ...
22 googler Googler A Command Line Tool To Search Google http://www.linuxandubuntu.com/home/googler-a-command-line-tool-to-search-google 2017-08-09 Looking for information on the web has become something that we do day in and day out. Whether it is support you are looking for, looking for a product or news about a particular topic, all you have to do is search on the web.
23 lolcat lolcat : tool to rainbow color linux terminal http://kerneltalks.com/linux/lolcat-tool-to-rainbow-color-linux-terminal/ 2017-07-10 Paint your command outputs with rainbow color! Use lolcat (Ruby gem) tool and add some spice to black putty terminal!

View File

@ -18,7 +18,7 @@ disk-analyzer,Disk usage analyzers,"Programs to analyze and summarize the usage
editors,Editors,Text editors
email,Email,"Email clients (MUA - Mail User Agents), mail synchronization, generation indexing and search"
file-dir-cleanup,Clean up of files and directories,"Find/remove duplicate files, automatically organize files, etc."
file-explorer,File explorer and tree visualization,Show directory trees and navigate through the file system (but not full featured file managers)
file-explorer,File explorer and tree visualization,Show directory trees and navigate through the file system (but not full-featured file managers)
find,File finding (alternatives to find),"Search the filesystem looking for files with specific characteristics, e.g., names; alternatives to `find`"
file-handling,File and file system handling,"Tools for managing files and directories (copy, move, extraction from compressed archives, change permissions, etc.)"
file-watch,File watching for changes,Services that watch files for changes and perform actions when something happens
@ -33,7 +33,7 @@ funny,Funny tools,"Miscellaneous of tools that provide some funny/aesthetical fu
option-picker,Fuzzy finders and option pickers,Fuzzy finders and generic option pickers in lists of strings
games,Games,"Board games, puzzles, roguelikes, role-play, adventures, card games, etc."
git,Git and accessories,Tools to support and extend the functionalities of the `git` version tracker
graphics,Graphics,"Applications to process images, colors and ASCII art"
graphics,Graphics,"Applications to process images, colors, and ASCII art"
history,History management,Programs to replace or improve the management of command line history
launcher,Command launchers,"Applications to launch/execute programs, either interactively, automatically, in parallel, etc."
markdown,Markdown,"Utilities to display, convert and reformat Markdown files"
@ -44,14 +44,14 @@ office,Office tools,Programs to manage spreadsheets and to make presentations
organizers,Organizers and calendars,Calendar and appointment managers
online,Online search and resources,"Tools that interact with online resources to provide their services, e.g., searches, wiki, etc."
package-manager,Package managers,"Package managers to manage/install/uninstall software packages, as source code or binaries"
password-manager,Password managers,Programs to store and manage collections of password and other login/authentication information
password-manager,Password managers,Programs to store and manage collections of passwords and other login/authentication information
pastebin,Pastebin,Services that allows online sharing of text and other content
productivity,Productivity,"Applications for improving own productivity that do not deserve (at the moment) a specific category; e.g., resume generators and mind maps"
programming,Programming,"Tools for developers, including debuggers, testing, line counters, boilerplate and license generators, etc."
programming-boilerplate,Program templates and boilerplate,"Utilities that generate licenses, documentation structure (README files), project directories and other boilerplate for software projects"
prompt,Prompts,Prompts and welcome messages at the command line
religion,Religion,"Tools to handle religious material, e.g. reading the Holy Bible"
rss,RSS,"RSS feed visualizers, converters and managers"
rss,RSS,"RSS feed visualizers, converters, and managers"
science,Science,"Packages for scientific research and science applications, e.g., bibliography and publication management"
security,Security and encryption,"Cryptography, ciphered archive managers, encrypted file-systems"
shells,Shells,Shell programs that enable the interaction through the terminal

1 label name description
18 editors Editors Text editors
19 email Email Email clients (MUA - Mail User Agents), mail synchronization, generation indexing and search
20 file-dir-cleanup Clean up of files and directories Find/remove duplicate files, automatically organize files, etc.
21 file-explorer File explorer and tree visualization Show directory trees and navigate through the file system (but not full featured file managers) Show directory trees and navigate through the file system (but not full-featured file managers)
22 find File finding (alternatives to find) Search the filesystem looking for files with specific characteristics, e.g., names; alternatives to `find`
23 file-handling File and file system handling Tools for managing files and directories (copy, move, extraction from compressed archives, change permissions, etc.)
24 file-watch File watching for changes Services that watch files for changes and perform actions when something happens
33 option-picker Fuzzy finders and option pickers Fuzzy finders and generic option pickers in lists of strings
34 games Games Board games, puzzles, roguelikes, role-play, adventures, card games, etc.
35 git Git and accessories Tools to support and extend the functionalities of the `git` version tracker
36 graphics Graphics Applications to process images, colors and ASCII art Applications to process images, colors, and ASCII art
37 history History management Programs to replace or improve the management of command line history
38 launcher Command launchers Applications to launch/execute programs, either interactively, automatically, in parallel, etc.
39 markdown Markdown Utilities to display, convert and reformat Markdown files
44 organizers Organizers and calendars Calendar and appointment managers
45 online Online search and resources Tools that interact with online resources to provide their services, e.g., searches, wiki, etc.
46 package-manager Package managers Package managers to manage/install/uninstall software packages, as source code or binaries
47 password-manager Password managers Programs to store and manage collections of password and other login/authentication information Programs to store and manage collections of passwords and other login/authentication information
48 pastebin Pastebin Services that allows online sharing of text and other content
49 productivity Productivity Applications for improving own productivity that do not deserve (at the moment) a specific category; e.g., resume generators and mind maps
50 programming Programming Tools for developers, including debuggers, testing, line counters, boilerplate and license generators, etc.
51 programming-boilerplate Program templates and boilerplate Utilities that generate licenses, documentation structure (README files), project directories and other boilerplate for software projects
52 prompt Prompts Prompts and welcome messages at the command line
53 religion Religion Tools to handle religious material, e.g. reading the Holy Bible
54 rss RSS RSS feed visualizers, converters and managers RSS feed visualizers, converters, and managers
55 science Science Packages for scientific research and science applications, e.g., bibliography and publication management
56 security Security and encryption Cryptography, ciphered archive managers, encrypted file-systems
57 shells Shells Shell programs that enable the interaction through the terminal