Added cheatsheet category

pull/14/head
Tullio Facchinetti 1 year ago
parent 7b94fe06b7
commit 144bc25128

@ -32,11 +32,11 @@ If you prefer an email, contact me at `toolleeo@gmail.com`.
# Summary
To date, **831** apps/tools covered, divided in **43** categories.
To date, **831** apps/tools covered, divided in **44** categories.
# Index
[Backup](#backup) (8) | [Calculators](#calc) (9) | [Chat and instant messaging](#chat) (12) | [Conversion](#conversion) (7) | [Data management](#data-management) (37) | [Data transfer](#transfer) (34) | [Directory changers](#cd) (13) | [Disk usage analyzers](#disk-analyzer) (12) | [Editors](#editors) (21) | [Email](#email) (10) | [File and file system handling](#file-handling) (39) | [File manager](#file-manager) (11) | [File renamers](#file-renamer) (9) | [File systems](#file-system) (4) | [Font management](#font) (2) | [Funny tools](#funny) (23) | [Games](#games) (37) | [Git and accessories](#git) (30) | [Graphics](#graphics) (25) | [Multimedia](#multimedia) (6) | [Networking](#networking) (20) | [Note taking](#note-taking) (16) | [Office tools](#office) (16) | [Organizers and calendars](#organizers) (17) | [Online search and resources](#online) (10) | [Password managers](#password-manager) (13) | [Productivity](#productivity) (34) | [Programming](#programming) (33) | [Science](#science) (10) | [Security and encryption](#security) (18) | [Shells](#shells) (7) | [Sound and music](#music) (25) | [System monitoring](#monitor) (28) | [System tools](#system) (31) | [Terminals](#terminal) (9) | [Text processing](#text-processing) (44) | [Text search](#text-search) (9) | [Todo managers](#todo-manager) (19) | [Utilities](#utility) (50) | [Versioning](#versioning) (6) | [Viewers](#viewers) (29) | [Web browser](#browser) (16) | [Web development](#webdev) (22)
[Backup](#backup) (8) | [Calculators](#calc) (9) | [Chat and instant messaging](#chat) (12) | [Commands cheatsheet and snippets](#cheatsheet) (11) | [Conversion](#conversion) (7) | [Data management](#data-management) (37) | [Data transfer](#transfer) (34) | [Directory changers](#cd) (13) | [Disk usage analyzers](#disk-analyzer) (12) | [Editors](#editors) (21) | [Email](#email) (10) | [File and file system handling](#file-handling) (39) | [File manager](#file-manager) (11) | [File renamers](#file-renamer) (9) | [File systems](#file-system) (4) | [Font management](#font) (2) | [Funny tools](#funny) (23) | [Games](#games) (37) | [Git and accessories](#git) (30) | [Graphics](#graphics) (25) | [Multimedia](#multimedia) (6) | [Networking](#networking) (20) | [Note taking](#note-taking) (16) | [Office tools](#office) (16) | [Organizers and calendars](#organizers) (17) | [Online search and resources](#online) (10) | [Password managers](#password-manager) (13) | [Productivity](#productivity) (34) | [Programming](#programming) (33) | [Science](#science) (10) | [Security and encryption](#security) (18) | [Shells](#shells) (7) | [Sound and music](#music) (25) | [System monitoring](#monitor) (28) | [System tools](#system) (31) | [Terminals](#terminal) (9) | [Text processing](#text-processing) (44) | [Text search](#text-search) (9) | [Todo managers](#todo-manager) (19) | [Utilities](#utility) (39) | [Versioning](#versioning) (6) | [Viewers](#viewers) (29) | [Web browser](#browser) (16) | [Web development](#webdev) (22)
Some links to [related resources](#resources).
@ -80,6 +80,22 @@ Calculators for numbers, dates, etc..
* [tweets](https://github.com/diracdeltas/tweets) - Decentralized alternative to twitter that uses git as support tool to manage the tweets.
* [WeeChat](https://github.com/weechat/weechat) - A "fast, light and extensible chat client".
## <a name="cheatsheet"></a>Commands cheatsheet and snippets
Tools to manage often used commands, code snippets, cheatsheets and alternative manpages.
* [eg](https://github.com/srsudar/eg) - Useful examples at the command line.
* [ehh](https://github.com/lennardv2/ehh) - Command-line tool for remembering linux/terminal commands.
* [kmdr-cli](https://github.com/ediardo/kmdr-cli#supported-programs) - The CLI tool for explaining commands from your terminal.
* [MUC](https://github.com/nate-sys/muc) - Visualize your most used commands.
* [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.
* [navi](https://github.com/denisidoro/navi) - An interactive cheatsheet tool for the command-line.
* [tealdeer](https://github.com/dbrgn/tealdeer) - Very fast implementation of tldr in Rust.
* [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).
* [tldr](https://github.com/tldr-pages/tldr) - Client for tldr pages, a community effort to simplify the beloved man pages with practical examples.
* [topalias](https://github.com/CSRedRat/topalias) - Linux alias generator from bash/zsh command history with statistics, written on Python.
* [Wat](https://github.com/dthree/wat) - Instant, central, community-built docs.
## <a name="conversion"></a>Conversion
File format converters.
@ -903,22 +919,16 @@ Music players.
* [cointop](https://github.com/cointop-sh/cointop) - A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies.
* [dasht](https://github.com/sunaku/dasht) - Search API docs offline, in your terminal or browser.
* [dateutils](https://github.com/hroptatyr/dateutils) - Dateutils are a bunch of tools that revolve around fiddling with dates and times in the command line with a strong focus on use cases that arise when dealing with large amounts of financial data.
* [eg](https://github.com/srsudar/eg) - Useful examples at the command line.
* [ehh](https://github.com/lennardv2/ehh) - Command-line tool for remembering linux/terminal commands.
* [flog](http://github.com/mingrammer/flog) - A fake log generator for log formats such as apache-common, apache error and RFC3164 syslog.
* [Gaze](https://github.com/wtetsu/gaze) - Runs a command, right after you save a file.
* [GoTTY](https://github.com/yudai/gotty) - A program to turn CLI tools into web applications; basically, it runs a command and starts a server so that the output can be displayed in a web page.
* [just](https://github.com/casey/just) - Handy way to save and run project-specific commands.
* [Keep](https://github.com/keephq/keep) - Simple alerting tool, with declarative syntax and builtin providers.
* [kmdr-cli](https://github.com/ediardo/kmdr-cli#supported-programs) - The CLI tool for explaining commands from your terminal.
* [Lakshmi](https://github.com/sarvjeets/lakshmi) - Investing library and command-line interface inspired by the Bogleheads philosophy.
* [mkdesk](https://gitlab.com/mr-draxs/mkdesk) - A program/command to create .desktop files (program launchers) using the terminal.
* [movie](https://github.com/mayankchd/movie) - A CLI for getting information about a movies and comparing two movies.
* [moviemon](https://github.com/iCHAIT/moviemon) - A Python program that displays all the information about all your movies in the command line.
* [MUC](https://github.com/nate-sys/muc) - Visualize your most used commands.
* [MyTimer](https://github.com/sepandhaghighi/mytimer) - Simple timer for the terminal with timer-mode and alarm.
* [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.
* [navi](https://github.com/denisidoro/navi) - An interactive cheatsheet tool for the command-line.
* [oji](https://github.com/xxczaki/oji) - Interactive text emoji creator.
* [ora](https://github.com/sindresorhus/ora) - Elegant terminal spinner.
* [peaches](https://github.com/KCaverly/peaches) - A smart switcher for the terminal. Based on tmux.
@ -929,16 +939,11 @@ Music players.
* [sauce](https://github.com/cadecuddy/sauce) - A novelty CLI tool that identifies an anime from an image and yields key data about it.
* [sshto](https://github.com/vaniacer/sshto) - Small bash script to manage your ssh connections. It builds menu (via dialog) from your ~/.ssh/config. It can not only connect but also to run commands, copy files, tunnel ports.
* [Starship](https://github.com/starship/starship) - The cross-shell prompt for astronauts.
* [tealdeer](https://github.com/dbrgn/tealdeer) - Very fast implementation of tldr in Rust.
* [teetail](https://github.com/sl236/teetail) - Like tee, but only the tail goes in the file.
* [termsaver](http://termsaver.brunobraga.net/) - termsaver to enjoy fancy ASCII screensavers like matrix, clock, starwars, and a couple of not-safe-for-work screens.
* [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).
* [tldr](https://github.com/tldr-pages/tldr) - Client for tldr pages, a community effort to simplify the beloved man pages with practical examples.
* [topalias](https://github.com/CSRedRat/topalias) - Linux alias generator from bash/zsh command history with statistics, written on Python.
* [ttyscheme](https://github.com/kolunmi/ttyscheme) - Collection of Color Schemes for the TTY.
* [unix-permissions](https://github.com/ehmicky/unix-permissions) - Swiss Army knife for Unix permissions.
* [Viddy](https://github.com/sachaos/viddy) - Modern watch command. Time machine and pager etc.
* [Wat](https://github.com/dthree/wat) - Instant, central, community-built docs.
* [weather-cli](https://github.com/riyadhalnur/weather-cli) - Check the weather for your city from the terminal.
* [welcome.sh](https://github.com/G2-Games/welcome.sh) - A nice little script that greets you on every launch, with some helpful (and customizable!) information.
* [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.

@ -235,7 +235,7 @@ calc,Nota,https://kary.us/nota/,https://github.com/pouyakary/Nota,Terminal calcu
editors,vy,,https://github.com/vyapp/vy,A vim-like in python made from scratch.
programming,pire,,https://github.com/johannestaas/pire,Python Interactive Regular Expressions.
browser,Graphene,,https://github.com/atsepkov/Graphene,A text-based web browser that's a joy to use.
utility,navi,,https://github.com/denisidoro/navi,An interactive cheatsheet tool for the command-line.
cheatsheet,navi,,https://github.com/denisidoro/navi,An interactive cheatsheet tool for the command-line.
data-management,TSV Utilities,,https://github.com/eBay/tsv-utils,"Command line tools for large, tabular data files."
graphics,pastel,,https://github.com/sharkdp/pastel,"A command-line tool to generate, analyze, convert and manipulate colors."
utility,asciinema,,https://github.com/asciinema/asciinema,Terminal session recorder.
@ -271,7 +271,7 @@ note-taking,dn,,https://github.com/tomlockwood/dn,Daily notes command line tool.
git,onefetch,,https://github.com/o2sh/onefetch,Git repository summary on your terminal.
data-management,jtc,,https://github.com/ldn-softdev/jtc,JSON manipulation and transformation.
email,NeoMutt,https://neomutt.org/,https://github.com/neomutt/neomutt,Patched and up-to-dated mutt fork.
utility,kmdr-cli,,https://github.com/ediardo/kmdr-cli#supported-programs,The CLI tool for explaining commands from your terminal.
cheatsheet,kmdr-cli,,https://github.com/ediardo/kmdr-cli#supported-programs,The CLI tool for explaining commands from your terminal.
utility,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.
games,usolitaire,,https://github.com/eliasdorneles/usolitaire,Solitaire in your terminal.
@ -302,7 +302,7 @@ todo-manager,grit,,https://github.com/climech/grit,A multitree-based personal ta
todo-manager,dstask,,https://github.com/naggie/dstask,Single binary terminal-based TODO manager with git-based sync + markdown notes per task.
file-system,wutag,,https://github.com/wojciechkepka/wutag,CLI Tool for tagging and organizing files by tags.
file-handling,xplr,,https://github.com/sayanarijit/xplr,"A hackable, minimal, fast TUI file explorer, stealing ideas from nnn and fzf."
utility,eg,,https://github.com/srsudar/eg,Useful examples at the command line.
cheatsheet,eg,,https://github.com/srsudar/eg,Useful examples at the command line.
viewers,mdt,,https://github.com/robolab-pavia/mdt,MarkDown in the Terminal. A markdown viewer with themes defined by JSON files and interactive mode to open links and word-wrapping adaptable to the terminal width.
organizers,buku,,https://github.com/jarun/buku,A powerful bookmark manager written in Python3 and SQLite3.
graphics,imgp,,https://github.com/jarun/imgp,"A command line image resizer and rotator for JPEG and PNG images. It can resize (or thumbnail) and rotate thousands of images in a go, at lightning speed, while saving significantly on storage."
@ -380,7 +380,7 @@ programming,chars,,https://github.com/antifuchs/chars,Display names and codes fo
disk-analyzer,diskus,,https://github.com/sharkdp/diskus,"Minimal, fast alternative to du -sh."
programming,dtool,,https://github.com/guoxbin/dtool,Collection of development tools.
viewers,viu,,https://github.com/learn-anything/command-line-tools,Command-line application to view images from the terminal written in Rust.
utility,tealdeer,,https://github.com/dbrgn/tealdeer,Very fast implementation of tldr in Rust.
cheatsheet,tealdeer,,https://github.com/dbrgn/tealdeer,Very fast implementation of tldr in Rust.
file-handling,xcp,,https://github.com/tarka/xcp,Extended cp.
cd,pazi,,https://github.com/euank/pazi,Fast autojump helper.
file-manager,hunter,,https://github.com/rabite0/hunter,Ranger-like file browser written in rust.
@ -630,13 +630,13 @@ productivity,tz,,https://github.com/oz/tz,tz helps you schedule things across ti
transfer,tran,,https://github.com/abdfnx/tran,Securely transfer and send anything between computers with TUI.
data-management,Redis Viewer,,https://github.com/SaltFishPr/redis-viewer,A tool to view redis data in terminal.
data-management,csvtk,https://bioinf.shenwei.me/csvtk/,https://github.com/shenwei356/csvtk/,"A cross-platform, efficient and practical CSV/TSV toolkit written in Go."
utility,ehh,,https://github.com/lennardv2/ehh,Command-line tool for remembering linux/terminal commands.
cheatsheet,ehh,,https://github.com/lennardv2/ehh,Command-line tool for remembering linux/terminal commands.
utility,Lakshmi,,https://github.com/sarvjeets/lakshmi,Investing library and command-line interface inspired by the Bogleheads philosophy.
system,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."
security,cotp,,https://github.com/replydev/cotp,"Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality."
utility,topalias,,https://github.com/CSRedRat/topalias,"Linux alias generator from bash/zsh command history with statistics, written on Python."
cheatsheet,topalias,,https://github.com/CSRedRat/topalias,"Linux alias generator from bash/zsh command history with statistics, written on Python."
programming,Kool,,https://github.com/kool-dev/kool,"CLI tool that brings the complexities of modern software development making these environments lightweight, fast and reproducible."
networking,Optic,https://www.useoptic.com/,https://github.com/opticdev/optic,Optic's Open Source tools make OpenAPI and API-first practices easy for any team to adopt.
productivity,speki,,https://github.com/tbs1996/speki,Manage flashcards in the terminal; similar to anki.
@ -730,8 +730,8 @@ networking,xiringuito,,https://github.com/ivanilves/xiringuito,VPN made easy! No
security,acmetool,,https://github.com/hlandau/acme,Easy-to-use command line tool for automatically acquiring certificates from ACME servers (such as Let's Encrypt).
utility,weather-cli,,https://github.com/riyadhalnur/weather-cli,Check the weather for your city from the terminal.
programming,howdoi,,https://github.com/gleitz/howdoi,Instant coding answers via the command line.
utility,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).
utility,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."
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,jp,,https://github.com/therealklanni/jp,A tiny commandline tool for parsing JSON from any source.
viewers,vj,,https://github.com/busyloop/vj,JSON Humanizer makes JSON human readable by applying visual formatting.
@ -774,7 +774,7 @@ data-management,underscore-cli,,https://github.com/ddopson/underscore-cli,Comman
monitor,Chokidar CLI,,https://github.com/open-cli-tools/chokidar-cli,Fast cross-platform command line utility to watch file system changes.
transfer,ffsend,,https://github.com/timvisee/ffsend,Easily and securely share files from the command line. A fully featured Firefox Send client.
data-management,GROQ,,https://github.com/sanity-io/groq-cli,"The CLI tool consumes both JSON and NDJSON documents. You can pass in data from a local file, or from piping to standard input."
utility,Wat,,https://github.com/dthree/wat,"Instant, central, community-built docs."
cheatsheet,Wat,,https://github.com/dthree/wat,"Instant, central, community-built docs."
productivity,cambd-cli,,https://github.com/rocktimsaikia/cambd-cli,A CLI tool to automate the process to access the Cambridge dictionary.
productivity,zeitkatze,,https://github.com/leonmavr/zeitkatze,Simplest stopwatch in a linux console.
games,Words,,https://github.com/ludovicianul/words,A set of word-based puzzle games for the CLI while you wait for the build to run.
@ -789,14 +789,14 @@ productivity,hardv,,https://github.com/dongyx/hardv,"A CLI flashcard app for UNI
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.
system,cli-tools-info,,https://github.com/Lilja/cli-info,"An overview of you CLI tools, if they are installed and what version they are on."
utility,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 to create 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.
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.
utility,MUC,,https://github.com/nate-sys/muc,Visualize your most used commands.
cheatsheet,MUC,,https://github.com/nate-sys/muc,Visualize your most used commands.
text-processing,pup,,https://github.com/ericchiang/pup,Parsing HTML at the command line.
organizers,peroutine,,https://github.com/UlyssesZh/peroutine,"Remind you of periodical events. The period can be any positive integer of days, so work around the fact that the number of days in a week is prime."
utility,sshto,,https://github.com/vaniacer/sshto,"Small bash script to manage your ssh connections. It builds menu (via dialog) from your ~/.ssh/config. It can not only connect but also to run commands, copy files, tunnel ports."

1 category name homepage git description
235 editors vy https://github.com/vyapp/vy A vim-like in python made from scratch.
236 programming pire https://github.com/johannestaas/pire Python Interactive Regular Expressions.
237 browser Graphene https://github.com/atsepkov/Graphene A text-based web browser that's a joy to use.
238 utility cheatsheet navi https://github.com/denisidoro/navi An interactive cheatsheet tool for the command-line.
239 data-management TSV Utilities https://github.com/eBay/tsv-utils Command line tools for large, tabular data files.
240 graphics pastel https://github.com/sharkdp/pastel A command-line tool to generate, analyze, convert and manipulate colors.
241 utility asciinema https://github.com/asciinema/asciinema Terminal session recorder.
271 git onefetch https://github.com/o2sh/onefetch Git repository summary on your terminal.
272 data-management jtc https://github.com/ldn-softdev/jtc JSON manipulation and transformation.
273 email NeoMutt https://neomutt.org/ https://github.com/neomutt/neomutt Patched and up-to-dated mutt fork.
274 utility cheatsheet kmdr-cli https://github.com/ediardo/kmdr-cli#supported-programs The CLI tool for explaining commands from your terminal.
275 utility Starship https://starship.rs/ https://github.com/starship/starship The cross-shell prompt for astronauts.
276 todo-manager todotxt-machine https://pypi.org/project/todotxt-machine/ https://github.com/AnthonyDiGirolamo/todotxt-machine Interfacce for todo.txt.
277 games usolitaire https://github.com/eliasdorneles/usolitaire Solitaire in your terminal.
302 todo-manager dstask https://github.com/naggie/dstask Single binary terminal-based TODO manager with git-based sync + markdown notes per task.
303 file-system wutag https://github.com/wojciechkepka/wutag CLI Tool for tagging and organizing files by tags.
304 file-handling xplr https://github.com/sayanarijit/xplr A hackable, minimal, fast TUI file explorer, stealing ideas from nnn and fzf.
305 utility cheatsheet eg https://github.com/srsudar/eg Useful examples at the command line.
306 viewers mdt https://github.com/robolab-pavia/mdt MarkDown in the Terminal. A markdown viewer with themes defined by JSON files and interactive mode to open links and word-wrapping adaptable to the terminal width.
307 organizers buku https://github.com/jarun/buku A powerful bookmark manager written in Python3 and SQLite3.
308 graphics imgp https://github.com/jarun/imgp A command line image resizer and rotator for JPEG and PNG images. It can resize (or thumbnail) and rotate thousands of images in a go, at lightning speed, while saving significantly on storage.
380 disk-analyzer diskus https://github.com/sharkdp/diskus Minimal, fast alternative to du -sh.
381 programming dtool https://github.com/guoxbin/dtool Collection of development tools.
382 viewers viu https://github.com/learn-anything/command-line-tools Command-line application to view images from the terminal written in Rust.
383 utility cheatsheet tealdeer https://github.com/dbrgn/tealdeer Very fast implementation of tldr in Rust.
384 file-handling xcp https://github.com/tarka/xcp Extended cp.
385 cd pazi https://github.com/euank/pazi Fast autojump helper.
386 file-manager hunter https://github.com/rabite0/hunter Ranger-like file browser written in rust.
630 transfer tran https://github.com/abdfnx/tran Securely transfer and send anything between computers with TUI.
631 data-management Redis Viewer https://github.com/SaltFishPr/redis-viewer A tool to view redis data in terminal.
632 data-management csvtk https://bioinf.shenwei.me/csvtk/ https://github.com/shenwei356/csvtk/ A cross-platform, efficient and practical CSV/TSV toolkit written in Go.
633 utility cheatsheet ehh https://github.com/lennardv2/ehh Command-line tool for remembering linux/terminal commands.
634 utility Lakshmi https://github.com/sarvjeets/lakshmi Investing library and command-line interface inspired by the Bogleheads philosophy.
635 system pypi-command-line https://github.com/wasi-master/pypi-command-line A powerful, colorful, beautiful command-line-interface for pypi.org.
636 security Minisign https://github.com/jedisct1/minisign A dead simple tool to sign files and verify digital signatures.
637 git gitsummary https://github.com/glenreesor/gitsummary A better git status taht lists stashes, file statuses, branch list, all nicely formatted with color.
638 security cotp https://github.com/replydev/cotp Trustworthy, encrypted, command-line TOTP/HOTP authenticator app with import functionality.
639 utility cheatsheet topalias https://github.com/CSRedRat/topalias Linux alias generator from bash/zsh command history with statistics, written on Python.
640 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.
641 networking Optic https://www.useoptic.com/ https://github.com/opticdev/optic Optic's Open Source tools make OpenAPI and API-first practices easy for any team to adopt.
642 productivity speki https://github.com/tbs1996/speki Manage flashcards in the terminal; similar to anki.
730 security acmetool https://github.com/hlandau/acme Easy-to-use command line tool for automatically acquiring certificates from ACME servers (such as Let's Encrypt).
731 utility weather-cli https://github.com/riyadhalnur/weather-cli Check the weather for your city from the terminal.
732 programming howdoi https://github.com/gleitz/howdoi Instant coding answers via the command line.
733 utility 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).
734 utility 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.
735 data-management ramda-cli https://github.com/raine/ramda-cli A tool for processing data with functional pipelines.
736 data-management jp https://github.com/therealklanni/jp A tiny commandline tool for parsing JSON from any source.
737 viewers vj https://github.com/busyloop/vj JSON Humanizer makes JSON human readable by applying visual formatting.
774 monitor Chokidar CLI https://github.com/open-cli-tools/chokidar-cli Fast cross-platform command line utility to watch file system changes.
775 transfer ffsend https://github.com/timvisee/ffsend Easily and securely share files from the command line. A fully featured Firefox Send client.
776 data-management GROQ https://github.com/sanity-io/groq-cli The CLI tool consumes both JSON and NDJSON documents. You can pass in data from a local file, or from piping to standard input.
777 utility cheatsheet Wat https://github.com/dthree/wat Instant, central, community-built docs.
778 productivity cambd-cli https://github.com/rocktimsaikia/cambd-cli A CLI tool to automate the process to access the Cambridge dictionary.
779 productivity zeitkatze https://github.com/leonmavr/zeitkatze Simplest stopwatch in a linux console.
780 games Words https://github.com/ludovicianul/words A set of word-based puzzle games for the CLI while you wait for the build to run.
789 monitor zfxtop https://github.com/ssleert/zfxtop Self described as “fetch top written by bubbletea enjoyer”.
790 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.
791 system cli-tools-info https://github.com/Lilja/cli-info An overview of you CLI tools, if they are installed and what version they are on.
792 utility 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.
793 chat ttchat https://github.com/atye/ttchat Twitch chats in the terminal.
794 utility teetail https://github.com/sl236/teetail Like tee, but only the tail goes in the file.
795 science starfetch https://github.com/Haruno19/starfetch Command line tool that displays constellations.
796 webdev xpe https://github.com/charmparticle/xpe A commandline xpath tool that is easy to use.
797 programming fmake https://github.com/bharatvaj/fmake Brings `make`s interface to almost any build system.
798 organizers caldr https://github.com/mrusme/caldr A lightweight CLI / TUI calendar that supports CalDAV.
799 utility cheatsheet MUC https://github.com/nate-sys/muc Visualize your most used commands.
800 text-processing pup https://github.com/ericchiang/pup Parsing HTML at the command line.
801 organizers peroutine https://github.com/UlyssesZh/peroutine Remind you of periodical events. The period can be any positive integer of days, so work around the fact that the number of days in a week is prime.
802 utility sshto https://github.com/vaniacer/sshto Small bash script to manage your ssh connections. It builds menu (via dialog) from your ~/.ssh/config. It can not only connect but also to run commands, copy files, tunnel ports.

@ -2,6 +2,7 @@ label,name,description
backup,Backup,
calc,Calculators,"Calculators for numbers, dates, etc."
chat,Chat and instant messaging,
cheatsheet,Commands cheatsheet and snippets,"Tools to manage often used commands, code snippets, cheatsheets and alternative manpages"
conversion,Conversion,File format converters
data-management,Data management,
transfer,Data transfer,

1 label name description
2 backup Backup
3 calc Calculators Calculators for numbers, dates, etc.
4 chat Chat and instant messaging
5 cheatsheet Commands cheatsheet and snippets Tools to manage often used commands, code snippets, cheatsheets and alternative manpages
6 conversion Conversion File format converters
7 data-management Data management
8 transfer Data transfer
Loading…
Cancel
Save