ox
ox copied to clipboard
An independent Rust text editor that runs in your terminal!
A file tree with the ability to open / create / delete / move / copy files - [ ] Open a split - [ ] Render the list of...
Being able to open multiple files in the same view together to work alongside each other. This will lay the groundwork for more advanced features such as viewing diffs and...
Probably 70% of people don't know how to / have time to configure Ox, so it may be worth having a configuration assistant to help them configure Ox to their...
There are probably lots of bugs on windows and macOS, worth investigating and making Ox work smoothly on both platforms - [ ] Full Windows support - [ ] Full...
Requesting two features. 1) use config file in /etc/ox/ if user config files are not present Why: If ox is launched as a root process, ox tries to use the...
**What is the bug?** Opening a terminal or running a python file does not work on windows **What did you do to get the bug?** I followed the instruction in...
**What feature would you like to see? (give details)** Hi, would it be possible to support the Julia programming language. Currwntly there is no text highlighting for .jl files. **Are...
Are there any plans to support syntax highlighting for typst (.typ) files? As far as I can tell it's not trivial to add without an LSP, as the language supports...
Nearly every text editor has tha capability to indent/unindent multiple lines by simply pressing the "tab" key. ox just delete the lines and inserts a tab. It would be nice...
**What feature would you like to see? (give details)** Soft and/or Wordwrap support. Softwrap wraps text at the end of a line over to the next one in the Terminal....