@ecmaos/coreutils 0.3.1 → 0.4.2

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 (199) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/CHANGELOG.md +48 -0
  3. package/dist/commands/awk.d.ts +4 -0
  4. package/dist/commands/awk.d.ts.map +1 -0
  5. package/dist/commands/awk.js +324 -0
  6. package/dist/commands/awk.js.map +1 -0
  7. package/dist/commands/chgrp.d.ts +4 -0
  8. package/dist/commands/chgrp.d.ts.map +1 -0
  9. package/dist/commands/chgrp.js +187 -0
  10. package/dist/commands/chgrp.js.map +1 -0
  11. package/dist/commands/chmod.d.ts.map +1 -1
  12. package/dist/commands/chmod.js +139 -2
  13. package/dist/commands/chmod.js.map +1 -1
  14. package/dist/commands/chown.d.ts +4 -0
  15. package/dist/commands/chown.d.ts.map +1 -0
  16. package/dist/commands/chown.js +257 -0
  17. package/dist/commands/chown.js.map +1 -0
  18. package/dist/commands/cksum.d.ts +4 -0
  19. package/dist/commands/cksum.d.ts.map +1 -0
  20. package/dist/commands/cksum.js +124 -0
  21. package/dist/commands/cksum.js.map +1 -0
  22. package/dist/commands/cmp.d.ts +4 -0
  23. package/dist/commands/cmp.d.ts.map +1 -0
  24. package/dist/commands/cmp.js +120 -0
  25. package/dist/commands/cmp.js.map +1 -0
  26. package/dist/commands/column.d.ts +4 -0
  27. package/dist/commands/column.d.ts.map +1 -0
  28. package/dist/commands/column.js +274 -0
  29. package/dist/commands/column.js.map +1 -0
  30. package/dist/commands/cp.d.ts.map +1 -1
  31. package/dist/commands/cp.js +81 -4
  32. package/dist/commands/cp.js.map +1 -1
  33. package/dist/commands/cron.d.ts.map +1 -1
  34. package/dist/commands/cron.js +116 -23
  35. package/dist/commands/cron.js.map +1 -1
  36. package/dist/commands/curl.d.ts +4 -0
  37. package/dist/commands/curl.d.ts.map +1 -0
  38. package/dist/commands/curl.js +238 -0
  39. package/dist/commands/curl.js.map +1 -0
  40. package/dist/commands/du.d.ts +4 -0
  41. package/dist/commands/du.d.ts.map +1 -0
  42. package/dist/commands/du.js +168 -0
  43. package/dist/commands/du.js.map +1 -0
  44. package/dist/commands/echo.d.ts.map +1 -1
  45. package/dist/commands/echo.js +125 -2
  46. package/dist/commands/echo.js.map +1 -1
  47. package/dist/commands/env.d.ts +4 -0
  48. package/dist/commands/env.d.ts.map +1 -0
  49. package/dist/commands/env.js +129 -0
  50. package/dist/commands/env.js.map +1 -0
  51. package/dist/commands/expand.d.ts +4 -0
  52. package/dist/commands/expand.d.ts.map +1 -0
  53. package/dist/commands/expand.js +197 -0
  54. package/dist/commands/expand.js.map +1 -0
  55. package/dist/commands/factor.d.ts +4 -0
  56. package/dist/commands/factor.d.ts.map +1 -0
  57. package/dist/commands/factor.js +141 -0
  58. package/dist/commands/factor.js.map +1 -0
  59. package/dist/commands/fmt.d.ts +4 -0
  60. package/dist/commands/fmt.d.ts.map +1 -0
  61. package/dist/commands/fmt.js +278 -0
  62. package/dist/commands/fmt.js.map +1 -0
  63. package/dist/commands/fold.d.ts +4 -0
  64. package/dist/commands/fold.d.ts.map +1 -0
  65. package/dist/commands/fold.js +253 -0
  66. package/dist/commands/fold.js.map +1 -0
  67. package/dist/commands/groups.d.ts +4 -0
  68. package/dist/commands/groups.d.ts.map +1 -0
  69. package/dist/commands/groups.js +61 -0
  70. package/dist/commands/groups.js.map +1 -0
  71. package/dist/commands/head.d.ts.map +1 -1
  72. package/dist/commands/head.js +184 -77
  73. package/dist/commands/head.js.map +1 -1
  74. package/dist/commands/hostname.d.ts +4 -0
  75. package/dist/commands/hostname.d.ts.map +1 -0
  76. package/dist/commands/hostname.js +80 -0
  77. package/dist/commands/hostname.js.map +1 -0
  78. package/dist/commands/less.d.ts.map +1 -1
  79. package/dist/commands/less.js +1 -0
  80. package/dist/commands/less.js.map +1 -1
  81. package/dist/commands/man.d.ts.map +1 -1
  82. package/dist/commands/man.js +3 -1
  83. package/dist/commands/man.js.map +1 -1
  84. package/dist/commands/mount.d.ts +4 -0
  85. package/dist/commands/mount.d.ts.map +1 -0
  86. package/dist/commands/mount.js +1136 -0
  87. package/dist/commands/mount.js.map +1 -0
  88. package/dist/commands/od.d.ts +4 -0
  89. package/dist/commands/od.d.ts.map +1 -0
  90. package/dist/commands/od.js +342 -0
  91. package/dist/commands/od.js.map +1 -0
  92. package/dist/commands/pr.d.ts +4 -0
  93. package/dist/commands/pr.d.ts.map +1 -0
  94. package/dist/commands/pr.js +298 -0
  95. package/dist/commands/pr.js.map +1 -0
  96. package/dist/commands/printf.d.ts +4 -0
  97. package/dist/commands/printf.d.ts.map +1 -0
  98. package/dist/commands/printf.js +271 -0
  99. package/dist/commands/printf.js.map +1 -0
  100. package/dist/commands/readlink.d.ts +4 -0
  101. package/dist/commands/readlink.d.ts.map +1 -0
  102. package/dist/commands/readlink.js +104 -0
  103. package/dist/commands/readlink.js.map +1 -0
  104. package/dist/commands/realpath.d.ts +4 -0
  105. package/dist/commands/realpath.d.ts.map +1 -0
  106. package/dist/commands/realpath.js +111 -0
  107. package/dist/commands/realpath.js.map +1 -0
  108. package/dist/commands/rev.d.ts +4 -0
  109. package/dist/commands/rev.d.ts.map +1 -0
  110. package/dist/commands/rev.js +134 -0
  111. package/dist/commands/rev.js.map +1 -0
  112. package/dist/commands/shuf.d.ts +4 -0
  113. package/dist/commands/shuf.d.ts.map +1 -0
  114. package/dist/commands/shuf.js +221 -0
  115. package/dist/commands/shuf.js.map +1 -0
  116. package/dist/commands/sleep.d.ts +4 -0
  117. package/dist/commands/sleep.d.ts.map +1 -0
  118. package/dist/commands/sleep.js +102 -0
  119. package/dist/commands/sleep.js.map +1 -0
  120. package/dist/commands/strings.d.ts +4 -0
  121. package/dist/commands/strings.d.ts.map +1 -0
  122. package/dist/commands/strings.js +170 -0
  123. package/dist/commands/strings.js.map +1 -0
  124. package/dist/commands/tac.d.ts +4 -0
  125. package/dist/commands/tac.d.ts.map +1 -0
  126. package/dist/commands/tac.js +130 -0
  127. package/dist/commands/tac.js.map +1 -0
  128. package/dist/commands/time.d.ts +4 -0
  129. package/dist/commands/time.d.ts.map +1 -0
  130. package/dist/commands/time.js +126 -0
  131. package/dist/commands/time.js.map +1 -0
  132. package/dist/commands/umount.d.ts +4 -0
  133. package/dist/commands/umount.d.ts.map +1 -0
  134. package/dist/commands/umount.js +103 -0
  135. package/dist/commands/umount.js.map +1 -0
  136. package/dist/commands/uname.d.ts +4 -0
  137. package/dist/commands/uname.d.ts.map +1 -0
  138. package/dist/commands/uname.js +149 -0
  139. package/dist/commands/uname.js.map +1 -0
  140. package/dist/commands/unexpand.d.ts +4 -0
  141. package/dist/commands/unexpand.d.ts.map +1 -0
  142. package/dist/commands/unexpand.js +286 -0
  143. package/dist/commands/unexpand.js.map +1 -0
  144. package/dist/commands/uptime.d.ts +4 -0
  145. package/dist/commands/uptime.d.ts.map +1 -0
  146. package/dist/commands/uptime.js +62 -0
  147. package/dist/commands/uptime.js.map +1 -0
  148. package/dist/commands/view.d.ts +1 -0
  149. package/dist/commands/view.d.ts.map +1 -1
  150. package/dist/commands/view.js +408 -66
  151. package/dist/commands/view.js.map +1 -1
  152. package/dist/commands/yes.d.ts +4 -0
  153. package/dist/commands/yes.d.ts.map +1 -0
  154. package/dist/commands/yes.js +58 -0
  155. package/dist/commands/yes.js.map +1 -0
  156. package/dist/index.d.ts +24 -0
  157. package/dist/index.d.ts.map +1 -1
  158. package/dist/index.js +82 -0
  159. package/dist/index.js.map +1 -1
  160. package/package.json +12 -3
  161. package/src/commands/awk.ts +340 -0
  162. package/src/commands/chmod.ts +141 -2
  163. package/src/commands/chown.ts +321 -0
  164. package/src/commands/cksum.ts +133 -0
  165. package/src/commands/cmp.ts +126 -0
  166. package/src/commands/column.ts +273 -0
  167. package/src/commands/cp.ts +93 -4
  168. package/src/commands/cron.ts +115 -23
  169. package/src/commands/curl.ts +231 -0
  170. package/src/commands/echo.ts +122 -2
  171. package/src/commands/env.ts +143 -0
  172. package/src/commands/expand.ts +207 -0
  173. package/src/commands/factor.ts +151 -0
  174. package/src/commands/fmt.ts +293 -0
  175. package/src/commands/fold.ts +257 -0
  176. package/src/commands/groups.ts +72 -0
  177. package/src/commands/head.ts +176 -77
  178. package/src/commands/hostname.ts +81 -0
  179. package/src/commands/less.ts +1 -0
  180. package/src/commands/man.ts +4 -1
  181. package/src/commands/mount.ts +1302 -0
  182. package/src/commands/od.ts +327 -0
  183. package/src/commands/pr.ts +291 -0
  184. package/src/commands/printf.ts +271 -0
  185. package/src/commands/readlink.ts +102 -0
  186. package/src/commands/realpath.ts +126 -0
  187. package/src/commands/rev.ts +143 -0
  188. package/src/commands/shuf.ts +218 -0
  189. package/src/commands/sleep.ts +109 -0
  190. package/src/commands/strings.ts +176 -0
  191. package/src/commands/tac.ts +138 -0
  192. package/src/commands/time.ts +144 -0
  193. package/src/commands/umount.ts +116 -0
  194. package/src/commands/uname.ts +130 -0
  195. package/src/commands/unexpand.ts +305 -0
  196. package/src/commands/uptime.ts +73 -0
  197. package/src/commands/view.ts +463 -73
  198. package/src/index.ts +82 -0
  199. package/tsconfig.json +4 -0
