FFFF
Skip to content

Tags: joshmedeski/sesh

Tags

v2.25.0

Toggle v2.25.0's commit message
Fix deps for window and pane features

v2.24.2

Toggle v2.24.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
🌐 i18n(README): Add the simplified Chinese version of README (#330)

* 🌐 i18n(README): Add the simplified Chinese version of README

* 📝 docs(README): Fix spelling errors and style inconsistencies in README

v2.24.1

Toggle v2.24.1's commit message
Fix man generator

v2.24.0

Toggle v2.24.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add man page generation to build and release pipeline (#341)

Wire the hidden `sesh man` subcommand (provided by fang/mango-cobra)
into the justfile, goreleaser hooks, archives, brew formula, and AUR
package so man pages are built and distributed automatically.

v2.23.0

Toggle v2.23.0's commit message
Create cache layer

v2.22.0

Toggle v2.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add --config/-C global flag for custom config path (#325)

* Add --config/-C global flag for custom config file path

Allow users to specify a custom config file path via --config/-C flag,
enabling use cases like NixOS wrappers, multiple contexts (work/private),
and testing with different configurations.

The flag is pre-parsed from os.Args before the DI graph is constructed,
keeping the existing eager initialization architecture intact.

* Add README instructions for custom config path

* Clean up config flag to work properly

* Refactor DI to lazy construction for --config flag

Replace eager DI in NewRootCommand with lazy construction in each
subcommand's RunE. This eliminates the extractConfigFlag hack in
main.go, makes --config/-C a normal cobra PersistentFlag, and
returns config errors cleanly instead of panicking.

v2.21.0

Toggle v2.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add git bare root namer (#319)

* Add git bare root namer

Detects a bare clone's worktree dir to make root more contextual

* Add tests and properly handle .git and .bare

v2.20.0

Toggle v2.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add blacklist support to all sources (#316)

v2.19.0

Toggle v2.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Hide attached after hiding duplicates

Only hide the attached session after the duplicates have been removed.

v2.18.2

Toggle v2.18.2's commit message
Ensure tmuxinator switches or attaches on connect

0