context-switch-cli
v0.1.0
Published
CLI-based to-do list for probably-overworked nerds.
Maintainers
Readme
Context Switch CLI
CLI-based to-do list for probably-overworked nerds.
Installation
npm install -g context-switch-cliUsage
Run the application:
ctx-switchFeatures
- Persistent storage (saves automatically)
- Undo/Redo functionality
- Keyboard-driven interface
- Auto-save on exit
Development
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build
npm run build