https://github.com/bruth/taskpaper-goodies
Various scripts, themes, etc for TaskPaper
https://github.com/bruth/taskpaper-goodies
Last synced: 4 months ago
JSON representation
Various scripts, themes, etc for TaskPaper
- Host: GitHub
- URL: https://github.com/bruth/taskpaper-goodies
- Owner: bruth
- Created: 2013-03-19T21:34:19.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-20T01:15:16.000Z (over 13 years ago)
- Last Synced: 2026-02-11T01:42:27.740Z (5 months ago)
- Language: Shell
- Size: 113 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TaskPaper Goodies
## Scripts
- CycleDays - Any tasks tagged with `tomorrow`, `today`, `yesterday`, or `backlog` will be cycled to the next tag (in the order listed). Items tagged with `backlog` will remain as is. Tasks not tagged with any of the above will of course _not_ be cycled.
- MoveDoneTasksToEnd - Move all tasks in a project tagged with `done` or `cancelled` to the end of the list of tasks in that project.
- TodayWithDescendents - Filters tasks (and descendants) tagged with `today` and `yesterday`
- NowWithTimeLog - Tags the current entry with `now` with the current timestamp. Run it again on the entry and it will replace the `now` tag with a `log` tag with a pretty formatted _time since_ the time the timestamp in the `now` tag. The functionality enables a workflow of marking a task as being worked on _now_ and then when it's completed or no longer being worked on, it will be logged with the amount of time during that _session_.
## Themes
- Minimal
- MinimalDark
## Other
- taskpaper-reminder.sh - Utilizes the [terminal-notify](https://github.com/alloy/terminal-notifier) Ruby script to trigger an user notification (OS X 10.8+ only). I defined a cron job to run it every 30 minutes as a quick reminder to check on what I am doing. When you click on the notification it will open (or focus) TaskPaper.