User guide

Priorities Tool is an offline Windows task manager built around four priority tiers and your own categories. This guide walks through every feature in the order you'll probably meet them.

Contents

  1. Install and first launch
  2. Anatomy of the window
  3. Adding items
  4. Priority tiers (P0 / A1 / A2 / B1)
  5. Categories
  6. Today view
  7. Board mode and sticky notes
  8. Editing items, sub-items, links, history
  9. Critical pin
  10. Age colors
  11. Completing items and the Completed view
  12. Search
  13. Drag and drop
  14. Keyboard shortcuts
  15. Settings overview
  16. Import and export
  17. Updates and tray behavior
  18. Where your data lives
  19. Troubleshooting

1. Install and first launch

Download the latest installer from the download page and run it. You'll see one or two security prompts the first time:

Both prompts appear because the installer isn't code-signed yet, not because anything is actually wrong. Detailed walk-through here.

On the very first launch, you'll see a Welcome dialog with nine starter templates: Personal, Home & finances, Solo freelancer, Sales, Developer, Marketing, Small business ops, Student, Minimal. Pick whichever fits how you'll use the tool — you can rename, hide, or add categories later from Settings, so don't agonize over the choice. Closing the dialog without picking just uses Personal.

2. Anatomy of the window

The main window is two columns:

Clicking any sidebar entry filters the right side to that category (or to Today / Completed / All).

3. Adding items

  1. Type a title in the add box (the right half of the ribbon).
  2. Optionally adjust the Priority dropdown (P0–B1) and the Category dropdown next to it.
  3. Press Enter. The new item appears at the top of its section.

Two convenient defaults: the category dropdown auto-matches the sidebar filter you're currently on (so typing while you're viewing Sales adds to Sales), and the priority defaults to A1 for Today and A1 otherwise — change either before pressing Enter.

Ctrl+N jumps the cursor to the add box from anywhere in the window.

4. Priority tiers

TierMeaningColor
P0On fire — handle immediately red
A1Important, do today orange
A2Should do this week blue
B1Nice to have / backlog grey

Within any category view, items group into priority sections (P0 on top, B1 at the bottom). Empty sections collapse automatically. You can also collapse a whole section manually by clicking its header.

5. Categories

Categories are the buckets in the sidebar. Every item lives in exactly one. The starter templates seed a sensible default set; rename / hide / add / delete from Settings → Categories:

Inbox is special: it's the catch-all when nothing else fits, and it can't be hidden or deleted.

Category changes don't apply until you click Save changes in the Settings footer. Discard or closing the window throws away the edits.

6. Today view

Today is a virtual filter, not a category: every item still has its own category underneath. Marking an item for Today puts it in this flat list (no priority sections), focused on what you actually want to push through this calendar day.

7. Board mode and sticky notes

The pill switch on the right of the ribbon toggles between list view and a sticky-note board. Board mode lays your items out as 210×210 colored cards in a wrap layout. It works in every category view (Today included).

8. Editing items, sub-items, links, history

In list view, click any row to expand it. You get:

9. Critical pin

Tick Critical on any item to pin it to the top of every view — no matter the filter or sort order. Visual cues:

When a critical item is completed, the highlight drops and it looks like every other completed item.

10. Age colors

Items that haven't been touched fade through colors so you can spot stale work at a glance. Thresholds scale with priority — P0 ages much faster than B1.

PriorityAmberOrangeRed
P02 days5 days10 days
A17 days21 days45 days
A214 days45 days90 days
B130 days90 days180 days

The color resets to normal whenever you open or edit the item — so simply expanding to look counts as touching it.

11. Completing items and the Completed view

Check the box on any item to complete it. A green checkmark animation plays, the optional completion sound chimes, and the row fades and moves to the Completed-today strip at the bottom of the current view.

Undo: Ctrl+Z or uncheck the completed item to bring it back. You can also reopen any historical item from the Completed view.

The Completed sidebar entry shows all checked-off items bucketed by date: Today / Yesterday / This Week / per-month groups for older. Each row has a Reopen button. The search box still filters here (by title or notes substring).

13. Drag and drop

14. Keyboard shortcuts

ShortcutAction
Ctrl+NFocus the add bar
Enter(in add bar) commit new item
Ctrl+ZUndo last completion
Esc(in add bar / sub-item input) clear and move focus away

15. Settings overview

Open with ⚙ Settings in the sidebar. Everything here is buffered: changes apply only when you click Save changes. Closing via the X or clicking Discard throws away the edits.

16. Import and export

Export: writes every active (non-completed) item to a CSV or .txt. CSV columns: title, priority, category, notes, deadline, created. The text format puts one item per line, optionally prefixed with bracket tags like [P0][Sales].

Import: pick a CSV or text file. CSV requires a title header; priority, category (or department), and notes headers are optional and matched case-insensitively. Text files use the same [P0][Sales] title bracket syntax — anything without brackets becomes an A1 item in Inbox.

The import always confirms the count before writing. Roundtripping export → import preserves everything except history.

17. Updates and tray behavior

On launch the app pings GitHub for the latest release (24 h cooldown). If a new version exists, a blue banner appears at the top of the window with a Download link. The check is silent if you're offline or already up to date.

Closing the main window minimizes to the system tray — the app keeps running. Double-click the tray icon to restore. Right-click for an Exit option. Launching the app a second time signals the running instance to come to the front rather than starting a new window.

18. Where your data lives

Everything is stored locally in %APPDATA%\PrioritiesTool\priorities.db — a SQLite database. No accounts, no cloud, no telemetry. Log files (rolling daily, 7-day retention) sit next to it in a logs/ folder.

Uninstall via Settings → Apps leaves your database untouched. Delete the PrioritiesTool folder under %APPDATA% for a clean slate.

19. Troubleshooting

The taskbar still shows the old icon after I upgraded.
Windows icon cache. Restart Explorer (Task Manager → right-click explorer.exe → Restart) or run ie4uinit.exe -show in PowerShell.
A category I deleted reappeared.
Built-in categories can't be deleted, only hidden. If you wanted it gone, uncheck its box in Settings and save.
Today items moved to Inbox overnight.
Expected. Today auto-clears at the start of each calendar day and items return to whatever category they came from before joining Today.
The app won't start after an upgrade.
Check %APPDATA%\PrioritiesTool\crash.txt for a stack trace. If the database itself is corrupted, rename priorities.db to priorities.db.bak and relaunch — a fresh DB is created.
SmartScreen blocks every release.
Expected for unsigned binaries: every new installer is a new file hash, so SmartScreen evaluates each one independently. Code signing is on the roadmap to remove the warnings for everyone.