@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
@@ -1,25 +1,533 @@
1
1
  #!/usr/bin/env node
2
2
 
3
3
  /**
4
- * @fileoverview Normalize date-based filenames.
4
+ * rename-files-with-date - Rename files containing dates to a standardized format
5
+ *
6
+ * Migrated from legacy dotfiles alias.
7
+ * Original:
8
+ * rename-files-with-date-in-name() (
9
+ * rename_file() (
10
+ * filePath=$(dirname "${1%/}")
11
+ * fileName=$(basename "$1")
12
+ * newFilePath="${filePath}/$(printf "%s" "$fileName" | sed 's/[^0-9]*\([0-9]\{4\}\)[_-]\{0,1\}\([0-9]\{2\}\)[_-]\{0,1\}\([0-9]\{2\}\)[_-]\{0,1\}\( at \)\{0,1\}\([0-9]\{2\}\)[_.-]\{0,1\}\([0-9]\{2\}\)[_.-]\{0,1\}\([0-9]\{2\}\).*\(\..*\)$/\1-\2-\3 \5.\6.\7\8/')"
13
+ * if [ "$newFilePath" != "$1" ]; then
14
+ * mv -f "$1" "$newFilePath"
15
+ * fi
16
+ * )
17
+ * for filePath in "${@:-.}"; do
18
+ * if [ -d "$filePath" ]; then
19
+ * find "${filePath%/}" -type f -depth 1 -print | while read -r f; do
20
+ * rename_file "$f"
21
+ * done
22
+ * elif [ -f "$filePath" ]; then
23
+ * rename_file "$filePath"
24
+ * fi
25
+ * done
26
+ * )
27
+ *
28
+ * This script renames files containing dates in their filenames to a standardized
29
+ * format: "YYYY-MM-DD HH.MM.SS.ext". It handles various input formats commonly
30
+ * produced by cameras, screenshots, and messaging apps.
31
+ *
32
+ * Supported input formats:
33
+ * - 20200505_050505.dng -> 2020-05-05 05.05.05.dng
34
+ * - Screenshot 2020-01-02 at 03.04.05.png -> 2020-01-02 03.04.05.png
35
+ * - Screenshot_20201010-101010_Something.jpg -> 2020-10-10 10.10.10.jpg
36
+ * - signal-2020-05-06-07-08-09-123.mp4 -> 2020-05-06 07.08.09.mp4
37
+ * - IMG_20201231_235959.jpg -> 2020-12-31 23.59.59.jpg
38
+ * - VID_20201231_235959.mp4 -> 2020-12-31 23.59.59.mp4
39
+ *
40
+ * Usage:
41
+ * rename-files-with-date # Process current directory
42
+ * rename-files-with-date ./photos # Process specific directory
43
+ * rename-files-with-date file1.jpg file2.png # Process specific files
44
+ * rename-files-with-date ./photos ./videos file.jpg # Mix of directories and files
45
+ *
5
46
  * @module scripts/rename-files-with-date
6
47
  */
7
48
 
