Skip to content

A TUI (Text User Interface) app for daily writing.

License

Notifications You must be signed in to change notification settings

anze3db/words-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

words-tui

words-tui is an app for daily writing in your terminal, built with Textual.

PyPI - Version PyPI - Python Version


Table of Contents

🎬 Demo

Screen.Recording.2023-07-31.at.19.23.12.mov

Installation

The easiest way to install words-tui is with pipx.

pipx install words-tui

Alternatively, you can install it with pip:

pip install words-tui

Running

To run words-tui, simply run the following command:

words-tui

It stores all of your writing in ~/.words-tui.db by default, but you can override this with the WORDS_TUI_DB environment variable or the --db flag.

words-tui --db /path/to/db

License

words-tui is distributed under the terms of the MIT license.