hiiro 0.1.136 → 0.1.137

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 771ab234e04048e9c86898f2d8e2a265e7323d2876e1bdcde7a4c72653b09cae
4
- data.tar.gz: 7ccfb6999f64c47f10d055aa9a0c0203695638ba0eaf7ae6c42bc2443dc515b6
3
+ metadata.gz: 3f657563e0930c735ac465e6525a4f09216aa8edcba69cfff1e04c714485fb73
4
+ data.tar.gz: caba47fc17eeb7b66131d664299aaf83d892cf056785e523fc90fd21193b3f8e
5
5
  SHA512:
6
- metadata.gz: 996b6711ffc8758971f864628168965fa4895599360660897e85abde7f4ea16e6bd5b752571ca5e62dc43533794fc5aae0e403c4251a5f4032b13ec4927667f4
7
- data.tar.gz: 17109c5ea9c6fd28188711e2fbaf00ec953be03e42aff5d511e63b99568734f5a40f0bf88b3824941b26c014a4ded5f96a501181da1a997942525780b5b42655
6
+ metadata.gz: 14a2dfa42b189d45320163cdfa370b3c4348337f855f22b5dd4706e9fe876f86d411764d8b6a46a7570ff68f10175fce53977950cbbe613c71ae2b3289d73ecb
7
+ data.tar.gz: 67516ca500a7eb4ccf0b55698d155421ad1ef0a932b5c4c3daa0a1c7ddd878df668ddd9add7688f51dd1d9c02ea3b3f1c402f7f842650811b3077b01ead1fd7d
data/bin/h-jumplist CHANGED
@@ -115,10 +115,10 @@ Hiiro.run(*ARGV) do
115
115
  next
116
116
  end
117
117
 
118
- pane_id = tmux_display('#\{pane_id\}')
119
- window_id = tmux_display('#\{window_id\}')
120
- session_name = tmux_display('#\{session_name\}')
121
- pane_cmd = tmux_display('#\{pane_current_command\}')
118
+ pane_id = tmux_display('#{pane_id}')
119
+ window_id = tmux_display('#{window_id}')
120
+ session_name = tmux_display('#{session_name}')
121
+ pane_cmd = tmux_display('#{pane_current_command}')
122
122
  timestamp = Time.now.to_i.to_s
123
123
 
124
124
  entries = read_entries
@@ -155,10 +155,10 @@ Hiiro.run(*ARGV) do
155
155
 
156
156
  # If at position 0, record current pane first so forward works
157
157
  if pos == 0
158
- pane_id = tmux_display('#\{pane_id\}')
159
- window_id = tmux_display('#\{window_id\}')
160
- session_name = tmux_display('#\{session_name\}')
161
- pane_cmd = tmux_display('#\{pane_current_command\}')
158
+ pane_id = tmux_display('#{pane_id}')
159
+ window_id = tmux_display('#{window_id}')
160
+ session_name = tmux_display('#{session_name}')
161
+ pane_cmd = tmux_display('#{pane_current_command}')
162
162
  timestamp = Time.now.to_i.to_s
163
163
 
164
164
  new_entry = [pane_id, window_id, session_name, timestamp, pane_cmd].join('|')
data/lib/hiiro/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  class Hiiro
2
- VERSION = "0.1.136"
2
+ VERSION = "0.1.137"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hiiro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.136
4
+ version: 0.1.137
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Toyota