https://github.com/daisy/pipeline-ui
A user interface for the DAISY Pipeline 2
https://github.com/daisy/pipeline-ui
Last synced: 2 months ago
JSON representation
A user interface for the DAISY Pipeline 2
- Host: GitHub
- URL: https://github.com/daisy/pipeline-ui
- Owner: daisy
- License: mit
- Created: 2022-04-05T08:51:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-26T06:02:53.000Z (2 months ago)
- Last Synced: 2026-03-26T20:44:02.880Z (2 months ago)
- Language: TypeScript
- Size: 43.2 MB
- Stars: 6
- Watchers: 12
- Forks: 2
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pipeline-ui
A user interface for the DAISY Pipeline 2
## Features
* Easy-to-use desktop application for the powerful [DAISY Pipeline](http://daisy.github.io/pipeline/) engine
* Run multiple jobs in a tabbed interface
* High contrast dark mode available
* Basic [keyboard shortcuts](#keyboard-shortcuts)
## Usage notes
* Download and install the latest [release](https://github.com/daisy/pipeline-ui/releases)
* On Mac computers with Apple silicon chips, you must first [install Rosetta](https://support.apple.com/en-us/102527) before running the Pipeline
* Start the Pipeline App and wait for the Pipeline engine to start
* Choose a script and fill out the appropriate fields
* Run the job and observe its progress and results
## Keyboard shortcuts
### Windows
* `Control` + `N` to add a new job
* `Control` + `R` to run a job
* `Control` + `Tab` and `Shift` + `Control` + `Tab` to move between jobs
* `Control` + `Alt` + `0-9` to access the first 10 tabs quickly (1 = first tab, 0 = tenth tab)
* `Shift` + `Control` + `I` to get job status
* `Control` + `D` to close a job
* `Control` + `W` to close the window
* `Control` + `,` to open the settings dialog
* `Control` + `E` to edit a job
* `Control` + `=` to zoom in
* `Shift` + `Control` + `=` to zoom out
* `Alt` + `Shift` + `Control` + `=` to reset the zoom level
### Mac
* `Command` + `N` to add a new job
* `Command` + `R` to run a job
* `Control` + `Tab` and `Shift` + `Control` + `Tab` to move between jobs
* `Command` + `Alt` + `0-9` to access the first 10 tabs quickly (1 = first tab, 0 = tenth tab)
* `Shift` + `Command` + `I` to get job status
* `Command` + `D` to close a job
* `Command` + `W` to close the window
* `Command` + `,` to open the settings dialog
* `Command` + `E` to edit a job
* `Command` + `+` to zoom in
* `Command` + `-` to zoom out
* `Command` + `0` to reset the zoom level
## Other
See the [developer documentation](https://github.com/daisy/pipeline-ui/wiki/Developer-documentation)