-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create multiple tabs and run a command in each tab? #42
Comments
Check out https://github.com/mina86/urxvt-tabbedex/tree/experimental branch. It has an experimental feature which allows you to get custom commands in subsequent tabs. The feature to run multiple tabs at start-up is missing though. |
@mina86, why you don't merge this changes to master branch? |
It’s only partial solution and more importantly I haven’t tested and thought it through just yet. In particular, while environment variable does the job, maybe there’s some better way of achieving the same result? Some more generic way for tab’s content to get information from tabbedex. |
I’ve pushed a feature where
The feature is available at https://github.com/mina86/urxvt-tabbedex/tree/experimental and with it, I’ll probably deprecate the |
I’ve ended up going with a bit different approach but one which lets you achieve result similar to what I’ve described above. See https://github.com/mina86/urxvt-tabbedex/blob/master/command-runner.sample which describes how different commands can be achieved. There still is no way to start multiple tabs at once though. |
A similar request was made here:
Start a number of preset tabs running a comand
#12
I'd like to know if it's possible to create a new tab,
and send a command to the tab. Any command --
ls, vim, emacs, etc.
For example, if you want to automate your setup
and not have to create the terminals by hand every time
you log in, you could create a perl extension using
tabbedex's functionality.
This is the basic idea:
It would be useful to be able to do this, and it seems
like a feature that would be a great enhancement to
the functionality of tabbedex.
The text was updated successfully, but these errors were encountered: