taskfinder 2.1.0

Keep your project-related tasks where they belong - with your notes on the project! This program, a terminal user interface (TUI), will extract and display them.
1
2
3
4
5
# Installation

The recommended way to install is by using Rust's cargo: `cargo install taskfinder`. You can then open it on the command line with `tf`.

You may also use pre-built binaries, which are available for Linux, Mac, and Windows at <https://codeberg.org/kdwarn/taskfinder/releases>. Download the version for your operating system and remove the OS name from the binary, e.g. rename tf-windows.exe to tf.exe.