package/src/index.ts CHANGED
@@ -10,23 +10,34 @@ export { writeStdout, writelnStdout, writeStderr, writelnStderr } from './shared
10
10
  import { createCommand as createCat } from './commands/cat.js'
11
11
  import { createCommand as createCd } from './commands/cd.js'
12
12
  import { createCommand as createChmod } from './commands/chmod.js'
13
+ import { createCommand as createChown } from './commands/chown.js'
13
14
  import { createCommand as createCp } from './commands/cp.js'
14
15
  import { createCommand as createCron } from './commands/cron.js'
15
16
  import { createCommand as createEcho } from './commands/echo.js'
17
+ import { createCommand as createEnv } from './commands/env.js'
18
+ import { createCommand as createExpand } from './commands/expand.js'
16
19
  import { createCommand as createFetch } from './commands/fetch.js'
17
20
  import { createCommand as createGrep } from './commands/grep.js'
21
+ import { createCommand as createGroups } from './commands/groups.js'
18
22
  import { createCommand as createHash } from './commands/hash.js'
19
23
  import { createCommand as createHead } from './commands/head.js'
24
+ import { createCommand as createHostname } from './commands/hostname.js'
20
25
  import { createCommand as createLn } from './commands/ln.js'
21
26
  import { createCommand as createLs } from './commands/ls.js'
