TACOS is an acronym for Text And Characters On Screen. It is a simple retro themed text editor styled to look like computer terminals of days gone by. TACOS is a GTK application built in Rust using gtk-rs. TACOS is still very early early in its development and is a learning process for me.
You need to have GTK installed on your system and the toolchain should be stable-x86_64-pc-windows-gnu
.
If you're having trouble, try these resources:
-
git clone
this repository or fork it and clone your copy. -
cd
into the folder you cloned the project to -
run
cargo build
-
run
./target/debug/tacos.exe
(On Windows)
By default, TACOS uses the Nouveau IBM font. Follow the link to download and install it or open src\css\gtk.css
and change the font-family
property to a different font that is installed on your local system.