tw
Your todos, as your wallpaper.
Config
Store your config in ~/.config/tw/config.json in the following format:
If you set relative paths, they will be inferred at runtime, relative to where the binary is being run from
Build
To build the project:
sudo apt install lld llvm clang gcc g++ # figure out how to install for your linux distro
git clone https://github.com/Frixoe/tw.git
cd tw
cargo build --release
mv target/release/tw ~/.local/bin/
Make sure
~/.local/binis in your $PATH
Usage
Create a timer to run this as often as you expect to be changing your tasks
Commands
TODO