Skip to content

xx025/tspp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tspp

TUI wrapper for task-spooler (tsp): table view with ↑/↓ or j/k to select a task and show its full command below.

Demo

tspp demo

Requirements

  • Python ≥ 3.9
  • tsp on PATH
  • Terminal with curses (standard on Linux/macOS)

Install

From Git (recommended):

pip install git+https://github.com/xx025/tspp.git

From 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.gz

Editable install (for development):

pip install -e .

Build

pip install build
python -m build

Output: dist/tspp-0.1.0.tar.gz, dist/tspp-0.1.0-py3-none-any.whl

Usage

  • tspp — Show tsp job table and TUI (select row to see full command; q/Enter to quit).
  • tspp <any args> — Forwards to tsp (e.g. tspp -S, tspp 1, tspp -w).

Keys

  • ↑ / ↓ or j / k — Change selection
  • q or Enter — Quit

About

TUI wrapper for task-spooler (tsp): table view and full command selection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages