Skip to content

Tags: joshmedeski/t-smart-tmux-session-manager

Tags

v2.11.1

Toggle v2.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: make `.git` in repo url optional (#102)

v2.11.0

Toggle v2.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add separator to distinguish tmux sessions from other results (#…

…101)

v2.10.0

Toggle v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add `git worktree` support (#84)

Add support for naming tmux sessions based off the git worktree root

v2.9.0

Toggle v2.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: exclude current session from session list (#99)

Exclud the current tmux session (if tmux is active), making it easy to switch to the last used session by opening the plugin and hitting enter.

Co-authored-by: Hieu Le <[email protected]>

v2.8.0

Toggle v2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add -r flag for quickly cloning new repos (#95)

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: downgrade to bash v3 (#85)

Downgrades the bash script to be compatible with bash v3

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add startup script (#73)

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add support for customizing default fzf results (#67)

By default, t will display tmux sessions and zoxide results by default. You can change this by setting `@t-fzf-default-results` variable.

v2.4.1

Toggle v2.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: reattaching to git root sessions (#62)

* chore: add words to dictionary
* fix: git root logic when reattaching to existing sessions

v2.4.0

Toggle v2.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add git root session name support (#61)