o
small, fast text editor
TLDR
Open file
$ o [file]
Open at line number$ o [file]:[line]
Open in read-only mode$ o -r [file]
Open with syntax highlighting$ o -s [file]
SYNOPSIS
o [options] [file]
DESCRIPTION
o is a small, fast text editor. Minimal configuration required.
The editor provides essential editing features. Written in Go for speed.
PARAMETERS
FILE
File to edit.-r
Read-only mode.-s
Force syntax highlighting.-n
Disable syntax highlighting.--help
Display help information.--version
Display version.
CAVEATS
Limited features compared to full editors. Vim-like keybindings.
HISTORY
o was created as a minimal, fast text editor focused on simplicity.
