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

Execute a script in a new yakuake tab

License

Notifications You must be signed in to change notification settings

ltworf/ynew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.