ox
ox copied to clipboard
An independent Rust text editor that runs in your terminal!
At least for file types you should provide modeline magic: ```sh $ cat script #! /bin/sh echo "Hello, world!" exit 0 # ox: ft=sh ``` Not everyone likes to add...
Ox is promising! Do you plan to support some kind of plugin system? This will create an ecosystem to make ox thrive. I think [bevyengine](https://bevyengine.org/) ECS is wonderful, where everything...
**Is your feature request related to a problem? Please describe.** Can we add a way to select the language to apply syntax highlighting to? **Describe the solution you'd like** Perhaps...
**Is your feature request related to a problem? Please describe.** When I tap text, to delete the content before the cursor, I use backspace, to delete content after the cursor,...
Yet another text editor... Well, it could be promising judging from the fundamental values and choices listed. I started writing one myself a while back, inspired by Kilo, to try...
**Is your feature request related to a problem? Please describe.** It would be nice if we can add a support for PHP syntax highlighting. I also think there are some...
As a new user, I need a prominently listed hotkey while inside the app to access a help page with a list of commands. **Describe the solution you'd like** Instead...
Currently only editing feature I miss is text selection with shift-arrows and copy and pasting using ctrl-c, ctrl-v. These shortcuts are standard ones and they are in line with Ox...
Cursor is not keeping its position when you swap the line with Up/Down keys. When the line is shorter, it should appear at the end of line. But when you...
As someone who uses Nano, the only issue I have with is how Ox deals with tabs. Some of us are not used to reopening files to find spaces, plus...