Tired of opening terminals and typing commands? Jumpstart your work.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
grisel-davy a09bdf7065 Merge branch 'master' of ssh://gitea.auro.re:2222/grisel-davy/jumpstart 3 years ago
templates Initial commit, script, params and template 3 years ago
README.md Add 'README.md' 3 years ago
jumpstart.py Add arguments 3 years ago
params_default.json Initial commit, script, params and template 3 years ago

README.md

Jumpstart

Jumpstart is a python script for opening a set of terminal prompt at specific locations and execute scpecific commands. This script is tailored for the Tilit terminal emulator and will not work with other terminal emulators. This script is meant to remove the minor but existing pain of recreating a work environment again and again. I did not find any other script to do that, but if it exists let me know.

Use

Jumpstart will execute an arbitrary number of tilix commands based on the specified template choosen. The parameters needed for the positions of the windows are stored in the params_default.json file. The templates are stored in the template\ folder. The parameters of the templates are:

  • name: the name of the window.
  • dir: the directory to move in before executing the command.
  • dimensions_rel: the relatives dimensions of the window (top/bottom/right/left/half_width/half_height).
  • dimensions_abs: Absolute dimensions of the window in row, collumns and pixel positions.
  • command: Command to execute in the window.