22
27
  import { createCommand as createMkdir } from './commands/mkdir.js'
23
28
  import { createCommand as createMktemp } from './commands/mktemp.js'
29
+ import { createCommand as createMount } from './commands/mount.js'
24
30
  import { createCommand as createMv } from './commands/mv.js'
25
31
  import { createCommand as createNc } from './commands/nc.js'
26
32
  import { createCommand as createOpen } from './commands/open.js'
27
33
  import { createCommand as createPlay } from './commands/play.js'
34
+ import { createCommand as createPr } from './commands/pr.js'
35
+ import { createCommand as createPrintf } from './commands/printf.js'
28
36
  import { createCommand as createPwd } from './commands/pwd.js'
29
37
  import { createCommand as createSockets } from './commands/sockets.js'
38
+ import { createCommand as createReadlink } from './commands/readlink.js'
39
+ import { createCommand as createRealpath } from './commands/realpath.js'
40
+ import { createCommand as createRev } from './commands/rev.js'
30
41
  import { createCommand as createRm } from './commands/rm.js'
31
42
  import { createCommand as createRmdir } from './commands/rmdir.js'
32
43
  import { createCommand as createStat } from './commands/stat.js'
@@ -36,29 +47,47 @@ import { createCommand as createLess } from './commands/less.js'
36
47
  import { createCommand as createMan } from './commands/man.js'
