1
0
Fork
You've already forked taskfinder
0
forked from kdwarn/taskfinder
A terminal user interface that extracts and displays tasks from notes files.
  • Rust 98.9%
  • Shell 1.1%
2024年08月08日 06:40:26 -04:00
src Use empty str in config, release 2.2 2024年08月08日 06:40:26 -04:00
.gitignore Add script for generating binaries 2024年07月26日 21:22:10 -04:00
Cargo.toml Use empty str in config, release 2.2 2024年08月08日 06:40:26 -04:00
CHANGELOG.md Use empty str in config, release 2.2 2024年08月08日 06:40:26 -04:00
INSTALL.md Break readme into multiple files 2024年05月15日 06:41:28 -04:00
LICENSE.md Add license 2024年05月15日 09:00:59 -04:00
make-binaries.sh Add script for generating binaries 2024年07月26日 21:22:10 -04:00
README.md Add license 2024年05月15日 09:00:59 -04:00
USAGE.md Use empty str in config, release 2.2 2024年08月08日 06:40:26 -04:00

taskfinder

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.

Installation: INSTALL.md

Changelog: CHANGELOG.md

Usage: USAGE.md

License: LICENSE.md

Origins/Rationalization

For years, I used a task SaaS app to keep track of what I needed to do. However, I disliked this large amount of data about me and what I do being on someone else's server, and unencrypted to boot. So I started to just use pen and paper, organized by date. However, this doesn't allow for easy capturing of tasks that don't really have to be done on a particular date, or that belong to a single project. So I then started to write down tasks in my digital-file-based note-taking system (you can read more about that here), where I also keep project notes. But then I had to start searching for them, and sometimes they were getting lost in the mix. So, taskfinder was born.