diff --git a/README.md b/README.md index 7b84d10..e536969 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Some links are available to [related resources](#resources). # Summary -* Apps/tools covered: **1384** +* Apps/tools covered: **1385** * Number of categories: **76**. # Index @@ -17,7 +17,7 @@ Some links are available to [related resources](#resources). * [Backup](#backup) (16) * [Calculators](#calc) (11), [Chat and instant messaging](#chat) (28), [Clean up of files and directories](#file-dir-cleanup) (11), [Co-pilot](#copilot) (9), [Command launchers](#launcher) (20), [Commands cheatsheet and snippets](#cheatsheet) (18), [Conversion](#conversion) (13) * [Data management](#data-management) (17), [Data management - JSON/YAML/etc.](#data-management-json) (43), [Data management - Tabular data](#data-management-tabular) (24), [Data transfer](#transfer) (40), [DevOps](#devops) (14), [Diff](#diff) (10), [Directory changers (alternatives to cd)](#cd) (19), [Disk usage analyzers](#disk-analyzer) (12) -* [Editors](#editors) (25), [Email](#email) (15) +* [Editors](#editors) (26), [Email](#email) (15) * [File and file system handling](#file-handling) (21), [File deletion and trash bin (alternatives to rm)](#rm) (6), [File explorer and tree visualization](#file-explorer) (11), [File finding (alternatives to find)](#find) (8), [File listing (alternatives to ls)](#ls) (9), [File manager](#file-manager) (19), [File renamers](#file-renamer) (14), [File systems](#file-system) (4), [File watching for changes](#file-watch) (7), [Financial tools](#financial) (12), [Font management](#font) (4), [Funny tools](#funny) (32), [Fuzzy finders and option pickers](#option-picker) (13) * [Games](#games) (49), [Git and accessories](#git) (50), [Graphics](#graphics) (37) * [History management](#history) (4) @@ -471,6 +471,7 @@ Text editors. * [nano](https://www.nano-editor.org/) - Easy to use, lightweigth text editor; no complex keybindings to remember. * [neovim](https://neovim.io/) - A work in progress attempt to improve [vim](http://www.vim.org/), dropping older/unused OS compatibility, improving the codebase readability, modularity and maintainability; it has chances to become the next choice of vim users. * [o](https://github.com/xyproto/orbiton) - Configuration-free text editor and IDE limited to VT100. Suitable for writing git commit messages, editing Markdown, config files, source code, viewing man pages and for quick edit-compile cycles when programming. +* [ox](https://github.com/curlpipe/ox) - An independent Rust text editor. * [pickaxe](https://github.com/mdom/pickaxe) - The redmine wiki editor. * [slap](https://github.com/slap-editor/slap) - Text editor inspired by [Sublime Text](https://www.sublimetext.com/) written in NodeJS, extedable in Javascript. * [Tilde](https://os.ghalkes.nl/tilde/) - Tilde is a text editor that provides an intuitive interface for people accustomed to GUI environments, usual shortcuts for common operation, a traditional menu bar, etc. diff --git a/data/apps.csv b/data/apps.csv index 1998dc9..c31f779 100644 --- a/data/apps.csv +++ b/data/apps.csv @@ -1383,3 +1383,4 @@ email,meli,,https://github.com/meli/meli,Terminal mail client. system,nemu,,https://github.com/nemuTUI/nemu,Ncurses UI for QEMU. networking,liboping,,https://github.com/octo/liboping,Protocol independent ANSI-C ping library and command line utility. file-handling,ouch,,https://github.com/ouch-org/ouch,Painless compression and decompression in the terminal. +editors,ox,,https://github.com/curlpipe/ox,An independent Rust text editor.