37
48
  import { createCommand as createPasskey } from './commands/passkey.js'
38
49
  import { createCommand as createSed } from './commands/sed.js'
50
+ import { createCommand as createShuf } from './commands/shuf.js'
39
51
  import { createCommand as createTee } from './commands/tee.js'
52
+ import { createCommand as createTac } from './commands/tac.js'
40
53
  import { createCommand as createTail } from './commands/tail.js'
41
54
  import { createCommand as createTar } from './commands/tar.js'
55
+ import { createCommand as createAwk } from './commands/awk.js'
42
56
  import { createCommand as createBasename } from './commands/basename.js'
43
57
  import { createCommand as createCal } from './commands/cal.js'
58
+ import { createCommand as createCksum } from './commands/cksum.js'
59
+ import { createCommand as createCmp } from './commands/cmp.js'
60
+ import { createCommand as createColumn } from './commands/column.js'
44
61
  import { createCommand as createComm } from './commands/comm.js'
62
+ import { createCommand as createCurl } from './commands/curl.js'
45
63
  import { createCommand as createCut } from './commands/cut.js'
46
64
  import { createCommand as createDate } from './commands/date.js'
47
65
  import { createCommand as createDiff } from './commands/diff.js'
48
66
  import { createCommand as createDirname } from './commands/dirname.js'
67
+ import { createCommand as createFactor } from './commands/factor.js'
49
68
  import { createCommand as createFalse } from './commands/false.js'
