Documentation Index
Fetch the complete documentation index at: https://auk.mamahuhu.dev/llms.txt
Use this file to discover all available pages before exploring further.
Quick Switching
Auk makes it easy to switch between workspaces without losing your current context.Using the Workspace Selector
Keyboard Shortcuts
- macOS
- Windows/Linux
Cmd + Shift + W- Open workspace switcherCmd + 1-9- Switch to workspace 1-9Cmd + Shift + N- Create new workspace
Workspace Switcher
The workspace switcher provides a quick overview of all your workspaces:Recent Workspaces
Auk remembers your recently used workspaces for quick access:- Most Recent - Appears at the top of the list
- Quick Access - Use number shortcuts (Cmd/Ctrl + 1-9)
- Last Used Time - See when you last worked in each workspace
Workspace States
Active Workspace
The currently open workspace:- ✓ Checkmark indicator
- Highlighted in the switcher
- Shown in the title bar
Synced Workspace
Workspace with Git sync enabled and up-to-date:- 🔄 Sync indicator shows “Synced”
- Green status dot
- No pending changes
Pending Changes
Workspace with uncommitted or unpushed changes:- 🔄 Sync indicator shows “X changes pending”
- Yellow status dot
- Click to view changes
Sync Error
Workspace with sync errors:- ⚠️ Warning indicator
- Red status dot
- Click to view error details
Auto-Save Before Switching
Auk automatically saves your work before switching:Managing Multiple Workspaces
Organizing Workspaces
Use naming conventions to keep workspaces organized:Workspace Groups (Coming Soon)
Future feature to group related workspaces:Sync Before Switching
For workspaces with Git sync enabled, consider syncing before switching:Manual Sync
Auto-Sync
Enable auto-sync to ensure workspaces are always up-to-date:Best Practices
Sync Before Switching
Sync Before Switching
Always sync workspaces with Git before switching to avoid conflicts:
- Ensures latest changes are pushed
- Prevents merge conflicts
- Keeps team members in sync
Use Descriptive Names
Use Descriptive Names
Name workspaces clearly to identify them quickly:
- ✅
acme-corp-backend-apis - ✅
personal-learning-projects - ❌
workspace-1 - ❌
test
Close Unused Workspaces
Close Unused Workspaces
Remove workspaces you no longer need:
- Keeps workspace list manageable
- Reduces clutter
- Improves performance
Regular Backups
Regular Backups
Backup important workspaces regularly:
- Use Git sync for automatic backups
- Create manual backups for critical data
- Test restore procedures
Workspace Context
When switching workspaces, Auk preserves:- ✅ Collections - All API collections
- ✅ Environments - Environment variables and active environment
- ✅ History - Request history
- ✅ Settings - Workspace-specific settings
- ✅ Git State - Uncommitted changes and sync status
- ❌ Open Tabs - Tabs are workspace-specific
- ❌ UI State - Sidebar state, panel sizes, etc.
- ❌ Temporary Data - Clipboard, search queries, etc.
Troubleshooting
Workspace won't switch
Workspace won't switch
Cause: Unsaved changes or sync in progressSolution:
- Wait for current sync to complete
- Check for error messages
- Try force-switching (may lose unsaved changes)
Workspace appears empty after switching
Workspace appears empty after switching
Cause: Data not loaded or corruptedSolution:
- Refresh the workspace (Cmd/Ctrl + R)
- Check workspace directory exists
- Restore from backup if needed
Cannot find workspace in switcher
Cannot find workspace in switcher
Cause: Workspace removed or movedSolution:
- Check workspace directory still exists
- Re-add workspace if moved
- Create new workspace if deleted
Next Steps
Workspace Settings
Configure workspace preferences
Git Sync
Set up Git synchronization
Keyboard Shortcuts
Learn all keyboard shortcuts
Data Management
Understand workspace data storage