Commit graph

464 commits

Author SHA1 Message Date
Jorge Morante f97187cd93 Revert "handle tab characters properly by prefilling line"
This reverts commit 8451588fd4.
2026-02-13 16:42:15 +00:00
Jorge Morante be6ef53751 updated CHANGELOG.md 2026-01-27 10:00:45 +01:00
Jorge Morante 2239925824 bump version in shard.yml 2026-01-27 09:57:01 +01:00
Bob Cotton 56f493f644
Fix: close stdin before waiting for load-buffer command (#157)
The set_buffer method writes to tmux load-buffer via stdin pipe but
only flushes without closing. Since load-buffer reads until EOF,
the command may not complete properly, especially when using the
-w flag for OSC52 clipboard integration through nested tmux/SSH.

Replacing flush with close signals EOF and allows the command to
complete, ensuring the OSC52 escape sequence is properly sent.
2026-01-11 18:30:09 +00:00
Jorge Morante 3dae735cb3 add SHELL variable to info command, and properly handle unset env vars 2026-01-11 19:27:19 +01:00
Jorge Morante 8451588fd4 handle tab characters properly by prefilling line 2026-01-11 19:07:39 +01:00
Jorge Morante eeb9fc3310 add utf locale to Dockerfile 2026-01-11 19:06:50 +01:00
Jorge Morante 0c118266b8 update issue templte 2026-01-11 18:56:31 +01:00
Jorge Morante 2795f8aaa7 add running_in_specs? flag 2026-01-11 18:54:44 +01:00
Jorge Morante 7fa3cc3a6f run tests within container with "make test" 2026-01-11 18:53:52 +01:00
Jorge Morante 56d447282d updated CHANGELOG.md 2026-01-05 23:20:56 +01:00
Jorge Morante ec73be73c4 bump version in shard.yml 2026-01-05 23:18:51 +01:00
Jorge Morante ff9954563b read default-terminal option instead of forcing tmux-256color 2026-01-05 23:17:51 +01:00
Jorge Morante edd2972a82 default to tmux 3.6a in development 2026-01-05 23:17:27 +01:00
Jorge Morante c07e1baf28 handle case where hint is longer than text to highlight 2026-01-05 23:08:15 +01:00
Jorge Morante 6677dd1701 add new @fingers-enable-bindings option 2025-12-27 18:18:10 +01:00
Jorge Morante d05ec8817f add TERM value to fingers info command 2025-12-27 18:03:59 +01:00
Jorge Morante e3561d5dfa add tmux 3.6a version 2025-12-27 18:03:27 +01:00
Jorge Morante a91fd35bf3 fix colors when for tmux 3.6a and systemd 2025-12-27 18:02:25 +01:00
phucisstupid 9eec2a9d23
fix(README.md): better tmux config syntax (#151) 2025-08-29 12:34:21 +02:00
Jorge Morante 1456f54f21 cleanup outdated comments in src/tmux.cr 2025-08-10 12:19:04 +01:00
Jorge Morante 39c561bac3 remove unused files 2025-08-10 12:18:44 +01:00
Jorge Morante 809422b139 updated CHANGELOG.md 2025-08-04 12:06:47 +02:00
Jorge Morante 8c45c60456 bump version in shard.yml 2025-08-04 12:05:44 +02:00
Jorge Morante 7b46f6cd1c update recipes in TOC 2025-08-04 11:57:05 +02:00
Nao 43f792b8a2
Use pane_current_path with presence when chdir (#150)
If pane_current_path is an empty string, chdir will crash.

The tmux(1) manual describes pane_current_path as "Current path if
available", so pane_current_path should be used with presence, which
returns nil if the string is empty.

Link: 6f9bcb7fee/tmux.1 (L6107)

Signed-off-by: UEDA Naoaki <nao.uedder@gmail.com>
2025-08-04 10:54:11 +01:00
Jorge Morante ea0447f05a fix typo 2025-07-18 09:50:50 +02:00
Jorge Morante ae2e1d5cd3 updated CHANGELOG.md 2025-07-17 09:59:45 +02:00
Jorge Morante 5f0423088c bump version in shard.yml 2025-07-17 09:58:06 +02:00
Jorge Morante d8bb10e2a2 tweaks and documentation to new clipboard option 2025-07-17 09:57:17 +02:00
Alexandre GV. bbf320b0c7
Fix typo in README (#144) 2025-07-17 09:38:34 +02:00
purajit 8431420e34
add config to allow preventing :paste: from affecting system clipboard (#145) 2025-07-17 09:34:58 +02:00
Jorge Morante ea979d5e4a updated CHANGELOG.md 2025-05-18 15:44:14 +02:00
Jorge Morante e5f6fb0690 bump version in shard.yml 2025-05-18 15:43:48 +02:00
Jorge Morante 963ca74c9e fix active pane retrieval when passing a format as target 2025-05-18 15:11:28 +02:00
Jorge Morante e5d8f3ce42 add tmux 3.5a version 2025-05-18 11:17:16 +02:00
Jorge Morante e4b4741f5a updated CHANGELOG.md 2025-04-04 19:05:05 +02:00
Jorge Morante 62ac2ec93a bump version in shard.yml 2025-04-04 19:03:18 +02:00
Jorge Morante d67503fde5 update README.md 2025-04-04 19:01:53 +02:00
Jorge Morante 1dcfc4815f properly restore active pane, regardless of pane format 2025-02-18 17:45:24 +01:00
Jorge Morante f5faacd9da properly handling active pane restore when using pane formats 2025-02-17 10:18:30 +01:00
Jorge Morante fa3947d487 updated CHANGELOG.md 2025-02-06 18:11:02 +01:00
Jorge Morante 1e4708a903 bump version in shard.yml 2025-02-06 18:10:12 +01:00
Jorge Morante 1439a8542b fix :paste: action when not in copy mode hehehehe 2025-02-06 18:10:00 +01:00
Jorge Morante e7a589600c update CHANGELOG.md 2025-02-02 14:33:08 +01:00
Jorge Morante abdaa1eee0 updated CHANGELOG.md 2025-02-02 14:28:05 +01:00
Jorge Morante 2697db501b bump version in shard.yml 2025-02-02 14:24:28 +01:00
Jorge Morante c73bed42ee clarify that crystal compiler is needed to build from source 2025-02-02 14:24:04 +01:00
Jorge Morante 6f99edc1a9 remove old docs/health-check.md file 2025-02-02 14:14:42 +01:00
Jorge Morante 41dbe3dba5 handle blank url in install-wizard.sh 2025-02-02 14:12:46 +01:00