Removed duplicates.

pull/1/head
Tullio Facchinetti 3 years ago
parent d8bc290fd5
commit e83b0c3eb1

@ -13,11 +13,11 @@ make
# Summary
To date, **292** apps/tools covered, divided in **32** categories.
To date, **290** apps/tools covered, divided in **32** categories.
# Index
[Backup](#backup) (9) | [Chat and instant messaging](#chat) (5) | [Conversion](#conversion) (4) | [Data management](#data-management) (8) | [Data transfer](#transfer) (18) | [Editors](#editors) (14) | [Email](#email) (7) | [File and file system handling](#file-handling) (22) | [File manager](#file-manager) (6) | [File systems](#file-system) (2) | [Font management](#font) (2) | [Funny tools](#funny) (9) | [Games](#games) (15) | [Graphics](#graphics) (6) | [Networking](#networking) (7) | [Office tools](#office) (9) | [Organizers and calendars](#organizers) (17) | [Productivity](#productivity) (9) | [Programming](#programming) (1) | [Security and encryption](#security) (13) | [Shells](#shells) (3) | [Sound and music](#music) (13) | [System monitoring](#monitor) (18) | [System tools](#system) (7) | [Terminals](#terminal) (5) | [Text processing](#text-processing) (13) | [Text search](#text-search) (4) | [Utilities](#utility) (17) | [Versioning](#versioning) (8) | [Viewers](#viewers) (10) | [Web browser](#browser) (6) | [Web development](#webdev) (5)
[Backup](#backup) (8) | [Chat and instant messaging](#chat) (5) | [Conversion](#conversion) (4) | [Data management](#data-management) (8) | [Data transfer](#transfer) (18) | [Editors](#editors) (14) | [Email](#email) (7) | [File and file system handling](#file-handling) (21) | [File manager](#file-manager) (6) | [File systems](#file-system) (2) | [Font management](#font) (2) | [Funny tools](#funny) (9) | [Games](#games) (15) | [Graphics](#graphics) (6) | [Networking](#networking) (7) | [Office tools](#office) (9) | [Organizers and calendars](#organizers) (17) | [Productivity](#productivity) (9) | [Programming](#programming) (1) | [Security and encryption](#security) (13) | [Shells](#shells) (3) | [Sound and music](#music) (13) | [System monitoring](#monitor) (18) | [System tools](#system) (7) | [Terminals](#terminal) (5) | [Text processing](#text-processing) (13) | [Text search](#text-search) (4) | [Utilities](#utility) (17) | [Versioning](#versioning) (8) | [Viewers](#viewers) (10) | [Web browser](#browser) (6) | [Web development](#webdev) (5)
Some links to [related resources](#resources).
@ -31,7 +31,6 @@ If you have any suggestion or want your project listed here, drop me an email at
* [Duply](http://duply.net/) - Simplifies the use of [duplicity](http://duplicity.nongnu.org/) by keeping clean configuration files to automate the backup.
* [paperbackup](https://github.com/intra2net/paperbackup) - Create a pdf with barcodes to backup text files on paper
* [rclone](https://rclone.org/) - Rclone manages file synchronization on cloud storage.
* [rsync](https://rsync.samba.org/) - Popular file synchronization tool.
* [Unison](https://www.cis.upenn.edu/~bcpierce/unison/) - File synchronizer.
* [Zaloha.sh](https://github.com/Fitus/Zaloha.sh) - Shellscript for synchronization of files and directories
@ -111,7 +110,6 @@ If you have any suggestion or want your project listed here, drop me an email at
## <a name="file-handling"></a>File and file system handling
* [alder](https://github.com/aweary/alder) - "A minimal implementation of the UNIX tree command with colors!"
* [alder](https://github.com/aweary/alder) - Directory tree visualizer.
* [broot](https://dystroy.org/broot/) - A new way to navigate directory trees on linux, made in rust.
* [classifier](https://github.com/bhrigu123/classifier) - Organize files in your current directory, by classifying them into folders of music, pdfs, images, etc.

@ -126,7 +126,6 @@ backup,duplicity,http://duplicity.nongnu.org/,"Creates GPG encrypted, compressed
backup,Duply,http://duply.net/,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
backup,rclone,https://rclone.org/,Rclone manages file synchronization on cloud storage.
backup,rsync,https://rsync.samba.org/,Popular file synchronization tool.
backup,Unison,https://www.cis.upenn.edu/~bcpierce/unison/,File synchronizer.
backup,Zaloha.sh,https://github.com/Fitus/Zaloha.sh,Shellscript for synchronization of files and directories
file-handling,ncdu,https://dev.yorhel.nl/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."""
@ -142,7 +141,6 @@ file-handling,rmlint,https://github.com/sahib/rmlint/,A tool to recursively scan
file-handling,gcp,https://github.com/petronny/gcp,"`gcp` (Goffis 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 missing terminal file browser for X"". Provides only directory traversal and file visualization. No delete/move operations are supported."
file-handling,PathPicker,https://facebook.github.io/PathPicker/,A tool from Facebook that parses the output from a command and presents a UI to select files and directories; can be used to apply a command of a interactively selected files or to move across directories.
file-handling,alder,https://github.com/aweary/alder,"""A minimal implementation of the UNIX tree command with colors!"" "
file-handling,tree,http://mama.indstate.edu/users/ice/tree/,"""Recursive directory listing command that produces a depth indented listing of files""."
funny,asciiacquarium,http://www.robobunny.com/projects/asciiquarium/html/,Enjoy the mysteries of the sea from the safety of your own terminal!
funny,cmatrix,http://www.asty.org/cmatrix/,ncurses program that display the scrolling lines found in the movie `The matrix`.

1 category name url description
126 backup Duply http://duply.net/ Simplifies the use of [duplicity](http://duplicity.nongnu.org/) by keeping clean configuration files to automate the backup.
127 backup paperbackup https://github.com/intra2net/paperbackup Create a pdf with barcodes to backup text files on paper
128 backup rclone https://rclone.org/ Rclone manages file synchronization on cloud storage.
backup rsync https://rsync.samba.org/ Popular file synchronization tool.
129 backup Unison https://www.cis.upenn.edu/~bcpierce/unison/ File synchronizer.
130 backup Zaloha.sh https://github.com/Fitus/Zaloha.sh Shellscript for synchronization of files and directories
131 file-handling ncdu https://dev.yorhel.nl/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."
141 file-handling gcp https://github.com/petronny/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.
142 file-manager nnn https://github.com/jarun/nnn "The missing terminal file browser for X". Provides only directory traversal and file visualization. No delete/move operations are supported.
143 file-handling PathPicker https://facebook.github.io/PathPicker/ A tool from Facebook that parses the output from a command and presents a UI to select files and directories; can be used to apply a command of a interactively selected files or to move across directories.
file-handling alder https://github.com/aweary/alder "A minimal implementation of the UNIX tree command with colors!"
144 file-handling tree http://mama.indstate.edu/users/ice/tree/ "Recursive directory listing command that produces a depth indented listing of files".
145 funny asciiacquarium http://www.robobunny.com/projects/asciiquarium/html/ Enjoy the mysteries of the sea from the safety of your own terminal!
146 funny cmatrix http://www.asty.org/cmatrix/ ncurses program that display the scrolling lines found in the movie `The matrix`.
Loading…
Cancel
Save