hiiro 0.1.248 → 0.1.249
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-claude +13 -0
- data/doc/App.html +1049 -0
- data/doc/BranchManager.html +1029 -0
- data/doc/CLAUDE_md.html +1133 -0
- data/doc/Directory.html +908 -0
- data/doc/Environment.html +1675 -0
- data/doc/Gemfile.html +720 -0
- data/doc/Gemfile_lock.html +765 -0
- data/doc/Hiiro/AnyStruct.html +1054 -0
- data/doc/Hiiro/App.html +1065 -0
- data/doc/Hiiro/AppFiles.html +1250 -0
- data/doc/Hiiro/Args.html +1111 -0
- data/doc/Hiiro/Bins.html +1041 -0
- data/doc/Hiiro/Config.html +1078 -0
- data/doc/Hiiro/Environment.html +1689 -0
- data/doc/Hiiro/Fuzzyfind.html +1025 -0
- data/doc/Hiiro/Git/Branch.html +1424 -0
- data/doc/Hiiro/Git/Branches.html +1644 -0
- data/doc/Hiiro/Git/Pr.html +1658 -0
- data/doc/Hiiro/Git/Remote.html +1413 -0
- data/doc/Hiiro/Git/Worktree.html +1243 -0
- data/doc/Hiiro/Git/Worktrees.html +1658 -0
- data/doc/Hiiro/Git.html +2502 -0
- data/doc/Hiiro/Glob.html +867 -0
- data/doc/Hiiro/Matcher/Item.html +948 -0
- data/doc/Hiiro/Matcher/PathResult.html +1442 -0
- data/doc/Hiiro/Matcher/Result.html +1500 -0
- data/doc/Hiiro/Matcher.html +1825 -0
- data/doc/Hiiro/Notification.html +1263 -0
- data/doc/Hiiro/Options/Args.html +1563 -0
- data/doc/Hiiro/Options/Definition.html +1347 -0
- data/doc/Hiiro/Options.html +1381 -0
- data/doc/Hiiro/Paths/Symlink.html +1327 -0
- data/doc/Hiiro/Paths.html +1076 -0
- data/doc/Hiiro/Queue/Prompt.html +1286 -0
- data/doc/Hiiro/Queue.html +2491 -0
- data/doc/Hiiro/Rbenv.html +1445 -0
- data/doc/Hiiro/RunnerTool.html +1483 -0
- data/doc/Hiiro/Runners/Bin.html +1324 -0
- data/doc/Hiiro/Runners/Subcommand.html +1417 -0
- data/doc/Hiiro/Runners.html +1609 -0
- data/doc/Hiiro/ServiceManager.html +2577 -0
- data/doc/Hiiro/Shell.html +964 -0
- data/doc/Hiiro/SparseGroups.html +930 -0
- data/doc/Hiiro/Tags.html +1183 -0
- data/doc/Hiiro/Task.html +1447 -0
- data/doc/Hiiro/TaskManager/Config.html +1125 -0
- data/doc/Hiiro/TaskManager.html +2581 -0
- data/doc/Hiiro/Tasks.html +1256 -0
- data/doc/Hiiro/Tmux/Buffer.html +1317 -0
- data/doc/Hiiro/Tmux/Buffers.html +1423 -0
- data/doc/Hiiro/Tmux/Pane.html +1760 -0
- data/doc/Hiiro/Tmux/Panes.html +1646 -0
- data/doc/Hiiro/Tmux/Session.html +1634 -0
- data/doc/Hiiro/Tmux/Sessions.html +1466 -0
- data/doc/Hiiro/Tmux/Window.html +1604 -0
- data/doc/Hiiro/Tmux/Windows.html +1558 -0
- data/doc/Hiiro/Tmux.html +3382 -0
- data/doc/Hiiro/TodoItem.html +1595 -0
- data/doc/Hiiro/TodoManager.html +1960 -0
- data/doc/Hiiro/Tree.html +1222 -0
- data/doc/Hiiro.html +4046 -0
- data/doc/LICENSE.html +719 -0
- data/doc/LinkManager/Link.html +1206 -0
- data/doc/LinkManager.html +1524 -0
- data/doc/Notify.html +1011 -0
- data/doc/Object.html +2248 -0
- data/doc/PinnedPRManager.html +2218 -0
- data/doc/Pins/Pin.html +1683 -0
- data/doc/Pins.html +1014 -0
- data/doc/Project.html +1101 -0
- data/doc/README_md.html +1180 -0
- data/doc/Rakefile.html +722 -0
- data/doc/String.html +858 -0
- data/doc/TODO_md.html +741 -0
- data/doc/Task.html +1334 -0
- data/doc/TaskManager/Config.html +1119 -0
- data/doc/TaskManager.html +2353 -0
- data/doc/Tasks.html +1176 -0
- data/doc/TmuxSession.html +1080 -0
- data/doc/Tree.html +1206 -0
- data/doc/created.rid +193 -0
- data/doc/css/rdoc.css +1955 -0
- data/doc/demo_sh.html +830 -0
- data/doc/docs/README_md.html +877 -0
- data/doc/docs/docker-testing-guide_md.html +1335 -0
- data/doc/docs/h-buffer_md.html +828 -0
- data/doc/docs/h-pane_md.html +890 -0
- data/doc/docs/h-plugin_md.html +796 -0
- data/doc/docs/h-session_md.html +850 -0
- data/doc/docs/h-window_md.html +875 -0
- data/doc/h-tmux-plugins_tmux.html +729 -0
- data/doc/index.html +710 -0
- data/doc/js/aliki.js +511 -0
- data/doc/js/bash_highlighter.js +167 -0
- data/doc/js/c_highlighter.js +299 -0
- data/doc/js/search_controller.js +129 -0
- data/doc/js/search_data.js +1 -0
- data/doc/js/search_navigation.js +105 -0
- data/doc/js/search_ranker.js +239 -0
- data/doc/js/theme-toggle.js +112 -0
- data/doc/notes.html +936 -0
- data/doc/obsidian_slides_md.html +925 -0
- data/doc/record-demo_sh.html +819 -0
- data/doc/script/compare.html +725 -0
- data/doc/script/install.html +727 -0
- data/doc/script/sync.html +817 -0
- data/doc/script/test.html +713 -0
- data/doc/script/update.html +715 -0
- data/doc/slides_md.html +894 -0
- data/lib/hiiro/any_struct.rb +19 -19
- data/lib/hiiro/version.rb +1 -1
- data/script/publish +16 -1
- metadata +110 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4040e9444ef95b5dc0aa7e79e77f8acfea1f6aa3da242af4f906158c121d3adb
|
|
4
|
+
data.tar.gz: ae7cd71d91a33ad50dd5f0816191b3fb6b8f140720c6c91871a0825b0399e5a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2dcd582b2686ed16f09be5833d9c58096b95915f5aa7a90e3fa678fa247e1cb5032357ea64ce7ce9ee79df98cd97192ea5409ede5af70e3ae30996e9040aa4a1
|
|
7
|
+
data.tar.gz: b49f7437e4fa23efd18577f8469efc9b609b5b7af3b5ead4b73130f2ca5c3077436cefdaa3ef767a3def16ee40d87241e8dd58d4d9669879003d781e47a9c3ba
|
data/bin/h-claude
CHANGED
|
@@ -91,6 +91,19 @@ Hiiro.run(*ARGV, plugins: [Pins]) {
|
|
|
91
91
|
IO.popen(['claude', '-p'], 'w') { |io| io.write(prompt) }
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
+
add_subcmd(:new) { |*args|
|
|
95
|
+
tmpfile = Tempfile.new(['claude-new-', '.md'])
|
|
96
|
+
tmpfile.close
|
|
97
|
+
edit_files(tmpfile.path)
|
|
98
|
+
prompt = File.read(tmpfile.path).strip
|
|
99
|
+
tmpfile.unlink
|
|
100
|
+
if prompt.empty?
|
|
101
|
+
puts "Aborted (empty file)"
|
|
102
|
+
next
|
|
103
|
+
end
|
|
104
|
+
exec('claude', '--allow-dangerously-skip-permissions', prompt)
|
|
105
|
+
}
|
|
106
|
+
|
|
94
107
|
add_subcmd(:loop) { |*args|
|
|
95
108
|
separator = "-" * 72
|
|
96
109
|
history = []
|