Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 621 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 621 Bytes

ynew

This is a rather simple script to open a new tab in yakuake, set the name of the tab, run a script, and close the tab when the script terminates.

For example, if you want to ssh to a server called pippo, you can run ynew pippo.

An editor will open, and you can type your command, for example ssh pippo.

After saving the script, running ynew pippo again, will open a new tab named pippo which will contain the ssh session.

Script for bash completion is also provided.

Install

The project has been merged with trabucco: https://github.com/ltworf/trabucco/

This repository is abandoned.