change category: ROAPI

pull/6/head
Tullio Facchinetti 2 years ago
parent 9fb82e5000
commit 9b0c938948

@ -31,7 +31,7 @@ To date, **659** apps/tools covered, divided in **43** categories.
# Index
[Backup](#backup) (8) | [Calculators](#calc) (4) | [Chat and instant messaging](#chat) (8) | [Conversion](#conversion) (7) | [Data management](#data-management) (30) | [Data transfer](#transfer) (32) | [Directory changers](#cd) (8) | [Disk usage analyzers](#disk-analyzer) (8) | [Editors](#editors) (21) | [Email](#email) (11) | [File and file system handling](#file-handling) (35) | [File manager](#file-manager) (10) | [File renamers](#file-renamer) (7) | [File systems](#file-system) (3) | [Font management](#font) (2) | [Funny tools](#funny) (16) | [Games](#games) (34) | [Git and accessories](#git) (24) | [Graphics](#graphics) (15) | [Multimedia](#multimedia) (3) | [Networking](#networking) (17) | [Note taking](#note-taking) (14) | [Office tools](#office) (15) | [Organizers and calendars](#organizers) (13) | [Online search and resources](#online) (7) | [Password managers](#password-manager) (11) | [Productivity](#productivity) (22) | [Programming](#programming) (20) | [Science](#science) (8) | [Security and encryption](#security) (12) | [Shells](#shells) (5) | [Sound and music](#music) (24) | [System monitoring](#monitor) (26) | [System tools](#system) (24) | [Terminals](#terminal) (9) | [Text processing](#text-processing) (34) | [Text search](#text-search) (9) | [Todo managers](#todo-manager) (18) | [Utilities](#utility) (27) | [Versioning](#versioning) (5) | [Viewers](#viewers) (24) | [Web browser](#browser) (16) | [Web development](#webdev) (13)
[Backup](#backup) (8) | [Calculators](#calc) (4) | [Chat and instant messaging](#chat) (8) | [Conversion](#conversion) (7) | [Data management](#data-management) (30) | [Data transfer](#transfer) (33) | [Directory changers](#cd) (8) | [Disk usage analyzers](#disk-analyzer) (8) | [Editors](#editors) (21) | [Email](#email) (11) | [File and file system handling](#file-handling) (35) | [File manager](#file-manager) (10) | [File renamers](#file-renamer) (7) | [File systems](#file-system) (3) | [Font management](#font) (2) | [Funny tools](#funny) (16) | [Games](#games) (34) | [Git and accessories](#git) (24) | [Graphics](#graphics) (15) | [Multimedia](#multimedia) (3) | [Networking](#networking) (17) | [Note taking](#note-taking) (14) | [Office tools](#office) (15) | [Organizers and calendars](#organizers) (13) | [Online search and resources](#online) (7) | [Password managers](#password-manager) (11) | [Productivity](#productivity) (22) | [Programming](#programming) (20) | [Science](#science) (8) | [Security and encryption](#security) (12) | [Shells](#shells) (5) | [Sound and music](#music) (24) | [System monitoring](#monitor) (26) | [System tools](#system) (24) | [Terminals](#terminal) (9) | [Text processing](#text-processing) (34) | [Text search](#text-search) (9) | [Todo managers](#todo-manager) (18) | [Utilities](#utility) (26) | [Versioning](#versioning) (5) | [Viewers](#viewers) (24) | [Web browser](#browser) (16) | [Web development](#webdev) (13)
Some links to [related resources](#resources).
@ -119,6 +119,7 @@ Some links to [related resources](#resources).
* [Magic Wormhole](https://github.com/warner/magic-wormhole) - The program allows transfer arbitrary-sized files and directories (or short pieces of text) from one computer to another The two endpoints are identified by using identical human-readable codes.
* [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.
* [OnionShare](https://onionshare.org/) - "An open source tool that lets you securely and anonymously share a file of any size."
* [pbgopy](https://github.com/nakabonne/pbgopy) - Copy and paste between devices.
* [portal](https://github.com/SpatiumPortae/portal) - A quick and easy command-line file transfer utility from any computer to another.
* [qr-filetransfer](https://github.com/sdushantha/qr-filetransfer) - Transfer files over WiFi between your computer and your smartphone from the terminal.
* [qrcp](https://www.linuxuprising.com/2020/07/qrcp-transfer-files-between-desktop-and.html) - Transfer Files Between Desktop And Mobile Devices Over Wi-Fi By Scanning A QR Code.
@ -740,7 +741,6 @@ Some links to [related resources](#resources).
* [mkdesk](https://gitlab.com/mr-draxs/mkdesk) - A program/command to create .desktop files (program launchers) using the terminal.
* [navi](https://github.com/denisidoro/navi) - An interactive cheatsheet tool for the command-line.
* [ora](https://github.com/sindresorhus/ora) - Elegant terminal spinner.
* [pbgopy](https://github.com/nakabonne/pbgopy) - Copy and paste between devices.
* [pdd](https://github.com/jarun/pdd) - Tiny date, time diff calculator.
* [pmenu](https://github.com/sgtpep/pmenu) - A dynamic terminal-based menu inspired by dmenu.
* [powerline](https://github.com/powerline/powerline) - Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome and Qtile.

@ -417,7 +417,7 @@ data-management,csvq,,https://github.com/mithrandie/csvq,SQL-like query language
file-handling,FClones,,https://github.com/pkolaczk/fclones,Efficient Duplicate File Finder.
data-management,dasel,,https://github.com/TomWright/dasel,Allows you to query and modify data structures using selector strings.
programming,Proji,,https://github.com/nikoksr/proji,Powerful cross-platform CLI project templating tool.
utility,pbgopy,,https://github.com/nakabonne/pbgopy,Copy and paste between devices.
transfer,pbgopy,,https://github.com/nakabonne/pbgopy,Copy and paste between devices.
data-management,gnuplot,https://www.explainshell.com/explain/1/gnuplot,,Generate two and three dimensional plots of data.
office,conan,,https://github.com/mirage/conan,Find clue about the type of the file.
text-processing,Difftastic,,https://github.com/Wilfred/difftastic,Syntax-aware structured diff tool.

1 category name homepage git description
417 file-handling FClones https://github.com/pkolaczk/fclones Efficient Duplicate File Finder.
418 data-management dasel https://github.com/TomWright/dasel Allows you to query and modify data structures using selector strings.
419 programming Proji https://github.com/nikoksr/proji Powerful cross-platform CLI project templating tool.
420 utility transfer pbgopy https://github.com/nakabonne/pbgopy Copy and paste between devices.
421 data-management gnuplot https://www.explainshell.com/explain/1/gnuplot Generate two and three dimensional plots of data.
422 office conan https://github.com/mirage/conan Find clue about the type of the file.
423 text-processing Difftastic https://github.com/Wilfred/difftastic Syntax-aware structured diff tool.
Loading…
Cancel
Save