Skip to content

jeevithakannan2/todo-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo TUI

This is a hobby college project. Not for commercial or professional use.

Note

Since the project is still in active development, you may encounter some issues. Please consider submitting feedback if you do.

💡 Usage

Linux

curl -fLO https://github.com/jeevithakannan2/todo-tui/releases/latest/download/todo-tui && chmod +x todo-tui && ./todo-tui

Windows

Invoke-WebRequest -Uri "https://github.com/jeevithakannan2/todo-tui/releases/latest/download/todo-tui.exe" -OutFile "todo-tui.exe"
Start-Process -FilePath .\todo-tui.exe

Configuration

TodoTUI supports TOML configuration.

The configuration file can be found in $HOME/.config/todotui/config.toml for linux users

C:\Users\user\AppData\Roaming\CodeTrenchers\TodoTUI\config\config.toml for windows users

To turn on Encryption set

# config.toml
encryption = true

💖 Support

If you find Todo TUI interesting, please consider giving it a ⭐️ to show your support!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages