hiiro 0.1.95 → 0.1.96
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-pane +2 -4
- data/bin/h-session +1 -1
- data/bin/h-window +2 -4
- data/lib/hiiro/version.rb +1 -1
- metadata +6 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5450cfebec3d48b73840930020cc106b7427cb42af28fe6ce87d842e61c43753
|
|
4
|
+
data.tar.gz: 0c7c443fbb9b9daa7a21afab10096d9002cf792da385307274d7f2d1d476831a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f8d4a245e4da941b256cef8204d2dc38f8b961bf2e2574acd9d8609d9ac34b0e4d496297cecdb5a0b9cf96a6275c2a88d3ae82dce18f53e3534c74fffa31b922
|
|
7
|
+
data.tar.gz: 7309e51bb04f2f86cb4619c4abc33e92ed74bbf969466d1d0151dc191de5f94a23532f0689658b3943b94dda80fb45edbf3dd811de16d2f5897e55a161395f70
|
data/bin/h-pane
CHANGED
|
@@ -79,10 +79,8 @@ Hiiro.run(*ARGV, plugins: [Pins]) do
|
|
|
79
79
|
target = fuzzyfind_from_map(tmux.panes(all: true).name_map)
|
|
80
80
|
end
|
|
81
81
|
|
|
82
|
-
if target
|
|
83
|
-
|
|
84
|
-
elsif target
|
|
85
|
-
system('tmux', 'select-pane', '-t', target, *args)
|
|
82
|
+
if target
|
|
83
|
+
print target
|
|
86
84
|
end
|
|
87
85
|
}
|
|
88
86
|
|
data/bin/h-session
CHANGED
data/bin/h-window
CHANGED
|
@@ -58,10 +58,8 @@ Hiiro.run(*ARGV, plugins: [Pins]) do
|
|
|
58
58
|
target = fuzzyfind_from_map(tmux.windows(all: true).name_map)
|
|
59
59
|
end
|
|
60
60
|
|
|
61
|
-
if target
|
|
62
|
-
|
|
63
|
-
elsif target
|
|
64
|
-
system('tmux', 'select-window', '-t', target, *args)
|
|
61
|
+
if target
|
|
62
|
+
print target
|
|
65
63
|
end
|
|
66
64
|
}
|
|
67
65
|
|
data/lib/hiiro/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hiiro
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.96
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Joshua Toyota
|
|
8
|
+
autorequire:
|
|
8
9
|
bindir: exe
|
|
9
10
|
cert_chain: []
|
|
10
|
-
date:
|
|
11
|
+
date: 2026-02-17 00:00:00.000000000 Z
|
|
11
12
|
dependencies:
|
|
12
13
|
- !ruby/object:Gem::Dependency
|
|
13
14
|
name: pry
|
|
@@ -135,6 +136,7 @@ metadata:
|
|
|
135
136
|
homepage_uri: https://github.com/unixsuperhero/hiiro
|
|
136
137
|
source_code_uri: https://github.com/unixsuperhero/hiiro
|
|
137
138
|
changelog_uri: https://github.com/unixsuperhero/hiiro/blob/main/CHANGELOG.md
|
|
139
|
+
post_install_message:
|
|
138
140
|
rdoc_options: []
|
|
139
141
|
require_paths:
|
|
140
142
|
- lib
|
|
@@ -149,7 +151,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
149
151
|
- !ruby/object:Gem::Version
|
|
150
152
|
version: '0'
|
|
151
153
|
requirements: []
|
|
152
|
-
rubygems_version: 3.
|
|
154
|
+
rubygems_version: 3.3.7
|
|
155
|
+
signing_key:
|
|
153
156
|
specification_version: 4
|
|
154
157
|
summary: A lightweight CLI framework for Ruby
|
|
155
158
|
test_files: []
|