Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/safememoryzone/ztex
Very simple nano-like text editor in zig.
https://github.com/safememoryzone/ztex
text-editor zig
Last synced: 1 day ago
JSON representation
Very simple nano-like text editor in zig.
- Host: GitHub
- URL: https://github.com/safememoryzone/ztex
- Owner: SafeMemoryZone
- License: mit
- Created: 2024-06-12T06:08:57.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-06-15T16:48:56.000Z (8 months ago)
- Last Synced: 2024-12-18T16:43:39.708Z (about 2 months ago)
- Topics: text-editor, zig
- Language: Zig
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ztex
A very simple nano-like text editor in zig.## Quickstart
1. Make sure you have the [zig compiler](https://ziglang.org/download/) and [ncurses](https://invisible-island.net/ncurses/) installed.
2. Compile and run the project with (pass any arguments to the text editor after '--'):
```console
$ zig build run -- ...
```## Usage
```console
$ ./ztex []
```## Controls
- Use the arrow keys to move
- Use `ctrl + q` to quit the editor (a prompt will appear asking for the filename - press `ctrl + q` again to quit)## Note
This project is unfinished and has currently not support for windows. Keep your expectations low!