Skip to content

cookies-xor-cream/transrustate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transrustate

A terminal-based utility to help with translating and conjugating verbs.

Makes a request to wordreference and displays the results in the terminal. Caches all results for future use at ~/.lang_rs.db.

Built on top of TUI and rusqlite (a rust interface to sqlite).

Installation

First build the project:

cargo build --bin transrustate --release

Once built the binary is located at ./target/release/transrustate and can be copied into path.

Once in path the program can be run by typing transrustate into the terminal.

Clearing The Cache

I plan to add a command to wipe the cache in the future, however, currently it must be done manually:

rm ~/.lang_rs.db

About

Translation and conjugation tool for english speakers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages