@fredlackey/devutils 0.0.1 → 0.0.3

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.
Files changed (259) hide show
  1. package/README.md +5 -5
  2. package/package.json +1 -1
  3. package/src/commands/install.js +374 -36
  4. package/src/installs/adobe-creative-cloud.js +527 -25
  5. package/src/installs/adobe-creative-cloud.md +605 -0
  6. package/src/installs/appcleaner.js +303 -26
  7. package/src/installs/appcleaner.md +699 -0
  8. package/src/installs/apt-transport-https.js +390 -0
  9. package/src/installs/apt-transport-https.md +678 -0
  10. package/src/installs/atomicparsley.js +624 -26
  11. package/src/installs/atomicparsley.md +795 -0
  12. package/src/installs/aws-cli.js +779 -26
  13. package/src/installs/aws-cli.md +727 -0
  14. package/src/installs/balena-etcher.js +688 -26
  15. package/src/installs/balena-etcher.md +761 -0
  16. package/src/installs/bambu-studio.js +912 -26
  17. package/src/installs/bambu-studio.md +780 -0
  18. package/src/installs/bash-completion.js +554 -23
  19. package/src/installs/bash-completion.md +833 -0
  20. package/src/installs/bash.js +399 -26
  21. package/src/installs/bash.md +993 -0
  22. package/src/installs/beyond-compare.js +585 -26
  23. package/src/installs/beyond-compare.md +813 -0
  24. package/src/installs/build-essential.js +511 -26
  25. package/src/installs/build-essential.md +977 -0
  26. package/src/installs/ca-certificates.js +618 -0
  27. package/src/installs/ca-certificates.md +937 -0
  28. package/src/installs/caffeine.js +490 -26
  29. package/src/installs/caffeine.md +839 -0
  30. package/src/installs/camtasia.js +577 -25
  31. package/src/installs/camtasia.md +762 -0
  32. package/src/installs/chatgpt.js +458 -26
  33. package/src/installs/chatgpt.md +814 -0
  34. package/src/installs/chocolatey.js +447 -0
  35. package/src/installs/chocolatey.md +661 -0
  36. package/src/installs/chrome-canary.js +472 -26
  37. package/src/installs/chrome-canary.md +641 -0
  38. package/src/installs/chromium.js +645 -26
  39. package/src/installs/chromium.md +838 -0
  40. package/src/installs/claude-code.js +558 -26
  41. package/src/installs/claude-code.md +1173 -0
  42. package/src/installs/curl.js +361 -26
  43. package/src/installs/curl.md +714 -0
  44. package/src/installs/cursor.js +561 -26
  45. package/src/installs/cursor.md +970 -0
  46. package/src/installs/dbschema.js +674 -26
  47. package/src/installs/dbschema.md +925 -0
  48. package/src/installs/dependencies.md +435 -0
  49. package/src/installs/development-tools.js +600 -0
  50. package/src/installs/development-tools.md +977 -0
  51. package/src/installs/docker.js +1010 -25
  52. package/src/installs/docker.md +1109 -0
  53. package/src/installs/drawio.js +1001 -26
  54. package/src/installs/drawio.md +795 -0
  55. package/src/installs/elmedia-player.js +328 -25
  56. package/src/installs/elmedia-player.md +556 -0
  57. package/src/installs/ffmpeg.js +870 -25
  58. package/src/installs/ffmpeg.md +852 -0
  59. package/src/installs/file.js +464 -0
  60. package/src/installs/file.md +987 -0
  61. package/src/installs/gemini-cli.js +793 -26
  62. package/src/installs/gemini-cli.md +1153 -0
  63. package/src/installs/git.js +382 -26
  64. package/src/installs/git.md +907 -0
  65. package/src/installs/gitego.js +931 -26
  66. package/src/installs/gitego.md +1172 -0
  67. package/src/installs/go.js +913 -26
  68. package/src/installs/go.md +958 -0
  69. package/src/installs/google-chrome.js +801 -25
  70. package/src/installs/google-chrome.md +862 -0
  71. package/src/installs/gpg.js +412 -73
  72. package/src/installs/gpg.md +1056 -0
  73. package/src/installs/homebrew.js +1015 -26
  74. package/src/installs/homebrew.md +988 -0
  75. package/src/installs/imageoptim.js +950 -26
  76. package/src/installs/imageoptim.md +1119 -0
  77. package/src/installs/installers.json +2297 -0
  78. package/src/installs/jq.js +382 -26
  79. package/src/installs/jq.md +809 -0
  80. package/src/installs/keyboard-maestro.js +701 -26
  81. package/src/installs/keyboard-maestro.md +825 -0
  82. package/src/installs/latex.js +771 -26
  83. package/src/installs/latex.md +1095 -0
  84. package/src/installs/lftp.js +338 -26
  85. package/src/installs/lftp.md +907 -0
  86. package/src/installs/lsb-release.js +346 -0
  87. package/src/installs/lsb-release.md +814 -0
  88. package/src/installs/messenger.js +829 -26
  89. package/src/installs/messenger.md +900 -0
  90. package/src/installs/microsoft-office.js +550 -26
  91. package/src/installs/microsoft-office.md +760 -0
  92. package/src/installs/microsoft-teams.js +782 -25
  93. package/src/installs/microsoft-teams.md +886 -0
  94. package/src/installs/node.js +886 -26
  95. package/src/installs/node.md +1153 -0
  96. package/src/installs/nordpass.js +698 -26
  97. package/src/installs/nordpass.md +921 -0
  98. package/src/installs/nvm.js +977 -26
  99. package/src/installs/nvm.md +1057 -0
  100. package/src/installs/openssh.js +734 -64
  101. package/src/installs/openssh.md +1056 -0
  102. package/src/installs/pandoc.js +644 -26
  103. package/src/installs/pandoc.md +1036 -0
  104. package/src/installs/pinentry.js +492 -26
  105. package/src/installs/pinentry.md +1142 -0
  106. package/src/installs/pngyu.js +851 -26
  107. package/src/installs/pngyu.md +896 -0
  108. package/src/installs/postman.js +781 -26
  109. package/src/installs/postman.md +940 -0
  110. package/src/installs/procps.js +425 -0
  111. package/src/installs/procps.md +851 -0
  112. package/src/installs/safari-tech-preview.js +355 -25
  113. package/src/installs/safari-tech-preview.md +533 -0
  114. package/src/installs/sfnt2woff.js +640 -26
  115. package/src/installs/sfnt2woff.md +795 -0
  116. package/src/installs/shellcheck.js +463 -26
  117. package/src/installs/shellcheck.md +1005 -0
  118. package/src/installs/slack.js +722 -25
  119. package/src/installs/slack.md +865 -0
  120. package/src/installs/snagit.js +566 -25
  121. package/src/installs/snagit.md +844 -0
  122. package/src/installs/software-properties-common.js +372 -0
  123. package/src/installs/software-properties-common.md +805 -0
  124. package/src/installs/spotify.js +858 -25
  125. package/src/installs/spotify.md +901 -0
  126. package/src/installs/studio-3t.js +803 -26
  127. package/src/installs/studio-3t.md +918 -0
  128. package/src/installs/sublime-text.js +780 -25
  129. package/src/installs/sublime-text.md +914 -0
  130. package/src/installs/superwhisper.js +687 -25
  131. package/src/installs/superwhisper.md +630 -0
  132. package/src/installs/tailscale.js +727 -26
  133. package/src/installs/tailscale.md +1100 -0
  134. package/src/installs/tar.js +389 -0
  135. package/src/installs/tar.md +946 -0
  136. package/src/installs/termius.js +780 -26
  137. package/src/installs/termius.md +844 -0
  138. package/src/installs/terraform.js +761 -26
  139. package/src/installs/terraform.md +899 -0
  140. package/src/installs/tidal.js +752 -25
  141. package/src/installs/tidal.md +864 -0
  142. package/src/installs/tmux.js +328 -26
  143. package/src/installs/tmux.md +1030 -0
  144. package/src/installs/tree.js +393 -26
  145. package/src/installs/tree.md +833 -0
  146. package/src/installs/unzip.js +460 -0
  147. package/src/installs/unzip.md +879 -0
  148. package/src/installs/vim.js +403 -26
  149. package/src/installs/vim.md +1040 -0
  150. package/src/installs/vlc.js +803 -26
  151. package/src/installs/vlc.md +927 -0
  152. package/src/installs/vscode.js +825 -26
  153. package/src/installs/vscode.md +1002 -0
  154. package/src/installs/wget.js +415 -0
  155. package/src/installs/wget.md +791 -0
  156. package/src/installs/whatsapp.js +710 -25
  157. package/src/installs/whatsapp.md +854 -0
  158. package/src/installs/winpty.js +352 -0
  159. package/src/installs/winpty.md +620 -0
  160. package/src/installs/woff2.js +535 -26
  161. package/src/installs/woff2.md +977 -0
  162. package/src/installs/wsl.js +572 -0
  163. package/src/installs/wsl.md +699 -0
  164. package/src/installs/xcode-clt.js +520 -0
  165. package/src/installs/xcode-clt.md +351 -0
  166. package/src/installs/xcode.js +542 -26
  167. package/src/installs/xcode.md +573 -0
  168. package/src/installs/yarn.js +806 -26
  169. package/src/installs/yarn.md +1074 -0
  170. package/src/installs/yq.js +636 -26
  171. package/src/installs/yq.md +944 -0
  172. package/src/installs/yt-dlp.js +683 -26
  173. package/src/installs/yt-dlp.md +946 -0
  174. package/src/installs/yum-utils.js +297 -0
  175. package/src/installs/yum-utils.md +648 -0
  176. package/src/installs/zoom.js +740 -25
  177. package/src/installs/zoom.md +884 -0
  178. package/src/scripts/README.md +567 -45
  179. package/src/scripts/STATUS.md +208 -0
  180. package/src/scripts/afk.js +395 -7
  181. package/src/scripts/backup-all.js +731 -9
  182. package/src/scripts/backup-source.js +711 -8
  183. package/src/scripts/brewd.js +373 -7
  184. package/src/scripts/brewi.js +505 -9
  185. package/src/scripts/brewr.js +512 -9
  186. package/src/scripts/brews.js +462 -9
  187. package/src/scripts/brewu.js +488 -7
  188. package/src/scripts/c.js +185 -7
  189. package/src/scripts/ccurl.js +325 -8
  190. package/src/scripts/certbot-crontab-init.js +488 -8
  191. package/src/scripts/certbot-init.js +641 -9
  192. package/src/scripts/ch.js +339 -7
  193. package/src/scripts/claude-danger.js +253 -8
  194. package/src/scripts/clean-dev.js +419 -8
  195. package/src/scripts/clear-dns-cache.js +525 -7
  196. package/src/scripts/clone.js +417 -7
  197. package/src/scripts/code-all.js +420 -7
  198. package/src/scripts/count-files.js +195 -8
  199. package/src/scripts/count-folders.js +195 -8
  200. package/src/scripts/count.js +248 -8
  201. package/src/scripts/d.js +203 -7
  202. package/src/scripts/datauri.js +373 -8
  203. package/src/scripts/delete-files.js +363 -7
  204. package/src/scripts/docker-clean.js +410 -8
  205. package/src/scripts/dp.js +426 -7
  206. package/src/scripts/e.js +375 -9
  207. package/src/scripts/empty-trash.js +497 -7
  208. package/src/scripts/evm.js +428 -9
  209. package/src/scripts/fetch-github-repos.js +441 -10
  210. package/src/scripts/get-channel.js +329 -8
  211. package/src/scripts/get-course.js +384 -11
  212. package/src/scripts/get-dependencies.js +290 -9
  213. package/src/scripts/get-folder.js +783 -10
  214. package/src/scripts/get-tunes.js +411 -10
  215. package/src/scripts/get-video.js +352 -9
  216. package/src/scripts/git-backup.js +561 -9
  217. package/src/scripts/git-clone.js +477 -9
  218. package/src/scripts/git-pup.js +303 -7
  219. package/src/scripts/git-push.js +380 -8
  220. package/src/scripts/h.js +607 -9
  221. package/src/scripts/hide-desktop-icons.js +483 -7
  222. package/src/scripts/hide-hidden-files.js +522 -7
  223. package/src/scripts/install-dependencies-from.js +440 -9
  224. package/src/scripts/ips.js +647 -10
  225. package/src/scripts/iso.js +354 -8
  226. package/src/scripts/killni.js +561 -7
  227. package/src/scripts/ll.js +451 -8
  228. package/src/scripts/local-ip.js +310 -8
  229. package/src/scripts/m.js +508 -8
  230. package/src/scripts/map.js +293 -8
  231. package/src/scripts/mkd.js +287 -7
  232. package/src/scripts/ncu-update-all.js +441 -8
  233. package/src/scripts/nginx-init.js +702 -12
  234. package/src/scripts/npmi.js +366 -7
  235. package/src/scripts/o.js +495 -8
  236. package/src/scripts/org-by-date.js +321 -7
  237. package/src/scripts/p.js +208 -7
  238. package/src/scripts/packages.js +313 -8
  239. package/src/scripts/path.js +209 -7
  240. package/src/scripts/ports.js +582 -8
  241. package/src/scripts/q.js +290 -8
  242. package/src/scripts/refresh-files.js +378 -10
  243. package/src/scripts/remove-smaller-files.js +500 -8
  244. package/src/scripts/rename-files-with-date.js +517 -9
  245. package/src/scripts/resize-image.js +523 -9
  246. package/src/scripts/rm-safe.js +653 -8
  247. package/src/scripts/s.js +525 -9
  248. package/src/scripts/set-git-public.js +349 -7
  249. package/src/scripts/show-desktop-icons.js +459 -7
  250. package/src/scripts/show-hidden-files.js +456 -7
  251. package/src/scripts/tpa.js +265 -8
  252. package/src/scripts/tpo.js +264 -7
  253. package/src/scripts/u.js +489 -7
  254. package/src/scripts/vpush.js +422 -8
  255. package/src/scripts/y.js +267 -7
  256. package/src/utils/common/os.js +94 -2
  257. package/src/utils/ubuntu/apt.js +13 -7
  258. package/src/utils/windows/choco.js +82 -26
  259. package/src/utils/windows/winget.js +89 -27