50
69
  import { createCommand as createFind } from './commands/find.js'
70
+ import { createCommand as createFold } from './commands/fold.js'
51
71
  import { createCommand as createFormat } from './commands/format.js'
72
+ import { createCommand as createFmt } from './commands/fmt.js'
52
73
  import { createCommand as createId } from './commands/id.js'
53
74
  import { createCommand as createJoin } from './commands/join.js'
54
75
  import { createCommand as createNl } from './commands/nl.js'
76
+ import { createCommand as createOd } from './commands/od.js'
55
77
  import { createCommand as createPaste } from './commands/paste.js'
56
78
  import { createCommand as createSeq } from './commands/seq.js'
79
+ import { createCommand as createSleep } from './commands/sleep.js'
57
80
  import { createCommand as createSort } from './commands/sort.js'
58
81
  import { createCommand as createSplit } from './commands/split.js'
82
+ import { createCommand as createStrings } from './commands/strings.js'
59
83
  import { createCommand as createTest } from './commands/test.js'
84
+ import { createCommand as createTime } from './commands/time.js'
60
85
  import { createCommand as createTr } from './commands/tr.js'
61
86
  import { createCommand as createTrue } from './commands/true.js'
87
+ import { createCommand as createUname } from './commands/uname.js'
88
+ import { createCommand as createUmount } from './commands/umount.js'
89
+ import { createCommand as createUnexpand } from './commands/unexpand.js'
90
+ import { createCommand as createUptime } from './commands/uptime.js'
62
91
  import { createCommand as createUniq } from './commands/uniq.js'
63
92
  import { createCommand as createUser } from './commands/user.js'
64
93
  import { createCommand as createWc } from './commands/wc.js'
@@ -77,38 +106,62 @@ export { createCommand as createChmod } from './commands/chmod.js'
77
106
  export { createCommand as createCp } from './commands/cp.js'
78
107
  export { createCommand as createCron } from './commands/cron.js'
79
108
  export { createCommand as createEcho } from './commands/echo.js'
109
+ export { createCommand as createEnv } from './commands/env.js'
110
+ export { createCommand as createExpand } from './commands/expand.js'
80
111
  export { createCommand as createFetch } from './commands/fetch.js'
81
112
  export { createCommand as createGrep } from './commands/grep.js'
113
+ export { createCommand as createGroups } from './commands/groups.js'
82
114
  export { createCommand as createHash } from './commands/hash.js'
83
115
  export { createCommand as createLn } from './commands/ln.js'
84
116
  export { createCommand as createLs } from './commands/ls.js'
85
117
  export { createCommand as createMkdir } from './commands/mkdir.js'
86
118
  export { createCommand as createMktemp } from './commands/mktemp.js'
119
+ export { createCommand as createMount } from './commands/mount.js'
87
120
  export { createCommand as createMv } from './commands/mv.js'
88
121
  export { createCommand as createOpen } from './commands/open.js'
89
122
  export { createCommand as createPlay } from './commands/play.js'
123
+ export { createCommand as createPr } from './commands/pr.js'
124
+ export { createCommand as createPrintf } from './commands/printf.js'
90
125
  export { createCommand as createPwd } from './commands/pwd.js'
126
+ export { createCommand as createReadlink } from './commands/readlink.js'
127
+ export { createCommand as createRealpath } from './commands/realpath.js'
128
+ export { createCommand as createRev } from './commands/rev.js'
91
129
  export { createCommand as createRm } from './commands/rm.js'
92
130
  export { createCommand as createRmdir } from './commands/rmdir.js'
93
131
  export { createCommand as createStat } from './commands/stat.js'
132
+ export { createCommand as createStrings } from './commands/strings.js'
94
133
  export { createCommand as createTouch } from './commands/touch.js'
95
134
  export { createCommand as createHex } from './commands/hex.js'
96
135
  export { createCommand as createLess } from './commands/less.js'
97
136
  export { createCommand as createMan } from './commands/man.js'
