Skip to content

caleywoods/TACOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TACOS logo

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.

Requirements

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:

Using

  • 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)

Fonts

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.

GUI Example

TACOS GUI With Nouveau IBM Font

About

A retro themed text editor in Rust

Resources

Stars

Watchers

Forks

Packages

No packages published