49
+ const os = require('../utils/common/os');
50
+ const fs = require('fs');
51
+ const path = require('path');
52
+
53
+ /**
54
+ * Regular expression pattern to extract date and time components from filenames.
55
+ *
56
+ * This pattern matches various date/time formats found in filenames:
57
+ * - Prefix: Any non-digit characters (captured to be discarded)
58
+ * - Year: 4 digits (YYYY)
59
+ * - Optional separator: - or _
60
+ * - Month: 2 digits (MM)
61
+ * - Optional separator: - or _
62
+ * - Day: 2 digits (DD)
63
+ * - Optional separator: - or _ or space or space followed by "at "
64
+ * - Hour: 2 digits (HH)
65
+ * - Optional separator: . or - or _
66
+ * - Minute: 2 digits (MM)
67
+ * - Optional separator: . or - or _
68
+ * - Second: 2 digits (SS)
69
+ * - Suffix: Any remaining characters before extension
70
+ * - Extension: .xxx (file extension)
71
+ *
72
+ * Groups:
73
+ * 1: Year (YYYY)
74
+ * 2: Month (MM)
75
+ * 3: Day (DD)
76
+ * 4: Hour (HH)
77
+ * 5: Minute (MM)
78
+ * 6: Second (SS)
79
+ * 7: Extension (including the dot)
80
+ */
81
+ const DATE_PATTERN = /^[^0-9]*(\d{4})[_-]?(\d{2})[_-]?(\d{2})(?:[_-]|\s?at\s|\s)?(\d{2})[._-]?(\d{2})[._-]?(\d{2}).*(\.[^.]+)$/i;
82
+
83
+ /**
84
+ * Attempts to parse a filename and extract date/time components.
85
+ *
86
+ * This function analyzes the filename to find embedded date and time information.
87
+ * If found, it constructs a new standardized filename in the format:
88
+ * "YYYY-MM-DD HH.MM.SS.ext"
89
+ *
90
+ * The function handles various input formats commonly produced by:
91
+ * - Digital cameras (IMG_20201231_235959.jpg)
92
+ * - macOS screenshots (Screenshot 2020-01-02 at 03.04.05.png)
93
+ * - Android screenshots (Screenshot_20201010-101010_App.jpg)
94
+ * - Signal/WhatsApp media (signal-2020-05-06-07-08-09-123.mp4)
95
+ * - Video recordings (VID_20201231_235959.mp4)
96
+ *
97
+ * @param {string} fileName - The original filename (without directory path)
98
+ * @returns {string|null} The new filename if pattern matches, null otherwise
99
+ *
100
+ * @example
101
+ * parseFileName("IMG_20201231_235959.jpg");
102
+ * // Returns: "2020-12-31 23.59.59.jpg"
103
+ *
104
+ * @example
105
+ * parseFileName("readme.txt");
106
+ * // Returns: null (no date pattern found)
107
+ */
108
+ function parseFileName(fileName) {
109
+ const match = fileName.match(DATE_PATTERN);
110
+
111
+ if (!match) {
112
+ // No date pattern found in filename
113
+ return null;
114
+ }
115
+
116
+ // Extract captured groups
117
+ const [, year, month, day, hour, minute, second, extension] = match;
118
+
119
+ // Basic validation of date/time values to catch false positives
120
+ const monthNum = parseInt(month, 10);
121
+ const dayNum = parseInt(day, 10);
122
+ const hourNum = parseInt(hour, 10);
123
+ const minuteNum = parseInt(minute, 10);
124
+ const secondNum = parseInt(second, 10);
125
+
126
+ // Validate ranges (loose validation - we don't check days per month)
127
+ if (monthNum < 1 || monthNum > 12) return null;
128
+ if (dayNum < 1 || dayNum > 31) return null;
129
+ if (hourNum > 23) return null;
130
+ if (minuteNum > 59) return null;
131
+ if (secondNum > 59) return null;
132
+
133
+ // Construct the standardized filename
134
+ // Format: YYYY-MM-DD HH.MM.SS.ext
135
+ const newFileName = `${year}-${month}-${day} ${hour}.${minute}.${second}${extension.toLowerCase()}`;
136
+
137
+ return newFileName;
138
+ }
139
+
140
+ /**
141
+ * Renames a single file if it contains a date pattern in its filename.
142
+ *
143
+ * This function:
144
+ * 1. Extracts the directory and filename from the path
145
+ * 2. Attempts to parse the filename for date components
146
+ * 3. If a date is found, renames the file to the standardized format
147
+ * 4. If the new filename already exists, it skips to avoid overwriting
148
+ * 5. Reports the action taken (renamed, skipped, or no date found)
149
+ *
150
+ * The function is idempotent - running it multiple times on the same file
151
+ * produces the same result. Already-renamed files won't be renamed again.
152
+ *
153
+ * @param {string} filePath - Absolute path to the file to process
154
+ * @returns {{ status: 'renamed'|'skipped'|'exists'|'no-date', oldName: string, newName: string|null }}
155
+ *
156
+ * @example
157
+ * renameFile('/photos/IMG_20201231_235959.jpg');
158
+ * // Returns: { status: 'renamed', oldName: 'IMG_20201231_235959.jpg', newName: '2020-12-31 23.59.59.jpg' }
159
+ */
160
+ function renameFile(filePath) {
161
+ const dirPath = path.dirname(filePath);
162
+ const fileName = path.basename(filePath);
163
+
164
+ // Attempt to parse the filename for date components
165
+ const newFileName = parseFileName(fileName);
166
+
167
+ // If no date pattern found, nothing to do
168
+ if (!newFileName) {
169
+ return {
170
+ status: 'no-date',
171
+ oldName: fileName,
172
+ newName: null
173
+ };
174
+ }
175
+
176
+ // If the filename is already in the correct format, skip it
177
+ if (newFileName === fileName) {
178
+ return {
179
+ status: 'skipped',
180
+ oldName: fileName,
181
+ newName: newFileName
182
+ };
183
+ }
184
+
185
+ // Construct the new full path
186
+ const newFilePath = path.join(dirPath, newFileName);
187
+
188
+ // Check if a file with the new name already exists
189
+ // This prevents accidental data loss from overwriting
190
+ if (fs.existsSync(newFilePath)) {
191
+ return {
192
+ status: 'exists',
193
+ oldName: fileName,
194
+ newName: newFileName
195
+ };
196
+ }
197
+
198
+ // Perform the rename operation
199
+ try {
200
+ fs.renameSync(filePath, newFilePath);
201
+ return {
202
+ status: 'renamed',
203
+ oldName: fileName,
204
+ newName: newFileName
205
+ };
206
+ } catch (error) {
207
+ // Handle rename errors (permission denied, file locked, etc.)
208
+ console.error(` Error renaming "${fileName}": ${error.message}`);
209
+ return {
210
+ status: 'error',
211
+ oldName: fileName,
212
+ newName: newFileName,
213
+ error: error.message
214
+ };
215
+ }
216
+ }
217
+
218
+ /**
219
+ * Gets all files in a directory (non-recursive, depth 1 only).
220
+ *
221
+ * This function mirrors the original bash behavior which used:
222
+ * find "${filePath%/}" -type f -depth 1 -print
223
+ *
224
+ * The -depth 1 means only immediate children, not files in subdirectories.
225
+ * This is intentional to give users control over which directories to process.
226
+ *
227
+ * @param {string} dirPath - Absolute path to the directory
228
+ * @returns {string[]} Array of absolute paths to files in the directory
229
+ */
230
+ function getFilesInDirectory(dirPath) {
231
+ const files = [];
232
+
233
+ try {
234
+ // Read directory contents with file type information
235
+ const entries = fs.readdirSync(dirPath, { withFileTypes: true });
236
+
237
+ for (const entry of entries) {
238
+ // Only include regular files (not directories, symlinks, etc.)
239
+ if (entry.isFile()) {
240
+ files.push(path.join(dirPath, entry.name));
241
+ }
242
+ }
243
+ } catch (error) {
244
+ console.error(`Warning: Could not read directory "${dirPath}": ${error.message}`);
245
+ }
246
+
247
+ return files;
248
+ }
249
+
250
+ /**
251
+ * Pure Node.js implementation that works on any platform.
252
+ *
253
+ * This function processes the given paths (files or directories) and renames
254
+ * files containing date patterns to a standardized format. It uses only
255
+ * Node.js built-in modules (fs, path) for full cross-platform compatibility.
256
+ *
257
+ * Why Node.js instead of shell commands:
258
+ * - Works identically on macOS, Linux, and Windows
259
+ * - No shell escaping issues with special characters in filenames
260
+ * - Better error handling and reporting
261
+ * - The regex-based date parsing is more readable than sed
262
+ *
263
+ * @param {string[]} args - Command line arguments (paths to process)
264
+ * @returns {Promise<void>}
265
+ */
266
+ async function do_rename_files_with_date_nodejs(args) {
267
+ // Default to current directory if no arguments provided
268
+ // This matches the original: for filePath in "${@:-.}"
269
+ const paths = args.length > 0 ? args : ['.'];
270
+
271
+ // Counters for summary
272
+ let totalFiles = 0;
273
+ let renamedCount = 0;
274
+ let skippedCount = 0;
275
+ let existsCount = 0;
276
+ let noDateCount = 0;
277
+ let errorCount = 0;
278
+
279
+ console.log('Scanning for files with dates in filenames...');
280
+ console.log('');
281
+
282
+ // Process each provided path
283
+ for (const inputPath of paths) {
284
+ // Resolve to absolute path
285
+ const absolutePath = path.resolve(inputPath);
286
+
287
+ // Check if the path exists
288
+ if (!fs.existsSync(absolutePath)) {
289
+ console.error(`Warning: Path does not exist: ${inputPath}`);
290
+ continue;
291
+ }
292
+
293
+ // Get file stats to determine if it's a file or directory
294
+ const stats = fs.statSync(absolutePath);
295
+
296
+ let filesToProcess = [];
297
+
298
+ if (stats.isDirectory()) {
299
+ // Process all files in the directory (non-recursive)
300
+ console.log(`Processing directory: ${inputPath}`);
301
+ filesToProcess = getFilesInDirectory(absolutePath);
302
+ } else if (stats.isFile()) {
303
+ // Process a single file
304
+ filesToProcess = [absolutePath];
305
+ } else {
306
+ // Skip non-file/non-directory entries (symlinks, etc.)
307
+ console.log(`Skipping: ${inputPath} (not a file or directory)`);
308
+ continue;
309
+ }
310
+
311
+ // Process each file
312
+ for (const filePath of filesToProcess) {
313
+ totalFiles++;
314
+ const result = renameFile(filePath);
315
+
316
+ switch (result.status) {
317
+ case 'renamed':
318
+ console.log(` Renamed: "${result.oldName}" -> "${result.newName}"`);
319
+ renamedCount++;
320
+ break;
321
+ case 'skipped':
322
+ // Already in correct format - silently skip
323
+ skippedCount++;
324
+ break;
325
+ case 'exists':
326
+ console.log(` Skipped: "${result.oldName}" (target "${result.newName}" already exists)`);
327
+ existsCount++;
328
+ break;
329
+ case 'no-date':
330
+ // No date pattern - silently skip
331
+ noDateCount++;
332
+ break;
333
+ case 'error':
334
+ errorCount++;
335
+ break;
336
+ }
337
+ }
338
+ }
339
+
340
+ // Print summary
341
+ console.log('');
342
+ console.log('---');
343
+ console.log(`Total files scanned: ${totalFiles}`);
344
+ console.log(`Renamed: ${renamedCount}`);
345
+
346
+ // Only show these counts if they're non-zero and relevant
347
+ if (existsCount > 0) {
348
+ console.log(`Skipped (exists): ${existsCount}`);
349
+ }
350
+ if (skippedCount > 0) {
351
+ console.log(`Already formatted: ${skippedCount}`);
352
+ }
353
+ if (errorCount > 0) {
354
+ console.log(`Errors: ${errorCount}`);
355
+ }
356
+
357
+ // Show count of files without dates only if user might expect them
358
+ const processedCount = renamedCount + existsCount + skippedCount + errorCount;
359
+ if (processedCount === 0 && noDateCount > 0) {
360
+ console.log(`No files with date patterns found.`);
361
+ }
362
+ }
363
+
364
+ /**
365
+ * Renames files containing dates on macOS.
366
+ *
367
+ * Uses the pure Node.js implementation since file operations work
368
+ * identically on macOS. No platform-specific code is needed.
369
+ *
370
+ * Common macOS filename formats handled:
371
+ * - Screenshot 2020-01-02 at 03.04.05.png (macOS screenshots)
372
+ * - IMG_1234.HEIC (iPhone photos - note: these don't have dates in filename)
373
+ *
374
+ * @param {string[]} args - Command line arguments
375
+ * @returns {Promise<void>}
376
+ */
377
+ async function do_rename_files_with_date_macos(args) {
378
+ return do_rename_files_with_date_nodejs(args);
379
+ }
380
+
381
+ /**
382
+ * Renames files containing dates on Ubuntu.
383
+ *
384
+ * Uses the pure Node.js implementation since file operations work
385
+ * identically on Linux. No platform-specific code is needed.
386
+ *
387
+ * @param {string[]} args - Command line arguments
388
+ * @returns {Promise<void>}
389
+ */
390
+ async function do_rename_files_with_date_ubuntu(args) {
391
+ return do_rename_files_with_date_nodejs(args);
392
+ }
393
+
8
394
  /**
9
- * Renames files containing dates in their filenames to a standardized
10
- * format: "YYYY-MM-DD HH.MM.SS.ext". Handles various input formats
11
- * like timestamps from cameras and screenshots.
395
+ * Renames files containing dates on Raspberry Pi OS.
396
+ *
397
+ * Uses the pure Node.js implementation since file operations work
398
+ * identically on Linux. No platform-specific code is needed.
12
399
  *
13
400
  * @param {string[]} args - Command line arguments
14
- * @param {string} [args.0] - Path to process (defaults to current directory)
15
401
  * @returns {Promise<void>}
16
402
  */
