Removed 3 duplicate entries

pull/4/head
Tullio Facchinetti 2 years ago
parent ae7350a66c
commit d77830b1c5

@ -21,11 +21,11 @@ If you want to contribute through a pull request, make sure to add new entries t
# Summary
To date, **592** apps/tools covered, divided in **43** categories.
To date, **589** apps/tools covered, divided in **43** categories.
# Index
[Backup](#backup) (8) | [Calculators](#calc) (4) | [Chat and instant messaging](#chat) (8) | [Conversion](#conversion) (6) | [Data management](#data-management) (25) | [Data transfer](#transfer) (27) | [Directory changers](#cd) (8) | [Disk usage analyzers](#disk-analyzer) (8) | [Editors](#editors) (19) | [Email](#email) (9) | [File and file system handling](#file-handling) (32) | [File manager](#file-manager) (9) | [File renamers](#file-renamer) (6) | [File systems](#file-system) (3) | [Font management](#font) (2) | [Funny tools](#funny) (14) | [Games](#games) (28) | [Git and accessories](#git) (19) | [Graphics](#graphics) (14) | [Multimedia](#multimedia) (3) | [Networking](#networking) (15) | [Note taking](#note-taking) (12) | [Office tools](#office) (14) | [Organizers and calendars](#organizers) (12) | [Online search and resources](#online) (7) | [Password managers](#password-manager) (10) | [Productivity](#productivity) (16) | [Programming](#programming) (20) | [Science](#science) (8) | [Security and encryption](#security) (9) | [Shells](#shells) (5) | [Sound and music](#music) (22) | [System monitoring](#monitor) (26) | [System tools](#system) (19) | [Terminals](#terminal) (9) | [Text processing](#text-processing) (32) | [Text search](#text-search) (9) | [Todo managers](#todo-manager) (14) | [Utilities](#utility) (22) | [Versioning](#versioning) (5) | [Viewers](#viewers) (25) | [Web browser](#browser) (16) | [Web development](#webdev) (13)
[Backup](#backup) (8) | [Calculators](#calc) (4) | [Chat and instant messaging](#chat) (8) | [Conversion](#conversion) (6) | [Data management](#data-management) (25) | [Data transfer](#transfer) (27) | [Directory changers](#cd) (8) | [Disk usage analyzers](#disk-analyzer) (8) | [Editors](#editors) (19) | [Email](#email) (9) | [File and file system handling](#file-handling) (32) | [File manager](#file-manager) (9) | [File renamers](#file-renamer) (6) | [File systems](#file-system) (3) | [Font management](#font) (2) | [Funny tools](#funny) (14) | [Games](#games) (28) | [Git and accessories](#git) (19) | [Graphics](#graphics) (14) | [Multimedia](#multimedia) (3) | [Networking](#networking) (15) | [Note taking](#note-taking) (12) | [Office tools](#office) (14) | [Organizers and calendars](#organizers) (12) | [Online search and resources](#online) (7) | [Password managers](#password-manager) (10) | [Productivity](#productivity) (16) | [Programming](#programming) (19) | [Science](#science) (8) | [Security and encryption](#security) (9) | [Shells](#shells) (5) | [Sound and music](#music) (22) | [System monitoring](#monitor) (26) | [System tools](#system) (18) | [Terminals](#terminal) (9) | [Text processing](#text-processing) (32) | [Text search](#text-search) (9) | [Todo managers](#todo-manager) (14) | [Utilities](#utility) (22) | [Versioning](#versioning) (5) | [Viewers](#viewers) (24) | [Web browser](#browser) (16) | [Web development](#webdev) (13)
Some links to [related resources](#resources).
@ -465,7 +465,6 @@ Some links to [related resources](#resources).
* [Proji](https://github.com/nikoksr/proji) - Powerful cross-platform CLI project templating tool.
* [pvcheck](https://github.com/claudio-unipv/pvcheck) - A tool to apply automated testing to programs that produce textual output. The format of the output is very specific, making pvcheck suitable to test programming quizzes.
* [rr](https://rr-project.org/) - Debug the recording, deterministically, as many times as you want.
* [scc](https://github.com/boyter/scc) - Very fast accurate code counter with complexity calculations and COCOMO estimates.
* [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.
* [scons](https://github.com/SCons/scons) - Software construction tool.
* [temci](https://github.com/parttimenerd/temci) - Advanced benchmarking tool written in Python 3 that supports setting up an environment for benchmarking and the generation of visually appealing reports.
@ -558,7 +557,6 @@ Some links to [related resources](#resources).
## <a name="system"></a>System tools
* [atuin](https://github.com/ellie/atuin) - History manager that uses an encrypted SQLlite database for storage, enabling enhanced features such as search and statistics.
* [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.
* [Bevel](https://github.com/NorfairKing/bevel) - Command line history in an SQLite database for effective re-use.
* [bin](https://github.com/marcosnils/bin) - Manages binary files downloaded from different sources.
@ -689,7 +687,6 @@ Some links to [related resources](#resources).
## <a name="viewers"></a>Viewers
* [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.
* [bat](https://github.com/sharkdp/bat) - A cat clone with syntax highlighting and Git integration.
* [cacaview](http://caca.zoy.org/wiki/libcaca) - A library and a program to display JPG, PNG, GIF or BMP images in the terminal using ASCII characters.
* [feh](https://feh.finalrewind.org/) - "X11 image viewer aimed mostly at console users" (cit.); with no fancy GUI, it is controlled via commandline arguments and configurable key/mouse actions.

@ -367,7 +367,6 @@ productivity,gdir,https://github.com/pafoster/gdir,A command line tool which que
webdev,Mycorrhiza Wiki,https://sr.ht/~handlerug/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.
text-processing,fastmod,https://github.com/facebookincubator/fastmod,"A tool to assist you with large-scale codebase refactors, and it supports most of codemod's options. It is focused on improving the use case ""I want to use interactive mode to make sure my regex is correct, and then I want to apply the regex everywhere""."
viewers,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.
file-handling,watchexec,https://github.com/watchexec/watchexec,Executes commands in response to file modifications.
data-management,yq,https://github.com/mikefarah/yq,Portable command-line YAML processor.
text-processing,squeeze,https://github.com/aymericbeaumet/squeeze,"Enables to extract rich information from any text (raw, JSON, HTML, YAML, etc)."
@ -403,7 +402,6 @@ graphics,svgcleaner,https://github.com/RazrFalcon/svgcleaner,Clean up your SVG f
security,wifi-password,https://github.com/rauchg/wifi-password,Get wifi pass.
productivity,habitctl,https://github.com/blinry/habitctl,Minimalist command line tool you can use to track and examine your habits.
programming,kickstart,https://github.com/Keats/kickstart,Scaffolding tool to get new projects up and running quickly.
programming,scc,https://github.com/boyter/scc,Very fast accurate code counter with complexity calculations and COCOMO estimates.
file-renamer,nomino,https://github.com/yaa110/nomino,Batch rename utility for developers.
text-processing,luneta,https://github.com/fbeline/luneta,Interactive filter that can be easily composed within any script.
text-search,jiq,https://github.com/fiatjaf/jiq,jid on jq - interactive JSON query tool using jq expressions.
@ -477,7 +475,6 @@ git,gh-f,https://github.com/gennaro-tedesco/gh-f,"The ultimate, compact and snap
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."
system,Bevel,https://github.com/NorfairKing/bevel,Command line history in an SQLite database for effective re-use.
system,atuin,https://github.com/ellie/atuin,"History manager that uses an encrypted SQLlite database for storage, enabling enhanced features such as search and statistics."
data-management,zq,https://zed.brimdata.io/docs/commands/zq/,Processor for JSON data with stateful operators and a syntax that is more consistent w.r.t. jq (as claimed by the authors).
transfer,Mabel,https://github.com/smmr-software/mabel,"Deriving its name from the Hebrew word ""מבול,"" meaning flood, deluge, or (loosely) torrent, Mabel is a fancy BitTorrent client for the terminal."
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."

1 category name url description
367 webdev Mycorrhiza Wiki https://sr.ht/~handlerug/mycorrhiza/ A lightweight file-system wiki engine that uses Git for keeping history.
368 viewers ov https://github.com/noborus/ov Feature-rich terminal-based text viewer.
369 text-processing fastmod https://github.com/facebookincubator/fastmod A tool to assist you with large-scale codebase refactors, and it supports most of codemod's options. It is focused on improving the use case "I want to use interactive mode to make sure my regex is correct, and then I want to apply the regex everywhere".
viewers 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.
370 file-handling watchexec https://github.com/watchexec/watchexec Executes commands in response to file modifications.
371 data-management yq https://github.com/mikefarah/yq Portable command-line YAML processor.
372 text-processing squeeze https://github.com/aymericbeaumet/squeeze Enables to extract rich information from any text (raw, JSON, HTML, YAML, etc).
402 security wifi-password https://github.com/rauchg/wifi-password Get wifi pass.
403 productivity habitctl https://github.com/blinry/habitctl Minimalist command line tool you can use to track and examine your habits.
404 programming kickstart https://github.com/Keats/kickstart Scaffolding tool to get new projects up and running quickly.
programming scc https://github.com/boyter/scc Very fast accurate code counter with complexity calculations and COCOMO estimates.
405 file-renamer nomino https://github.com/yaa110/nomino Batch rename utility for developers.
406 text-processing luneta https://github.com/fbeline/luneta Interactive filter that can be easily composed within any script.
407 text-search jiq https://github.com/fiatjaf/jiq jid on jq - interactive JSON query tool using jq expressions.
475 git stargazer https://github.com/gennaro-tedesco/stargazer Github stats from the command line.
476 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.
477 system Bevel https://github.com/NorfairKing/bevel Command line history in an SQLite database for effective re-use.
system atuin https://github.com/ellie/atuin History manager that uses an encrypted SQLlite database for storage, enabling enhanced features such as search and statistics.
478 data-management zq https://zed.brimdata.io/docs/commands/zq/ Processor for JSON data with stateful operators and a syntax that is more consistent w.r.t. jq (as claimed by the authors).
479 transfer Mabel https://github.com/smmr-software/mabel Deriving its name from the Hebrew word "מבול," meaning flood, deluge, or (loosely) torrent, Mabel is a fancy BitTorrent client for the terminal.
480 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.
Loading…
Cancel
Save