• v0.4.0 4f76590930

    v0.4.0 Stable

    valerie released this 2024-09-26 21:01:31 -04:00 | 0 commits to main since this release

    Additions:

    • Added working directory flag (-D)

    Fixes:

    • Inner tmux errors are now silent
    • Error messages print to stderr rather than stdout

    Improvements:

    • list command now supports the quiet flag
    • list command now has a search mode that lists matching session titles
    • list command now denotes the previous session if there is one
    • Repository search can now be configured with the REMUX_REPO_NAME environment variable
    • switch command now defaults to previous session
    • switch command now supports detach flag

    Supplemental:

    • Created bash completion function
    • Updated manual
    Downloads
  • v0.3.4 449921656c

    v0.3.4 Stable

    valerie released this 2024-07-06 20:47:15 -04:00 | 17 commits to main since this release

    Major usability update: added a few new commands, the context action, and made general improvements to existing commands and codebase.

    General:

    • Updated dependencies
    • Major refactor to improve & centralize handling of program state
    • Help text additions and corrections
    • Nesting behavior and errors are more clear
    • Created a man page

    Commands:

    • Added a context action; running with no arguments (remux [flags]) now defaults to a context action (attach → new → list)
    • Added 'switch' command for switching between sessions
    • Added 'path' command for getting session path
    • Added 'title' command for getting session title
    • 'list' command now marks the current session
    • 'list' command extra symbols (current/attached) are now configurable with environment variables
    • 'new' command can now auto-name the initial window if an environment variable is set
    • 'new' command refuses to create duplicate sessions
    Downloads
  • v0.2.0 407d77812a

    v0.2.0 Stable

    valerie released this 2024-03-03 19:04:30 -05:00 | 69 commits to main since this release

    Features:

    • attach, has, and new commands now default to the name of the repository they're run in if no session title is provided.

    Fixes:

    • Nesting flag is now explained in help text.

    Misc.:

    • Minor refactors for reused code.
    Downloads
  • v0.1.3a 29a51da6bb

    v0.1.3a Stable

    valerie released this 2024-02-12 15:29:11 -05:00 | 81 commits to main since this release

    More release profile optimization, added package information for distribution, and removed dead code.

    Downloads
  • v0.1.2 a81226c79c

    v0.1.2 Stable

    valerie released this 2024-02-04 16:19:03 -05:00 | 84 commits to main since this release

    Added help, version, and nesting flags, and terminal check.

    Downloads
  • v0.1.0 309f4326aa

    v0.1.0 Stable

    valerie released this 2023-06-19 10:48:01 -04:00 | 91 commits to main since this release

    Initial gitea release.

    • added commands: help, attach, detach, has, list, new
    Downloads