Skip to content

Commit 80fa242

Browse files
authored
Simplified and improved README.md
1 parent dcbcfa7 commit 80fa242

File tree

1 file changed

+57
-90
lines changed

1 file changed

+57
-90
lines changed

README.md

+57-90
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,11 @@
2121
![Build Status](https://img.shields.io/github/stars/curlpipe/ox.svg?style=for-the-badge)
2222
![License](https://img.shields.io/github/license/curlpipe/ox.svg?style=for-the-badge)
2323

24+
[About](#about) - [Installation](#installation) - [Quick Start Guide](#quick-start-guide)
25+
2426
## About
2527

26-
Ox is an independent text editor that can be used to write everything from text to code.
28+
Ox is a text editor that can be used to write everything from text to code.
2729

2830
If you're looking for a text editor that...
2931
1. :feather: Is lightweight and efficient
@@ -38,23 +40,17 @@ It works best on linux, but macOS and Windows are also supported.
3840

3941
## Selling Points
4042

41-
### Lightweight and Efficient
42-
43-
- :feather: Ox is lightweight, with the precompiled binary taking up a few megabytes in storage space.
44-
- :knot: It uses a `rope` data structure which allows incremental editing, file reading and file writing, which will speed up performance, particularly on huge files.
45-
- :crab: It was built in Rust, which is a quick lower-level language that has a strong reputation in the performance department.
46-
4743
### Strong configurability
4844

4945
- :electric_plug: Plug-In system where you can write your own plug-ins or choose from pre-existing ones
5046
- 💬 Discord RPC
51-
- 📗 Git integration with diffs, stats and more
52-
- 🕸️ Handy web development tools such as Emmet and live HTML viewer
53-
- ⏲️ Productivity tools such as a pomodoro timer and todo list tracker
54-
- 🤖 AI features that will provide with advice and code
55-
- :wrench: A wide number of options for configuration including colours, key bindings and behaviours
56-
- :moon: Ox uses Lua as a configuration language for familiarity when scripting and configuring
57-
- :handshake: A configuration assistant to quickly get Ox set up for you from the get-go
47+
- 📗 Git integration
48+
- 🕸️ Emmet and HTML viewer
49+
- ⏲️ Pomodoro timer and todo list tracker
50+
- 🤖 AI code & advice
51+
- :wrench: Configure everything including colours, key bindings and behaviours
52+
- :moon: Write Lua code for configuration
53+
- :handshake: A set-up wizard to make Ox yours from the start
5854

5955
### Out of the box features
6056

@@ -70,11 +66,20 @@ It works best on linux, but macOS and Windows are also supported.
7066
- :file_cabinet: File tree to view, open, create, delete, copy and move files
7167
- :keyboard: Access to terminals within the editor
7268

73-
### Robustness
69+
### Detailed Documentation
70+
71+
Become a power user and take advantage of everything on offer.
72+
73+
Found on the [wiki page](https://github.com/curlpipe/ox/wiki/)
7474

75-
- :globe_with_meridians: Handles double-width unicode characters like a charm, including those of the Chinese, Korean and Japanese languages and emojis
76-
- :boxing_glove: Backend has been thoroughly tested via automated unit tests
77-
- :rainbow: Automatically adapts your colour schemes to work on terminals with limited colours
75+
This will take you step-by-step in great detail through 6 different stages:
76+
77+
1. **Installation** - advice and how-tos on installation
78+
2. **Configuring** - changing the layout, adding to and changing the syntax highlighting
79+
3. **General Editing** - editing a document and controlling the editor
80+
4. **Command Line** - using the command line interface
81+
5. **Plugins** - installing or uninstalling community plug-ins and writing or distributing your own plug-ins
82+
6. **Roadmap** - planned features
7883

7984
## Installation
8085

@@ -178,111 +183,73 @@ Please note that you should add `.cargo/bin` to your path, which is where the `o
178183

179184
## Quick Start Guide
180185

181-
This is just a quick guide to help get you up to speed quickly with how to use the editor. You dive into more details in the documentation section below, but this quick start guide is a good place to start.
186+
Once you have installed Ox, it's time to get started.
182187

183-
### Opening Files
188+
### Set-Up
184189

185-
At the moment, you can open ox by using the command
190+
You can open Ox using the command
186191

187192
```sh
188193
ox
189194
```
190195

191-
This will open up an empty document.
192-
193-
However, if you've just downloaded Ox, the configuration assistant will automatically start up and help you configure the editor initially.
194-
195-
If you wish to open a file straight from the command line, you can run
196-
```sh
197-
ox /path/to/file
198-
```
199-
200-
To open and edit a file. You can provide multiple arguments of files if you wish to open more than one, for example:
196+
At first, if you don't have a configuration file in place, Ox will walk you through a set-up wizard.
201197

202-
```sh
203-
ox file1.txt file2.txt
204-
```
198+
When you've completed it, you should be greeted by ox itself, with an empty, unnamed document.
205199

206-
You can also open a file from within Ox by using the <kbd>Ctrl</kbd> + <kbd>O</kbd> key binding
200+
At the top is your tab line, this shows you files that are open.
207201

208-
If at any time, you wish to create a new file, you can use <kbd>Ctrl</kbd> + <kbd>N</kbd> to do so.
202+
At the bottom is your status line, this shows you the state of the editor.
209203

210-
You can find more command line options for Ox by typing:
211-
```sh
212-
ox --help
213-
```
204+
At the far bottom is your feedback line, you'll see information, warnings and errors appear there.
214205

215-
When you open multiple files, notice the tabs at the top.
206+
### Editing
216207

217-
You can close the file you're looking at using the <kbd>Ctrl</kbd> + <kbd>Q</kbd> key binding. When no more documents are open, the editor will automatically close for you.
208+
Toggle the built-in help message using <kbd>Ctrl</kbd> + <kbd>H</kbd>. You can press <kbd>Ctrl</kbd> + <kbd>H</kbd> again to hide this message if it gets in the way. This should introduce you to most of the key bindings on offer.
218209

219-
If you want to move tabs and look at other files that are open, you can use <kbd>Shift</kbd> + <kbd>Left</kbd> and <kbd>Shift</kbd> + <kbd>Right</kbd> to move back and forth respectively.
210+
Ox isn't a modal text editor, so you can begin typing straight away. Give it a go! Type in letters and numbers, delete with backspace, indent with tab, break up lines with the enter key.
220211

221-
### Editing Files
212+
Move your cursor by clicking, or using the arrow keys. You can also click and drag to select text.
222213

223-
There are no modes in Ox, so you can just type straight into an open file, just as you would Nano, or Windows notepad.
214+
If you modify a file, you may notice a `[+]` symbol, this means the file open in the editor differs from it's state on the disk. Save the file to update it on the disk and this indicator will disappear.
224215

225-
You can move the cursor around the file using the standard arrow keys.
216+
Because the file we're editing is new and doesn't have a name, you'll need to save as using <kbd>Alt</kbd> + <kbd>S</kbd> and give it a name.
226217

227-
You can also use:
228-
- <kbd>PageUp</kbd> - Move up a page in the viewport
229-
- <kbd>PageDown</kbd> - Move down a page in the viewport
230-
- <kbd>Home</kbd> - Go to the start of the current line
231-
- <kbd>End</kbd> - Go to the end of the current line
232-
- <kbd>Ctrl</kbd> + <kbd>Left</kbd> - Go to the previous word
233-
- <kbd>Ctrl</kbd> + <kbd>Right</kbd> - Go to the next word
234-
- <kbd>Ctrl</kbd> + <kbd>Up</kbd> - Go to the top of the document
235-
- <kbd>Ctrl</kbd> + <kbd>Down</kbd> - Go to the bottom of the document
218+
Now, if you were to edit it again, because it is on the disk and has a name, you can use the standard <kbd>Ctrl</kbd> + <kbd>S</kbd> to save it.
236219

237-
No surprises here, to insert characters, use the letters and numbers on your keyboard. <kbd>Enter</kbd> will put a new line in, <kbd>Tab</kbd> will create a tab (or indent) and <kbd>Backspace</kbd> / <kbd>Delete</kbd> to delete characters.
220+
You can open files through <kbd>Ctrl</kbd> + <kbd>O</kbd> - try opening a file!
238221

239-
If you modify a file, you may notice a `[+]` symbol, this means the file has been modified without saving. You can save a document in many ways, including <kbd>Ctrl</kbd> + <kbd>S</kbd> to save it to the file it was opened from. <kbd>Ctrl</kbd> + <kbd>A</kbd> to save all files that are open and <kbd>Alt</kbd> + <kbd>S</kbd> to save as, where a prompt for a new file name to write to will be shown.
222+
If you modify it you can then use the standard <kbd>Ctrl</kbd> + <kbd>S</kbd> to update it on the disk, as this file already exists.
240223

241-
We've covered most keyboard shortcuts, but there are some other features you might want to make use of, the following table shows the keyboard shortcuts we haven't covered yet.
224+
When mutltiple files are open, you can navigate back and forth using <kbd>Alt</kbd> + <kbd>Left</kbd> and <kbd>Alt</kbd> + <kbd>Right</kbd>
242225

243-
| Keybinding | What it does |
244-
| ------------ | ------------ |
245-
| `Ctrl + F` | Searches the document for a search query. Allows pressing of <kbd>←</kbd> to move the cursor to the previous occurrence of the query and <kbd>→</kbd> to move to the next occurrence of the query. Press <kbd>Return</kbd> or <kbd>Esc</kbd> to leave the search. Note: you can use regular expressions for search queries. |
246-
| `Ctrl + Z` | Undoes your last action. The changes are committed to the undo stack every time you press the space bar, create / destroy a new line and when there is no activity after a certain period of time which can be used to capture points where you pause for thought or grab a coffee etc... |
247-
| `Ctrl + Y` | Redoes your last action. The changes are committed to the undo stack every time you press the space bar, create / destroy a new line and when there is no activity after a certain period of time which can be used to capture points where you pause for thought or grab a coffee etc... |
248-
| `Ctrl + R` | Allows replacing of occurrences in the document. Uses the same keybindings as the search feature: <kbd>←</kbd> to move the cursor to the previous occurrence of the query and <kbd>→</kbd> to move to the next occurrence of the query. You can also press <kbd>Return</kbd> to carry out the replace action. To exit replace mode once you're finished, you can press <kbd>Esc</kbd>. You can also use <kbd>Tab</kbd> to replace every instance in the document at once. Note: you can use regular expressions for search queries. |
249-
| `Ctrl + K` | Opens the command line. |
250-
| `Ctrl + W` | Shortcut to delete a whole word. |
251-
| `Alt + Up` | Move the current line up. |
252-
| `Alt + Down`| Move the current line down. |
253-
| `Ctrl + D` | Delete the current line. |
254-
| `Ctrl + C` | Copy selected text. |
255-
| `Alt + Left`| Move to the previous tab. |
256-
| `Alt + Right`| Move to the next tab. |
226+
Once you're done with a file, you can use <kbd>Ctrl</kbd> + <kbd>Q</kbd> to quit out of it.
257227

258-
### Configuration
228+
If all files are closed, Ox will exit.
259229

260-
Ox features a configuration system that allows the editor to be modified and personalised.
230+
If you're interested in finding out all the key bindings on offer, click [here](https://github.com/curlpipe/ox/wiki/General-editing#quick-reference)
261231

262-
By default, you will be greeted by a configuration assistant when first starting Ox, when no configuration file is in place. This will help you generate a configuration file.
232+
Now you've exited Ox, let's check out some command line options.
263233

264-
By default, Ox will look for a file here: `$XDG_CONFIG_HOME/.oxrc` or `~/.oxrc`.
234+
### CLI
265235

266-
On Windows, Ox will try to look here `C:/Users/user/ox/.oxrc` (where `user` is the user name of your account)
236+
You can open files straight from the command line like this:
267237

268-
Ox's configuration language is [Lua](https://lua.org).
269-
270-
For reference, there is a default config in the `config` folder in the repository. You can either download it and place it in the default config directory or create your own using the example ones as a reference.
238+
```sh
239+
ox /path/to/file1 /path/to/file2
240+
```
271241

272-
## Documentation
242+
If you try to open a file that doesn't actually exist, Ox will open it in memory, and as soon as you save, it will save it will create it for you.
273243

274-
If you've been through the quick start guide above, but are looking for more detail, you can find in-depth documentation on the [wiki page](https://github.com/curlpipe/ox/wiki/)
244+
See more information regarding command line options using the command.
275245

276-
This will take you step-by-step in great detail through 6 different stages:
246+
```sh
247+
ox --help
248+
```
277249

278-
1. **Installation** - advice and how-tos on installation
279-
2. **Configuring** - changing the layout, adding to and changing the syntax highlighting
280-
3. **General Editing** - editing a document and controlling the editor
281-
4. **Command Line** - using the command line interface
282-
5. **Plugins** - installing or uninstalling community plug-ins and writing or distributing your own plug-ins
283-
6. **Roadmap** - planned features
250+
This provides everything you need to know to do some basic editing, but there is so much more you can take advantage of, from plug-ins to opening multiple files on the same screen, to using the built-in terminal and using the file tree to manage your project.
284251

285-
Hopefully, it contains everything you need to take you from a beginner to a power user.
252+
If you are curious in learning more, click [here](https://github.com/curlpipe/ox/wiki) to access the wiki where you will be introduced to all the wide range of features and really make your experience smooth like butter 🧈.
286253

287254
## License
288255

0 commit comments

Comments
 (0)