10000 Tags · mklement0/ttab · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mklement0/ttab

Tags

v0.9.0

Toggle v0.9.0's commit message
v0.9.0

  * [enhancement] Thanks to [@HofiOne](https://github.com/HofiOne), `ttab` now supports new macOS-focused options, `-h`, `-v`, `-c`, and `-i`,
    which notably includes support for splitting the current tab horizontally (`-h`) or vertically (`-v`) in iTerm2.
  * [fix] Attempts to use options that are not supported in the target terminal now consistently result in errors.
  * [breaking change] Since `-h` now requests horizontal splitting, it can no longer be used to invoke help; use `--help` instead.

stable

Toggle stable's commit message
v0.9.0

  * [enhancement] Thanks to [@HofiOne](https://github.com/HofiOne), `ttab` now supports new macOS-focused options, `-h`, `-v`, `-c`, and `-i`,
    which notably includes support for splitting the current tab horizontally (`-h`) or vertically (`-v`) in iTerm2.
  * [fix] Attempts to use options that are not supported in the target terminal now consistently result in errors.
  * [breaking change] Since `-h` now requests horizontal splitting, it can no longer be used to invoke help; use `--help` instead.

v0.8.0

Toggle v0.8.0's commit message
v0.8.0

  * [enhancement] New `-l` option / env. var. `TTAB_CMD_DELAY` allows specifying a delay before submitting a startup command to a new tab, to accommodate shells whose initialization-file processing takes a while (iTerminal / iTerm2 only).

v0.7.3

Toggle v0.7.3's commit message
v0.7.3

  * [fix] for #43; the way that keeping the shell alive is emulated in Gnome Terminal now also works when the startup command is aborted with Ctrl-C.

v0.7.2

Toggle v0.7.2's commit message
v0.7.2

  * [fix] for #39; `ttab` now works correctly when iTerm's "Exclude from Dock and ⌘-Tab Application Switcher" preference is enabled, albeit without support for `-g` and `-G`, for technical reasons.

v0.7.1

Toggle v0.7.1's commit message
v0.7.1

  * [fix] Fix for #13: `-g` and `-G` now work in macOS Big Sur too.

v0.7.0

Toggle v0.7.0's commit message
v0.7.0

  * [enhancement] Thanks to @ksvirsky, `ttab` is now also available on Linux, assuming `gnome-terminal` is available.

v0.6.1

Toggle v0.6.1's commit message
v0.6.1

  * [fix] macOS 10.13 (High Sierra compatibility), which makes `-G` work again.

v0.6.0

Toggle v0.6.0's commit message
v0.6.0

  * [enhancement] `-d ''` now prevents `ttab` from implicitly changing to what
    it thinks the working directory should be; useful for creating tabs/windows
    that set their own working directory.

v0.5.1

Toggle v0.5.1's commit message
v0.5.1

  * [doc] Sample command fixed.
  * [dev] Reliability of tests improved.
0