diff --git a/README.md b/README.md index b05d3b8..6e53a69 100644 --- a/README.md +++ b/README.md @@ -27,11 +27,11 @@ If you prefer an email, contact me at `toolleeo@gmail.com`. # Summary -To date, **700** apps/tools covered, divided in **43** categories. +To date, **701** apps/tools covered, divided in **43** categories. # Index -[Backup](#backup) (8) | [Calculators](#calc) (5) | [Chat and instant messaging](#chat) (8) | [Conversion](#conversion) (7) | [Data management](#data-management) (31) | [Data transfer](#transfer) (33) | [Directory changers](#cd) (8) | [Disk usage analyzers](#disk-analyzer) (8) | [Editors](#editors) (21) | [Email](#email) (10) | [File and file system handling](#file-handling) (35) | [File manager](#file-manager) (11) | [File renamers](#file-renamer) (7) | [File systems](#file-system) (3) | [Font management](#font) (2) | [Funny tools](#funny) (18) | [Games](#games) (35) | [Git and accessories](#git) (26) | [Graphics](#graphics) (20) | [Multimedia](#multimedia) (3) | [Networking](#networking) (18) | [Note taking](#note-taking) (14) | [Office tools](#office) (15) | [Organizers and calendars](#organizers) (14) | [Online search and resources](#online) (8) | [Password managers](#password-manager) (11) | [Productivity](#productivity) (24) | [Programming](#programming) (23) | [Science](#science) (8) | [Security and encryption](#security) (14) | [Shells](#shells) (6) | [Sound and music](#music) (24) | [System monitoring](#monitor) (26) | [System tools](#system) (27) | [Terminals](#terminal) (9) | [Text processing](#text-processing) (41) | [Text search](#text-search) (9) | [Todo managers](#todo-manager) (18) | [Utilities](#utility) (30) | [Versioning](#versioning) (6) | [Viewers](#viewers) (27) | [Web browser](#browser) (16) | [Web development](#webdev) (13) +[Backup](#backup) (8) | [Calculators](#calc) (5) | [Chat and instant messaging](#chat) (8) | [Conversion](#conversion) (7) | [Data management](#data-management) (31) | [Data transfer](#transfer) (33) | [Directory changers](#cd) (8) | [Disk usage analyzers](#disk-analyzer) (8) | [Editors](#editors) (21) | [Email](#email) (10) | [File and file system handling](#file-handling) (35) | [File manager](#file-manager) (11) | [File renamers](#file-renamer) (7) | [File systems](#file-system) (3) | [Font management](#font) (2) | [Funny tools](#funny) (18) | [Games](#games) (35) | [Git and accessories](#git) (26) | [Graphics](#graphics) (20) | [Multimedia](#multimedia) (3) | [Networking](#networking) (18) | [Note taking](#note-taking) (14) | [Office tools](#office) (15) | [Organizers and calendars](#organizers) (14) | [Online search and resources](#online) (8) | [Password managers](#password-manager) (11) | [Productivity](#productivity) (25) | [Programming](#programming) (23) | [Science](#science) (8) | [Security and encryption](#security) (14) | [Shells](#shells) (6) | [Sound and music](#music) (24) | [System monitoring](#monitor) (26) | [System tools](#system) (27) | [Terminals](#terminal) (9) | [Text processing](#text-processing) (41) | [Text search](#text-search) (9) | [Todo managers](#todo-manager) (18) | [Utilities](#utility) (30) | [Versioning](#versioning) (6) | [Viewers](#viewers) (27) | [Web browser](#browser) (16) | [Web development](#webdev) (13) Some links to [related resources](#resources). @@ -530,6 +530,7 @@ Calendar managers. * [habitctl](https://github.com/blinry/habitctl) - Minimalist command line tool you can use to track and examine your habits. * [hledger](https://github.com/simonmichael/hledger) - A is fast, reliable, free, multicurrency double-entry accounting software to track money, investments, cryptocurrencies, time, or any other quantifiable commodity; uses a future-proof plain text file format. * [ledger](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. +* [moeda](https://github.com/thompsonemerson/moeda) - A foreign exchange rates and currency conversion using the command line. * [paycon](https://github.com/arcorion/paycon) - Converts pay amounts between different time units. * [speedread](https://github.com/pasky/speedread) - A simple terminal-based open source Spritz-alike filter that shows input text as a per-word RSVP (rapid serial visual presentation) aligned on optimal reading points. * [speki](https://github.com/tbs1996/speki) - Manage flashcards in the terminal; similar to anki. diff --git a/data/apps.csv b/data/apps.csv index 5636b5e..2fa2845 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -699,3 +699,4 @@ security,StegCloak,,https://github.com/kurolabs/stegcloak,Hide secrets with invi file-manager,fff,,https://github.com/dylanaraps/fff,"Fast, simple file manager written in bash." networking,mosh,,https://mosh.org/,Remote SSH client that achieve good responsiveness in presence of intermittent connectivity and roaming. organizers,vdirsyncer,,https://github.com/pimutils/vdirsyncer,CalDAV synchronization program. +productivity,moeda,,https://github.com/thompsonemerson/moeda,A foreign exchange rates and currency conversion using the command line.