A Cute & Easy TUI text editor inspired by GNU Nano.
https://github.com/ikasoba/saka/releases
go install github.com/ikasoba/saka@latest
Problems often occur if gcc is not installed.
In that case, installing tdm-gcc or specifying your preferred compiler in the CC, CXX environment variable may solve the problem.
(In some cases you may need to set CGO_ENABLED)
In the initial state, no configuration file exists, so a default configuration file must be obtained.
saka --fetch-default-config
The default configuration file has a tree-sitter parser for golang configured, and this parser must be installed in your editor to use highlighting. (However, the tree-sitter cli is required).
saka --install-grammar
You can check the location of the configuration file with the following command.
saka -e
Usage: saka <filename>
Open file
Usage: saka (-e|--show-environment)
Show environment variables
Usage: saka --install-grammar
Install grammar from config
Usage: saka --fetch-default-config
Fetch default config