mirror of
https://github.com/vipul-sharma20/tasks.macos.git
synced 2026-06-28 08:13:01 +00:00
macOS menu bar utility for https://github.com/vipul-sharma20/tasks.nvim
- Swift 93%
- Makefile 7%
| Sources/TaskBar | ||
| .gitignore | ||
| Makefile | ||
| Package.swift | ||
| README.md | ||
tasks.macos
macOS menu bar utility for tasks.nvim.
This provides a read-only view of tasks (with configured sections) and is intended to be used alongside tasks.nvim.
Prerequisites
- macOS 13+
- ripgrep (
brew install ripgrep) - A markdown vault with
#taskitems (see task format)
Build & Run
make run
Install
make install # builds .app bundle → /Applications/TaskBar.app
Vault Path
This is the path to markdown notes/wiki/vault where #tasks can exist.
Resolved in order:
TASKS_VAULT_PATHenvironment variable~/.config/taskbar/config.json→{"vault_path": "~/your/vault"}- Default:
~/vault
License
MIT