hiiro 0.1.229 → 0.1.230
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/bin/h-notify +0 -2
- data/lib/hiiro/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: deca910b037607a912c6aee097095ec1598dd13a449e403a8958cf94abfe675b
|
|
4
|
+
data.tar.gz: 17dd925fba07d3e8b4b827c9fa986f605c7cb37bea25441d5a084d5b2feef701
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ef54e118391b0f7c99a238626ebe005db813cf21fbab0136075d0927c52c464af117368a487c410f786113203b055c0c9a4f8f184f87a639e9b32214a6c728c
|
|
7
|
+
data.tar.gz: f88f14553901994056540f67ba493f2b1b0247fb46355baa66da87856ace0ac949106a68331f0cedd97d6a5496cb910d9451e74a4ed6dea1b9f970fd8b6fa95c
|
data/bin/h-notify
CHANGED
|
@@ -202,8 +202,6 @@ Hiiro.run(*ARGV, tasks: true) do
|
|
|
202
202
|
notify_conf = <<~'CONF'
|
|
203
203
|
# --- Notify hooks (clean up notifications when panes/windows/sessions close) ---
|
|
204
204
|
set-hook -g after-kill-pane "run-shell -b 'h notify remove_pane \#{hook_pane_id}'"
|
|
205
|
-
set-hook -g pane-died "run-shell -b 'h notify remove_pane \#{pane_id}'"
|
|
206
|
-
set-hook -g pane-exited "run-shell -b 'h notify remove_pane \#{pane_id}'"
|
|
207
205
|
set-hook -g window-unlinked "run-shell -b 'h notify remove_window \#{hook_window_id}'"
|
|
208
206
|
set-hook -g session-closed "run-shell -b 'h notify remove_session \#{hook_session_name}'"
|
|
209
207
|
|
data/lib/hiiro/version.rb
CHANGED