Commit graph

496 commits

Author SHA1 Message Date
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
Jorge Morante bbbca3cd4d send cancel first and then paste in :paste: action 2025-02-02 14:11:05 +01:00
twio142 a668575a13
Quit copy mode after pasting in :paste:; exclude single quotes from URL pattern (#136)
- improve ':paste:' by quitting copy mode after pasting
- exclude single quotes from url
2025-02-02 14:09:23 +01:00
Morantron d04a1185e8
Merge pull request #134 from step-/patch-1
fix: typos in README.md
2025-01-03 16:33:48 +01:00
step 33df35c406
fix: typos in README.md 2024-12-29 23:47:31 +01:00
Jorge Morante e2283d61e4 updated CHANGELOG.md 2024-12-10 11:15:00 +01:00
Jorge Morante 10deafaa5e bump version in shard.yml 2024-12-10 11:14:43 +01:00
Jorge Morante 645f92e26e fix ActionRunner#paste 2024-12-10 11:14:19 +01:00
Jorge Morante 75f0c7c53f updated CHANGELOG.md 2024-12-09 21:47:14 +01:00
Jorge Morante 316a1dfa9f bump version in shard.yml 2024-12-09 21:40:51 +01:00
Jorge Morante e52717b1af add documentation for @fingers-cli and new action flags 2024-12-09 21:30:58 +01:00
Jorge Morante 6ccfeb7b87 handle edge case in ActionRunner 2024-12-09 21:14:21 +01:00
Jorge Morante c174b1919d change log location in development 2024-12-09 21:13:47 +01:00
Jorge Morante 8698822653 fix teardown 2024-12-09 09:44:19 +01:00
Jorge Morante 09e7c1791e add help flag to start command 2024-11-28 11:52:56 +01:00
Jorge Morante c694c1a8dd add ISSUE_TEMPLATE 2024-11-28 11:31:24 +01:00
Jorge Morante 33e2f0e0e2 add info command 2024-11-28 11:20:45 +01:00
Jorge Morante ab8c4be8c0 use crystal 1.14 2024-11-10 15:21:24 +01:00
Jorge Morante 5ec5977201 remove TODO 2024-11-05 18:09:31 +01:00