98
137
  export { createCommand as createSed } from './commands/sed.js'
138
+ export { createCommand as createShuf } from './commands/shuf.js'
99
139
  export { createCommand as createTee } from './commands/tee.js'
140
+ export { createCommand as createTac } from './commands/tac.js'
100
141
  export { createCommand as createTail } from './commands/tail.js'
101
142
  export { createCommand as createTar } from './commands/tar.js'
143
+ export { createCommand as createAwk } from './commands/awk.js'
102
144
  export { createCommand as createBasename } from './commands/basename.js'
145
+ export { createCommand as createCksum } from './commands/cksum.js'
146
+ export { createCommand as createCmp } from './commands/cmp.js'
147
+ export { createCommand as createColumn } from './commands/column.js'
148
+ export { createCommand as createCurl } from './commands/curl.js'
103
149
  export { createCommand as createCut } from './commands/cut.js'
104
150
  export { createCommand as createDate } from './commands/date.js'
105
151
  export { createCommand as createDiff } from './commands/diff.js'
106
152
  export { createCommand as createDirname } from './commands/dirname.js'
153
+ export { createCommand as createFactor } from './commands/factor.js'
107
154
  export { createCommand as createFind } from './commands/find.js'
155
+ export { createCommand as createFold } from './commands/fold.js'
108
156
  export { createCommand as createFormat } from './commands/format.js'
157
+ export { createCommand as createFmt } from './commands/fmt.js'
158
+ export { createCommand as createSleep } from './commands/sleep.js'
109
159
  export { createCommand as createSort } from './commands/sort.js'
110
160
  export { createCommand as createTest } from './commands/test.js'
111
161
  export { createCommand as createTr } from './commands/tr.js'
162
+ export { createCommand as createUname } from './commands/uname.js'
163
+ export { createCommand as createUmount } from './commands/umount.js'
164
+ export { createCommand as createUptime } from './commands/uptime.js'
112
165
  export { createCommand as createUniq } from './commands/uniq.js'
113
166
  export { createCommand as createUser } from './commands/user.js'
114
167
  export { createCommand as createWc } from './commands/wc.js'
