Onyx is a command-line text editor written in Go, designed for efficient and customizable text editing directly in your terminal.
- Efficient text editing capabilities with a minimalist interface.
- Clone or download the Onyx repository from GitHub.
- Navigate to the project directory in your terminal.
- Build the Onyx executable using
go build
.
- Open your terminal and run Onyx by executing the built binary.
onyx file
. - If the file does not exist, Onyx will automatically create it.
- Start creating or editing text files directly from the command line.
Escape - Exit Ctrl+C - Copy Ctrl+Q - Paste Ctrl+S - Save
Contributions are welcome! Feel free to submit issues, feature requests, or pull requests to help improve Onyx.
This project is licensed under the MIT License.