package/src/scripts/h.js CHANGED
@@ -1,24 +1,622 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  /**
4
- * @fileoverview Search command history.
4
+ * h - Search command history
5
+ *
6
+ * Migrated from legacy dotfiles function.
7
+ * Original:
8
+ * h() {
9
+ * grep --color=always "$*" "$HISTFILE" \
10
+ * | less --no-init --raw-control-chars
11
+ * }
12
+ *
13
+ * This script searches the shell command history file for entries matching
14
+ * the specified pattern and displays results with highlighting. The history
15
+ * file location varies by platform and shell:
16
+ * - Bash: ~/.bash_history
17
+ * - Zsh: ~/.zsh_history
18
+ * - PowerShell: (Get-PSReadlineOption).HistorySavePath
19
+ * - CMD: doskey /history (no persistent file)
20
+ *
5
21
  * @module scripts/h
6
22
  */
7
23
 
24
+ const os = require('../utils/common/os');
25
+ const fs = require('fs');
26
+ const path = require('path');
27
+ const { execSync, spawn } = require('child_process');
28
+
29
+ /**
30
+ * Helper function to check if a command exists on the system.
31
+ * Used to detect which pager (less, more) is available.
32
+ *
33
+ * @param {string} cmd - The command name to check
34
+ * @returns {boolean} True if the command exists, false otherwise
35
+ */
36
+ function isCommandAvailable(cmd) {
37
+ try {
38
+ const checkCmd = process.platform === 'win32' ? `where ${cmd}` : `which ${cmd}`;
39
+ execSync(checkCmd, { stdio: 'ignore' });
40
+ return true;
41
+ } catch {
42
+ return false;
43
+ }
44
+ }
45
+
46
+ /**
47
+ * Get the path to the shell history file based on common locations.
48
+ * Checks environment variables first, then falls back to default locations.
49
+ *
50
+ * @returns {string|null} Path to history file, or null if not found
51
+ */
52
+ function getHistoryFilePath() {
53
+ const homeDir = os.getHomeDir();
54
+
55
+ // Check HISTFILE environment variable first (bash/zsh set this)
56
+ if (process.env.HISTFILE && fs.existsSync(process.env.HISTFILE)) {
57
+ return process.env.HISTFILE;
58
+ }
59
+
60
+ // Common history file locations in order of preference
61
+ const historyFiles = [
62
+ // Zsh history
63
+ path.join(homeDir, '.zsh_history'),
64
+ // Bash history
65
+ path.join(homeDir, '.bash_history'),
66
+ // Fish history
67
+ path.join(homeDir, '.local', 'share', 'fish', 'fish_history'),
68
+ // Alternative zsh locations
69
+ path.join(homeDir, '.zhistory'),
70
+ path.join(homeDir, '.histfile')
71
+ ];
72
+
73
+ // Return the first history file that exists
74
+ for (const histFile of historyFiles) {
75
+ if (fs.existsSync(histFile)) {
76
+ return histFile;
77
+ }
78
+ }
79
+
80
+ return null;
81
+ }
82
+
83
+ /**
84
+ * Escape special regex characters in the search pattern.
85
+ * This allows users to search for literal strings containing special characters.
86
+ *
87
+ * @param {string} pattern - The raw search pattern
88
+ * @returns {string} Pattern with regex special characters escaped
89
+ */
90
+ function escapeRegex(pattern) {
91
+ return pattern.replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
92
+ }
93
+
94
+ /**
95
+ * Highlight matching text in a line using ANSI color codes.
96
+ * Wraps matches in red/bold for visibility.
97
+ *
98
+ * @param {string} line - The line of text to highlight
99
+ * @param {RegExp} regex - The regex pattern to match
100
+ * @returns {string} Line with ANSI color codes for matches
101
+ */
102
+ function highlightMatches(line, regex) {
103
+ // ANSI codes: \x1b[1;31m = bold red, \x1b[0m = reset
104
+ return line.replace(regex, '\x1b[1;31m$&\x1b[0m');
105
+ }
106
+
107
+ /**
108
+ * Parse zsh history format which includes timestamps.
109
+ * Zsh extended history format: ": timestamp:0;command"
110
+ *
111
+ * @param {string} line - A line from the zsh history file
112
+ * @returns {string} The actual command without metadata
113
+ */
114
+ function parseZshHistoryLine(line) {
115
+ // Zsh extended history format: ": 1234567890:0;command"
116
+ const match = line.match(/^:\s*\d+:\d+;(.*)$/);
117
+ if (match) {
118
+ return match[1];
119
+ }
120
+ return line;
121
+ }
122
+
123
+ /**
124
+ * Determine if the history file appears to be zsh format.
125
+ * Zsh extended history has lines starting with ": timestamp:0;"
126
+ *
127
+ * @param {string} content - The history file content
128
+ * @returns {boolean} True if zsh format is detected
129
+ */
130
+ function isZshHistoryFormat(content) {
131
+ const lines = content.split('\n').slice(0, 10);
132
+ for (const line of lines) {
133
+ if (line.match(/^:\s*\d+:\d+;/)) {
134
+ return true;
135
+ }
136
+ }
137
+ return false;
138
+ }
139
+
140
+ /**
141
+ * Pure Node.js implementation that works on any platform.
142
+ *
143
+ * Searches the shell history file for lines matching the given pattern
144
+ * and outputs matching lines with the search term highlighted. This
145
+ * implementation works across all platforms where a history file exists.
146
+ *
147
+ * Since there's no interactive pager in pure Node.js, this version
148
+ * prints all results directly. Platform-specific functions may pipe
149
+ * to 'less' or 'more' for better user experience.
150
+ *
151
+ * @param {string[]} args - Command line arguments (search pattern)
152
+ * @returns {Promise<void>}
153
+ */
154
+ async function do_h_nodejs(args) {
155
+ // Combine all arguments into a single search pattern
156
+ // This matches the original behavior: h "git commit" or h git commit
157
+ const searchPattern = args.join(' ');
158
+
159
+ if (!searchPattern) {
160
+ console.error('Usage: h <search-pattern>');
161
+ console.error('');
162
+ console.error('Search your shell command history for matching entries.');
163
+ console.error('');
164
+ console.error('Examples:');
165
+ console.error(' h git commit - Find all git commit commands');
166
+ console.error(' h npm install - Find npm install commands');
167
+ console.error(' h docker - Find all docker-related commands');
168
+ process.exit(1);
169
+ }
170
+
171
+ // Find the history file
172
+ const historyFile = getHistoryFilePath();
173
+
174
+ if (!historyFile) {
175
+ console.error('Error: Could not find shell history file.');
176
+ console.error('');
177
+ console.error('Searched for:');
178
+ console.error(' - $HISTFILE environment variable');
179
+ console.error(' - ~/.zsh_history');
180
+ console.error(' - ~/.bash_history');
181
+ console.error(' - ~/.local/share/fish/fish_history');
182
+ console.error('');
183
+ console.error('Make sure your shell is configured to save history.');
184
+ process.exit(1);
185
+ }
186
+
187
+ // Read the history file
188
+ let content;
189
+ try {
190
+ content = fs.readFileSync(historyFile, 'utf8');
191
+ } catch (error) {
192
+ console.error(`Error: Could not read history file: ${historyFile}`);
193
+ console.error(error.message);
194
+ process.exit(1);
195
+ }
196
+
197
+ // Detect if this is zsh format
198
+ const isZsh = isZshHistoryFormat(content);
199
+
200
+ // Create a case-insensitive regex for matching
201
+ // Use the escaped pattern for literal string matching (safer)
202
+ const escapedPattern = escapeRegex(searchPattern);
203
+ const regex = new RegExp(escapedPattern, 'gi');
204
+
205
+ // Process each line and collect matches
206
+ const lines = content.split('\n');
207
+ const matches = [];
208
+
209
+ for (const line of lines) {
210
+ // Skip empty lines
211
+ if (!line.trim()) {
212
+ continue;
213
+ }
214
+
215
+ // Parse the command from the line (handles zsh timestamp format)
216
+ const command = isZsh ? parseZshHistoryLine(line) : line;
217
+
218
+ // Check if this line matches the pattern
219
+ if (regex.test(command)) {
220
+ // Reset regex lastIndex for the highlight step
221
+ regex.lastIndex = 0;
222
+ // Add the highlighted line to our matches
223
+ matches.push(highlightMatches(command, regex));
224
+ }
225
+
226
+ // Reset regex lastIndex for next iteration
227
+ regex.lastIndex = 0;
228
+ }
229
+
230
+ if (matches.length === 0) {
231
+ console.log(`No matches found for: ${searchPattern}`);
232
+ return;
233
+ }
234
+
235
+ // Output all matching lines
236
+ for (const match of matches) {
237
+ console.log(match);
238
+ }
239
+ }
240
+
241
+ /**
242
+ * Search history on macOS using grep and less.
243
+ *
244
+ * Uses the native grep for pattern matching and less for paging,
245
+ * matching the original dotfiles behavior. Falls back to pure Node.js
246
+ * if grep or less are not available.
247
+ *
248
+ * @param {string[]} args - Command line arguments (search pattern)
249
+ * @returns {Promise<void>}
250
+ */
251
+ async function do_h_macos(args) {
252
+ const searchPattern = args.join(' ');
253
+
254
+ if (!searchPattern) {
255
+ // Delegate to nodejs for help message
256
+ return do_h_nodejs(args);
257
+ }
258
+
259
+ const historyFile = getHistoryFilePath();
260
+
261
+ if (!historyFile) {
262
+ return do_h_nodejs(args);
263
+ }
264
+
265
+ // Check if grep and less are available (they should be on macOS)
266
+ if (!isCommandAvailable('grep') || !isCommandAvailable('less')) {
267
+ // Fall back to Node.js implementation
268
+ return do_h_nodejs(args);
269
+ }
270
+
271
+ try {
272
+ // Use the original approach: grep with colors piped to less
273
+ // --color=always: Enable colors even when piping
274
+ // less --no-init: Don't clear screen after quitting
275
+ // less --raw-control-chars: Display ANSI color codes
276
+ const grepCmd = spawn('grep', ['--color=always', '-i', searchPattern, historyFile], {
277
+ stdio: ['inherit', 'pipe', 'inherit']
278
+ });
279
+
280
+ const lessCmd = spawn('less', ['--no-init', '--raw-control-chars'], {
281
+ stdio: ['pipe', 'inherit', 'inherit']
282
+ });
283
+
284
+ // Pipe grep output to less
285
+ grepCmd.stdout.pipe(lessCmd.stdin);
286
+
287
+ // Handle grep exit (no matches = exit code 1)
288
+ grepCmd.on('close', (code) => {
289
+ if (code === 1) {
290
+ // No matches found - grep returns 1 when no matches
291
+ lessCmd.stdin.end();
292
+ console.log(`No matches found for: ${searchPattern}`);
293
+ }
294
+ });
295
+
296
+ // Wait for less to close
297
+ await new Promise((resolve) => {
298
+ lessCmd.on('close', resolve);
299
+ });
300
+ } catch (error) {
301
+ // Fall back to Node.js implementation
302
+ return do_h_nodejs(args);
303
+ }
304
+ }
305
+
8
306
  /**
9
- * Searches the shell command history for entries matching
10
- * the specified pattern and displays results with highlighting.
307
+ * Search history on Ubuntu using grep and less.
308
+ *
309
+ * Uses the native grep for pattern matching and less for paging,
310
+ * matching the original dotfiles behavior.
11
311
  *
12
- * @param {string[]} args - Command line arguments
13
- * @param {string} args.0 - Search pattern
312
+ * @param {string[]} args - Command line arguments (search pattern)
14
313
  * @returns {Promise<void>}
15
314
  */
