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
- G → W — Go to Worklog
- G → J — Go to Job applications
- G → P — Go to Projects
- G → S — Go to Settings
Speed workflows
- W → N — New worklog entry
- J → N — New job application
- P → N — 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 portfolioperformance backend optimization
— Technical depthmentoring 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?
- CLI Documentation — Full command reference
- API Documentation — Build integrations