A super-rad plugin for Oh My Fish.
Open new iTerm, Apple Terminal, Konsole, Gnome Terminal and Guake tabs from the command line.
$ omf install tab
If you use iTerm and your default session profile isn't "Default Session" you can override it in your omf init.fish
:
set -g tab_iterm_profile "MyProfile"
$ tab Opens the current directory in a new tab
$ tab [path] Open PATH in a new tab
$ tab [cmd] Open a new tab and execute CMD
$ tab [path] [cmd] ... You can prolly guess
$ tab [-s|--split] Split the current tab instead of opening a new tab
$ tab [-S|--split-horiz] Split the current tab horizontally.
(Splits are only supported in iTerm at this time)
MIT © Justin Hileman et al