context-switch-cli
Version:
CLI-based to-do list for probably-overworked nerds.
38 lines (25 loc) • 451 B
Markdown
# 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
```