Lightweight Windows 10/11 tool to manage folder statuses from the right-click context menu.
Quickly mark folders as Finished, Hidden, Unfinished, or reset to Default.
- Add or remove task status options from the right-click menu
- Simple install/uninstall using a single installer
- Instantly mark folder icons with one of four states:
- 📁 Default
- ✅ Finished
- 🚫 Hidden
- ❌ Unfinished
Right-click any folder to see Tasktracker options.
![]()
Folder icons reflect their current status.
![]()
- Windows 10 or 11
- Administrator privileges (required for context menu installation)
- Download the latest installer from Releases
- Run the installer
- To uninstall, simply re-run the installer
- C++17
- CMake 3.10+
# 1. Clone the repository
git clone https://github.com/masonlet/tasktracker.git
cd tasktracker
# 2. Create a build directory and generate build files
cmake -B build
# 3. Build the project
cmake --build buildOr open the generated .sln file in Visual Studio and build the solution.
cmake -B build -DBUILD_TESTS=ON
cmake --build build
ctest --test-dir build/sharedMIT License — see LICENSE for details.