/plugin-tab

Open the current directory (or any other directory) in a new tab.

Primary LanguageShellMIT LicenseMIT

tab

A super-rad plugin for Oh My Fish.

MIT License Fish Shell Version Oh My Fish Framework


Open new iTerm, Apple Terminal, Konsole, Gnome Terminal and Guake tabs from the command line.

Install

$ 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"

Usage

$ 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)

License

MIT © Justin Hileman et al