UNPKG

context-switch-cli

Version:
38 lines (25 loc) 451 B
# Context Switch CLI CLI-based to-do list for probably-overworked nerds. ## Installation ```bash npm install -g context-switch-cli ``` ## Usage Run the application: ```bash ctx-switch ``` ## Features - Persistent storage (saves automatically) - Undo/Redo functionality - Keyboard-driven interface - Auto-save on exit ## Development ```bash # Install dependencies npm install # Run in development mode npm run dev # Build npm run build ```