yoku is a markdown based todo app allowing for easy portability
Binary releases are available here.
Requires rust
and cargo
to be installed:
- Clone the repository with
git clone https://github.com/misobarisic/yoku.git
and cd into it - Run
cargo build --release
- Move the binary to your place of choice
mv target/release/yoku $destination
3 different packages are available in the Arch Linux User Repository:
yoku-bin
(latest binary release)yoku
(latest release, built locally)yoku-git
(latest commit, built locally)
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
Default data location depends on the platform you're using. You can check it by passing the -d/--data-path
flag such as yoku -d
.
This project is licensed under GPLv3.