@@ -129,55 +182,84 @@ export function createAllCommands(kernel: Kernel, shell: Shell, terminal: Termin
129
182
  cat: createCat(kernel, shell, terminal),
130
183
  cd: createCd(kernel, shell, terminal),
131
184
  chmod: createChmod(kernel, shell, terminal),
185
+ chown: createChown(kernel, shell, terminal),
132
186
  cp: createCp(kernel, shell, terminal),
133
187
  cron: createCron(kernel, shell, terminal),
134
188
  echo: createEcho(kernel, shell, terminal),
189
+ env: createEnv(kernel, shell, terminal),
190
+ expand: createExpand(kernel, shell, terminal),
135
191
  fetch: createFetch(kernel, shell, terminal),
136
192
  grep: createGrep(kernel, shell, terminal),
193
+ groups: createGroups(kernel, shell, terminal),
137
194
  hash: createHash(kernel, shell, terminal),
138
195
  head: createHead(kernel, shell, terminal),
196
+ hostname: createHostname(kernel, shell, terminal),
139
197
  ln: createLn(kernel, shell, terminal),
140
198
  ls: createLs(kernel, shell, terminal),
141
199
  mkdir: createMkdir(kernel, shell, terminal),
142
200
  mktemp: createMktemp(kernel, shell, terminal),
201
+ mount: createMount(kernel, shell, terminal),
143
202
  mv: createMv(kernel, shell, terminal),
144
203
  nc: createNc(kernel, shell, terminal),
145
204
  open: createOpen(kernel, shell, terminal),
146
205
  play: createPlay(kernel, shell, terminal),
206
+ pr: createPr(kernel, shell, terminal),
207
+ printf: createPrintf(kernel, shell, terminal),
147
208
  pwd: createPwd(kernel, shell, terminal),
148
209
  sockets: createSockets(kernel, shell, terminal),
210
+ readlink: createReadlink(kernel, shell, terminal),
211
+ realpath: createRealpath(kernel, shell, terminal),
149
212
  rm: createRm(kernel, shell, terminal),
213
+ rev: createRev(kernel, shell, terminal),
150
214
  rmdir: createRmdir(kernel, shell, terminal),
151
215
  stat: createStat(kernel, shell, terminal),
216
+ strings: createStrings(kernel, shell, terminal),
152
217
  touch: createTouch(kernel, shell, terminal),
153
218
  hex: createHex(kernel, shell, terminal),
154
219
  less: createLess(kernel, shell, terminal),
155
220
  man: createMan(kernel, shell, terminal),
156
221
  passkey: createPasskey(kernel, shell, terminal),
157
222
  sed: createSed(kernel, shell, terminal),
223
+ shuf: createShuf(kernel, shell, terminal),
224
+ tac: createTac(kernel, shell, terminal),
158
225
  tail: createTail(kernel, shell, terminal),
159
226
  tee: createTee(kernel, shell, terminal),
227
+ awk: createAwk(kernel, shell, terminal),
160
228
  basename: createBasename(kernel, shell, terminal),
161
229
  cal: createCal(kernel, shell, terminal),
230
+ cksum: createCksum(kernel, shell, terminal),
231
+ cmp: createCmp(kernel, shell, terminal),
232
+ column: createColumn(kernel, shell, terminal),
162
233
  comm: createComm(kernel, shell, terminal),
234
+ curl: createCurl(kernel, shell, terminal),
163
235
  cut: createCut(kernel, shell, terminal),
164
236
  date: createDate(kernel, shell, terminal),
165
237
  diff: createDiff(kernel, shell, terminal),
166
238
  dirname: createDirname(kernel, shell, terminal),
239
+ factor: createFactor(kernel, shell, terminal),
167
240
  false: createFalse(kernel, shell, terminal),
168
241
  find: createFind(kernel, shell, terminal),
242
+ fold: createFold(kernel, shell, terminal),
169
243
  format: createFormat(kernel, shell, terminal),
244
+ fmt: createFmt(kernel, shell, terminal),
170
245
  id: createId(kernel, shell, terminal),
171
246
  join: createJoin(kernel, shell, terminal),
172
247
  nl: createNl(kernel, shell, terminal),
248
+ od: createOd(kernel, shell, terminal),
173
249
  paste: createPaste(kernel, shell, terminal),
174
250
  seq: createSeq(kernel, shell, terminal),
251
+ sleep: createSleep(kernel, shell, terminal),
175
252
  sort: createSort(kernel, shell, terminal),
176
253
  split: createSplit(kernel, shell, terminal),
177
254
  tar: createTar(kernel, shell, terminal),
178
255
  test: createTest(kernel, shell, terminal),
256
+ time: createTime(kernel, shell, terminal),
179
257
  tr: createTr(kernel, shell, terminal),
180
258
  true: createTrue(kernel, shell, terminal),
259
+ uname: createUname(kernel, shell, terminal),
260
+ umount: createUmount(kernel, shell, terminal),
261
+ unexpand: createUnexpand(kernel, shell, terminal),
262
+ uptime: createUptime(kernel, shell, terminal),
181
263
  uniq: createUniq(kernel, shell, terminal),
182
264
  user: createUser(kernel, shell, terminal),
183
265
  wc: createWc(kernel, shell, terminal),
package/tsconfig.json CHANGED
@@ -12,6 +12,10 @@
12
12
  "lib": ["ESNext", "DOM", "DOM.Iterable"],
13
13
  "skipLibCheck": true,
14
14
 
15
+ "types": [
16
+ "./node_modules/user-agent-data-types"
17
+ ],
18
+
15
19
  /* Bundler mode */
16
20
  "moduleResolution": "bundler",
17
21
  "isolatedModules": true,