17
- async function main(args) {
18
- // TODO: Implement filename date normalization
403
+ async function do_rename_files_with_date_raspbian(args) {
404
+ return do_rename_files_with_date_nodejs(args);
405
+ }
406
+
407
+ /**
408
+ * Renames files containing dates on Amazon Linux.
409
+ *
410
+ * Uses the pure Node.js implementation since file operations work
411
+ * identically on Linux. No platform-specific code is needed.
412
+ *
413
+ * @param {string[]} args - Command line arguments
414
+ * @returns {Promise<void>}
415
+ */
416
+ async function do_rename_files_with_date_amazon_linux(args) {
417
+ return do_rename_files_with_date_nodejs(args);
418
+ }
419
+
420
+ /**
421
+ * Renames files containing dates on Windows (Command Prompt).
422
+ *
423
+ * Uses the pure Node.js implementation since file operations work
424
+ * identically on Windows. No platform-specific code is needed.
425
+ *
426
+ * Note: Windows filenames cannot contain certain characters (: ? " < > |),
427
+ * but our output format (YYYY-MM-DD HH.MM.SS.ext) uses only safe characters.
428
+ *
429
+ * @param {string[]} args - Command line arguments
430
+ * @returns {Promise<void>}
431
+ */
432
+ async function do_rename_files_with_date_cmd(args) {
433
+ return do_rename_files_with_date_nodejs(args);
434
+ }
435
+
436
+ /**
437
+ * Renames files containing dates on Windows (PowerShell).
438
+ *
439
+ * Uses the pure Node.js implementation since file operations work
440
+ * identically on Windows. No platform-specific code is needed.
441
+ *
442
+ * @param {string[]} args - Command line arguments
443
+ * @returns {Promise<void>}
444
+ */
445
+ async function do_rename_files_with_date_powershell(args) {
446
+ return do_rename_files_with_date_nodejs(args);
447
+ }
448
+
449
+ /**
450
+ * Renames files containing dates in Git Bash on Windows.
451
+ *
452
+ * Uses the pure Node.js implementation since file operations work
453
+ * identically regardless of the shell being used.
454
+ *
455
+ * @param {string[]} args - Command line arguments
456
+ * @returns {Promise<void>}
457
+ */
458
+ async function do_rename_files_with_date_gitbash(args) {
459
+ return do_rename_files_with_date_nodejs(args);
460
+ }
461
+
462
+ /**
463
+ * Main entry point - detects environment and executes appropriate implementation.
464
+ *
465
+ * The "rename-files-with-date" command standardizes filenames that contain date
466
+ * and time information. This is useful for organizing media files from various
467
+ * sources (cameras, phones, screenshots) into a consistent naming scheme.
468
+ *
469
+ * Output format: YYYY-MM-DD HH.MM.SS.ext
470
+ *
471
+ * This format is:
472
+ * - Human-readable
473
+ * - Sorts chronologically in file browsers
474
+ * - Uses only characters safe for all operating systems
475
+ * - Preserves the original file extension
476
+ *
477
+ * The command is idempotent - running it multiple times produces the same
478
+ * result. Files already in the target format are skipped.
479
+ *
480
+ * @param {string[]} args - Command line arguments (paths to process)
481
+ * @returns {Promise<void>}
482
+ */
483
+ async function do_rename_files_with_date(args) {
484
+ const platform = os.detect();
485
+
486
+ const handlers = {
487
+ 'macos': do_rename_files_with_date_macos,
488
+ 'ubuntu': do_rename_files_with_date_ubuntu,
489
+ 'debian': do_rename_files_with_date_ubuntu,
490
+ 'raspbian': do_rename_files_with_date_raspbian,
491
+ 'amazon_linux': do_rename_files_with_date_amazon_linux,
492
+ 'rhel': do_rename_files_with_date_amazon_linux,
493
+ 'fedora': do_rename_files_with_date_ubuntu,
494
+ 'linux': do_rename_files_with_date_ubuntu,
495
+ 'wsl': do_rename_files_with_date_ubuntu,
496
+ 'cmd': do_rename_files_with_date_cmd,
497
+ 'windows': do_rename_files_with_date_cmd,
498
+ 'powershell': do_rename_files_with_date_powershell,
499
+ 'gitbash': do_rename_files_with_date_gitbash
500
+ };
501
+
502
+ const handler = handlers[platform.type];
503
+ if (!handler) {
504
+ console.error(`Platform '${platform.type}' is not supported for this command.`);
505
+ console.error('');
506
+ console.error('Supported platforms:');
507
+ console.error(' - macOS');
508
+ console.error(' - Ubuntu, Debian, and other Linux distributions');
509
+ console.error(' - Raspberry Pi OS');
510
+ console.error(' - Amazon Linux, RHEL, Fedora');
511
+ console.error(' - Windows (CMD, PowerShell, Git Bash)');
512
+ process.exit(1);
513
+ }
514
+
515
+ await handler(args);
19
516
  }
20
517
 
21
- module.exports = { main };
518
+ module.exports = {
519
+ main: do_rename_files_with_date,
520
+ do_rename_files_with_date,
521
+ do_rename_files_with_date_nodejs,
522
+ do_rename_files_with_date_macos,
523
+ do_rename_files_with_date_ubuntu,
524
+ do_rename_files_with_date_raspbian,
525
+ do_rename_files_with_date_amazon_linux,
526
+ do_rename_files_with_date_cmd,
527
+ do_rename_files_with_date_powershell,
528
+ do_rename_files_with_date_gitbash
529
+ };
22
530
 
23
531
  if (require.main === module) {
24
- main(process.argv.slice(2));
532
+ do_rename_files_with_date(process.argv.slice(2));
25
533
  }