| Crates.io | tsu-editor |
| lib.rs | tsu-editor |
| version | 0.2.0 |
| created_at | 2025-10-19 23:05:43.549396+00 |
| updated_at | 2025-10-19 23:05:43.549396+00 |
| description | A modal text editor written in Rust |
| homepage | https://crhowell3.github.io/tsu |
| repository | https://github.com/crhowell3/tsu |
| max_upload_size | |
| id | 1891148 |
| size | 795,593 |
modal text editor for linux
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