16
- async function main(args) {
17
- // TODO: Implement history search
315
+ async function do_h_ubuntu(args) {
316
+ const searchPattern = args.join(' ');
317
+
318
+ if (!searchPattern) {
319
+ return do_h_nodejs(args);
320
+ }
321
+
322
+ const historyFile = getHistoryFilePath();
323
+
324
+ if (!historyFile) {
325
+ return do_h_nodejs(args);
326
+ }
327
+
328
+ // Check if grep and less are available
329
+ if (!isCommandAvailable('grep') || !isCommandAvailable('less')) {
330
+ return do_h_nodejs(args);
331
+ }
332
+
333
+ try {
334
+ const grepCmd = spawn('grep', ['--color=always', '-i', searchPattern, historyFile], {
335
+ stdio: ['inherit', 'pipe', 'inherit']
336
+ });
337
+
338
+ const lessCmd = spawn('less', ['--no-init', '--raw-control-chars'], {
339
+ stdio: ['pipe', 'inherit', 'inherit']
340
+ });
341
+
342
+ grepCmd.stdout.pipe(lessCmd.stdin);
343
+
344
+ grepCmd.on('close', (code) => {
345
+ if (code === 1) {
346
+ lessCmd.stdin.end();
347
+ console.log(`No matches found for: ${searchPattern}`);
348
+ }
349
+ });
350
+
351
+ await new Promise((resolve) => {
352
+ lessCmd.on('close', resolve);
353
+ });
354
+ } catch (error) {
355
+ return do_h_nodejs(args);
356
+ }
357
+ }
358
+
359
+ /**
360
+ * Search history on Raspberry Pi OS.
361
+ *
362
+ * Same approach as Ubuntu since Raspberry Pi OS is Debian-based.
363
+ *
364
+ * @param {string[]} args - Command line arguments (search pattern)
365
+ * @returns {Promise<void>}
366
+ */
367
+ async function do_h_raspbian(args) {
368
+ // Raspberry Pi OS is Debian-based, same approach as Ubuntu
369
+ return do_h_ubuntu(args);
370
+ }
371
+
372
+ /**
373
+ * Search history on Amazon Linux.
374
+ *
375
+ * Amazon Linux has grep and less available by default.
376
+ *
377
+ * @param {string[]} args - Command line arguments (search pattern)
378
+ * @returns {Promise<void>}
379
+ */
380
+ async function do_h_amazon_linux(args) {
381
+ // Amazon Linux has grep and less, use same approach
382
+ return do_h_ubuntu(args);
383
+ }
384
+
385
+ /**
386
+ * Search history on Windows Command Prompt.
387
+ *
388
+ * CMD doesn't have a persistent history file by default.
389
+ * This function explains the limitation and suggests alternatives.
390
+ *
391
+ * @param {string[]} args - Command line arguments (search pattern)
392
+ * @returns {Promise<void>}
393
+ */
394
+ async function do_h_cmd(args) {
395
+ console.log('Note: Windows Command Prompt does not maintain a persistent history file.');
396
+ console.log('');
397
+ console.log('Alternatives:');
398
+ console.log(' - Use PowerShell instead, which has persistent history');
399
+ console.log(' - Press F7 in CMD to see recent commands');
400
+ console.log(' - Use doskey /history to see current session history');
401
+ console.log('');
402
+
403
+ // Try to show current session history using doskey
404
+ if (args.length === 0) {
405
+ console.log('Current session history (doskey /history):');
406
+ try {
407
+ execSync('doskey /history', { stdio: 'inherit' });
408
+ } catch {
409
+ console.log('Could not retrieve doskey history.');
410
+ }
411
+ } else {
412
+ // Try to filter doskey output
413
+ const searchPattern = args.join(' ');
414
+ console.log(`Searching current session for: ${searchPattern}`);
415
+ try {
416
+ execSync(`doskey /history | findstr /i "${searchPattern}"`, { stdio: 'inherit' });
417
+ } catch {
418
+ console.log('No matches found or doskey history unavailable.');
419
+ }
420
+ }
421
+ }
422
+
423
+ /**
424
+ * Search history on Windows PowerShell.
425
+ *
426
+ * PowerShell maintains history in a file specified by PSReadLine.
427
+ * Default location: %APPDATA%\\Microsoft\\Windows\\PowerShell\\PSReadline\\ConsoleHost_history.txt
428
+ *
429
+ * @param {string[]} args - Command line arguments (search pattern)
430
+ * @returns {Promise<void>}
431
+ */
432
+ async function do_h_powershell(args) {
433
+ const searchPattern = args.join(' ');
434
+
435
+ if (!searchPattern) {
436
+ console.error('Usage: h <search-pattern>');
437
+ console.error('');
438
+ console.error('Search your PowerShell command history for matching entries.');
439
+ console.error('');
440
+ console.error('Examples:');
441
+ console.error(' h git commit - Find all git commit commands');
442
+ console.error(' h npm install - Find npm install commands');
443
+ process.exit(1);
444
+ }
445
+
446
+ // PowerShell history file location
447
+ const appData = process.env.APPDATA;
448
+ if (!appData) {
449
+ console.error('Error: APPDATA environment variable not set.');
450
+ return do_h_nodejs(args);
451
+ }
452
+
453
+ const psHistoryFile = path.join(
454
+ appData,
455
+ 'Microsoft',
456
+ 'Windows',
457
+ 'PowerShell',
458
+ 'PSReadLine',
459
+ 'ConsoleHost_history.txt'
460
+ );
461
+
462
+ if (!fs.existsSync(psHistoryFile)) {
463
+ console.error('Error: PowerShell history file not found.');
464
+ console.error(`Expected location: ${psHistoryFile}`);
465
+ console.error('');
466
+ console.error('Make sure PSReadLine is installed and configured.');
467
+ console.error('Run in PowerShell: Get-PSReadLineOption');
468
+ process.exit(1);
469
+ }
470
+
471
+ // Read and search the history file
472
+ let content;
473
+ try {
474
+ content = fs.readFileSync(psHistoryFile, 'utf8');
475
+ } catch (error) {
476
+ console.error(`Error: Could not read history file: ${psHistoryFile}`);
477
+ console.error(error.message);
478
+ process.exit(1);
479
+ }
480
+
481
+ const escapedPattern = escapeRegex(searchPattern);
482
+ const regex = new RegExp(escapedPattern, 'gi');
483
+
484
+ const lines = content.split('\n');
485
+ const matches = [];
486
+
487
+ for (const line of lines) {
488
+ if (!line.trim()) continue;
489
+ if (regex.test(line)) {
490
+ regex.lastIndex = 0;
491
+ matches.push(highlightMatches(line, regex));
492
+ }
493
+ regex.lastIndex = 0;
494
+ }
495
+
496
+ if (matches.length === 0) {
497
+ console.log(`No matches found for: ${searchPattern}`);
498
+ return;
499
+ }
500
+
501
+ // Output matches (no pager in Windows, just print)
502
+ for (const match of matches) {
503
+ console.log(match);
504
+ }
505
+ }
506
+
507
+ /**
508
+ * Search history from Git Bash on Windows.
509
+ *
510
+ * Git Bash uses bash, so it has ~/.bash_history.
511
+ * This uses the same grep/less approach as Unix systems.
512
+ *
513
+ * @param {string[]} args - Command line arguments (search pattern)
514
+ * @returns {Promise<void>}
515
+ */
516
+ async function do_h_gitbash(args) {
517
+ const searchPattern = args.join(' ');
518
+
519
+ if (!searchPattern) {
520
+ return do_h_nodejs(args);
521
+ }
522
+
523
+ const historyFile = getHistoryFilePath();
524
+
525
+ if (!historyFile) {
526
+ return do_h_nodejs(args);
527
+ }
528
+
529
+ // Git Bash has grep and less available
530
+ if (!isCommandAvailable('grep') || !isCommandAvailable('less')) {
531
+ return do_h_nodejs(args);
532
+ }
533
+
534
+ try {
535
+ const grepCmd = spawn('grep', ['--color=always', '-i', searchPattern, historyFile], {
536
+ stdio: ['inherit', 'pipe', 'inherit']
537
+ });
538
+
539
+ const lessCmd = spawn('less', ['--no-init', '--raw-control-chars'], {
540
+ stdio: ['pipe', 'inherit', 'inherit']
541
+ });
542
+
543
+ grepCmd.stdout.pipe(lessCmd.stdin);
544
+
545
+ grepCmd.on('close', (code) => {
546
+ if (code === 1) {
547
+ lessCmd.stdin.end();
548
+ console.log(`No matches found for: ${searchPattern}`);
549
+ }
550
+ });
551
+
552
+ await new Promise((resolve) => {
553
+ lessCmd.on('close', resolve);
554
+ });
555
+ } catch (error) {
556
+ return do_h_nodejs(args);
557
+ }
558
+ }
559
+
560
+ /**
561
+ * Main entry point - detects environment and executes appropriate implementation.
562
+ *
563
+ * The "h" command searches shell command history for entries matching the
564
+ * specified pattern. This is a common developer workflow: quickly finding
565
+ * previously executed commands without scrolling through history manually.
566
+ *
567
+ * The behavior varies slightly by platform:
568
+ * - macOS/Linux: Uses grep with highlighting piped to less for paging
569
+ * - Windows PowerShell: Searches PSReadLine history file
570
+ * - Windows CMD: Limited to current session (doskey)
571
+ * - Git Bash: Uses grep/less like Linux
572
+ *
573
+ * @param {string[]} args - Command line arguments (search pattern)
574
+ * @returns {Promise<void>}
575
+ */
576
+ async function do_h(args) {
577
+ const platform = os.detect();
578
+
579
+ const handlers = {
580
+ 'macos': do_h_macos,
581
+ 'ubuntu': do_h_ubuntu,
582
+ 'debian': do_h_ubuntu,
583
+ 'raspbian': do_h_raspbian,
584
+ 'amazon_linux': do_h_amazon_linux,
585
+ 'rhel': do_h_amazon_linux,
586
+ 'fedora': do_h_ubuntu,
587
+ 'linux': do_h_ubuntu,
588
+ 'wsl': do_h_ubuntu,
589
+ 'cmd': do_h_cmd,
590
+ 'windows': do_h_powershell,
591
+ 'powershell': do_h_powershell,
592
+ 'gitbash': do_h_gitbash
593
+ };
594
+
595
+ const handler = handlers[platform.type];
596
+ if (!handler) {
597
+ console.error(`Platform '${platform.type}' is not supported for this command.`);
598
+ console.error('');
599
+ console.error('Falling back to Node.js implementation...');
600
+ console.error('');
601
+ return do_h_nodejs(args);
602
+ }
603
+
604
+ await handler(args);
18
605
  }
19
606
 
20
- module.exports = { main };
607
+ module.exports = {
608
+ main: do_h,
609
+ do_h,
610
+ do_h_nodejs,
611
+ do_h_macos,
612
+ do_h_ubuntu,
613
+ do_h_raspbian,
614
+ do_h_amazon_linux,
615
+ do_h_cmd,
616
+ do_h_powershell,
617
+ do_h_gitbash
618
+ };
21
619
 
22
620
  if (require.main === module) {
23
- main(process.argv.slice(2));
621
+ do_h(process.argv.slice(2));
24
622
  }