Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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!