Skip to content

ikasoba/saka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

43 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Saka

A Cute & Easy TUI text editor inspired by GNU Nano.

Go Reference release

Screenshot_20250126_151937

Releases

https://github.com/ikasoba/saka/releases

Install from go

go install github.com/ikasoba/saka@latest

If you have problems installing on Windows

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)

Setup

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

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

About

๐Ÿˆ Saka : A Cute & Easy TUI text editor inspired by GNU Nano

Topics

Resources

License

Stars

7 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors