-
v0.4.0 Stable
released this
2024-09-26 21:01:31 -04:00 | 0 commits to main since this releaseAdditions:
- 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
remux-supplemental.zip
1 download · 2.2 KiB
-
remux_linux-x86-64
3 downloads · 438 KiB
- Added working directory flag (
-
v0.3.4 Stable
released this
2024-07-06 20:47:15 -04:00 | 17 commits to main since this releaseMajor 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
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
3 downloads
-
remux_linux-x86-64
8 downloads · 434 KiB
-
v0.2.0 Stable
released this
2024-03-03 19:04:30 -05:00 | 69 commits to main since this releaseFeatures:
attach
,has
, andnew
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
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
12 downloads
-
remux_linux-x86-64
13 downloads · 398 KiB
-
v0.1.3a Stable
released this
2024-02-12 15:29:11 -05:00 | 81 commits to main since this releaseMore release profile optimization, added package information for distribution, and removed dead code.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
3 downloads
-
remux_linux-x86-64
13 downloads · 358 KiB
-
Source code (ZIP)
-
v0.1.2 Stable
released this
2024-02-04 16:19:03 -05:00 | 84 commits to main since this releaseAdded help, version, and nesting flags, and terminal check.
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
3 downloads
-
remux_linux-x86-64
13 downloads · 426 KiB
-
Source code (ZIP)
-
v0.1.0 Stable
released this
2023-06-19 10:48:01 -04:00 | 91 commits to main since this releaseInitial gitea release.
- added commands:
help
,attach
,detach
,has
,list
,new
Downloads
-
Source code (ZIP)
2 downloads
-
Source code (TAR.GZ)
3 downloads
-
remux_linux-x86-64
29 downloads · 422 KiB
-
remux_macos-x86-64
25 downloads · 425 KiB
- added commands: