tsu-editor

Crates.iotsu-editor
lib.rstsu-editor
version0.2.0
created_at2025-10-19 23:05:43.549396+00
updated_at2025-10-19 23:05:43.549396+00
descriptionA modal text editor written in Rust
homepagehttps://crhowell3.github.io/tsu
repositoryhttps://github.com/crhowell3/tsu
max_upload_size
id1891148
size795,593
Cameron (crhowell3)

documentation

README

Stargazers Issues Contributors Maintained

 

💭 About

modal text editor for linux

Installation

Source

Using git, clone the repository:

git clone https://github.com/crhowell3/tsu.git
cd tsu

Using cargo, install:

cargo install --path .

Perform mandatory configuration setp:

mkdir -p ~/.config/tsu
cp default_config.toml ~/.config/tsu/config.toml
cp -R themes ~/.config/tsu

Copyright © 2025-present Cameron Howell

Commit count: 0

cargo fmt