Skip to main content

Power User Guide

Master Accomplish like a pro with these advanced techniques and workflows.

⌨️ Keyboard Mastery

Essential shortcuts

  • + K — Command bar (your swiss army knife)
  • / — Show all keyboard shortcuts
  • ESC — Close any dialog
  • + Enter — Save and close

Quick navigation

  • GW — Go to Worklog
  • GJ — Go to Job applications
  • GP — Go to Projects
  • GS — Go to Settings

Speed workflows

  • WN — New worklog entry
  • JN — New job application
  • PN — New project

🎯 Smart Tagging Strategy

Tag taxonomy

Create a consistent system:

# Technical stack
react nodejs postgres aws

# Work type
frontend backend fullstack devops

# Activity
feature bugfix refactor research

# Impact
performance security ux accessibility

# Soft skills
mentoring leadership documentation architecture

Power combos

  • feature frontend react — UI work for your portfolio
  • performance backend optimization — Technical depth
  • mentoring leadership collaboration — Growth beyond code

🚀 Automation Ideas

Daily automation

#!/bin/bash
# end-of-day.sh
echo "What did you accomplish today?"
read accomplishment
acc log -m "$accomplishment"

Weekly reports

# Generate and email weekly summary
acc recap --since 1w > weekly-report.md
# Email to yourself for review

📈 Next Level

Ready to go deeper?