TUI wrapper for task-spooler (tsp): table view with ↑/↓ or j/k to select a task and show its full command below.
- Python ≥ 3.9
tspon PATH- Terminal with curses (standard on Linux/macOS)
From Git (recommended):
pip install git+https://github.com/xx025/tspp.gitFrom the project directory:
pip install .Or install from the built wheel/sdist:
pip install dist/tspp-0.1.0-py3-none-any.whl
# or
pip install dist/tspp-0.1.0.tar.gzEditable install (for development):
pip install -e .pip install build
python -m buildOutput: dist/tspp-0.1.0.tar.gz, dist/tspp-0.1.0-py3-none-any.whl
tspp— Show tsp job table and TUI (select row to see full command; q/Enter to quit).tspp <any args>— Forwards totsp(e.g.tspp -S,tspp 1,tspp -w).
- ↑ / ↓ or j / k — Change selection
- q or Enter — Quit
