forked from tools/josh
1
0
Fork 0
Commit Graph

73 Commits

Author SHA1 Message Date
Florine W. Dekker 284c21534e
Fix help resolution type detection 2021-04-23 00:39:09 +02:00
Florine W. Dekker 0237225750
Fix autoscrolling after clicking 2021-04-23 00:30:13 +02:00
Florine W. Dekker 8f283be633
Allow output redirection inside scripts
Fixes #146.
2020-12-07 18:08:20 +01:00
Florine W. Dekker 93eecc6985
Properly escape symbols in useradd docs 2020-12-07 15:04:54 +01:00
Florine W. Dekker d6d893d414
Adjust resolution semantics for security
Fixes #150.
2020-12-07 14:48:19 +01:00
Florine W. Dekker 86b07555da
Allow navigating to directories without `cd`
Fixes #147.
2020-12-07 12:56:45 +01:00
Florine W. Dekker cd17170657
Allow newlines in output of echo
Fixes #145.
2020-12-07 12:04:33 +01:00
Florine W. Dekker 46400c0689
Add status code argument to exit command
Fixes #144.
2020-12-07 11:34:48 +01:00
Florine W. Dekker 17e8ab37a0
Implement very simple script files
Fixes #31.
2020-12-07 09:15:19 +01:00
Florine W. Dekker 55bcf5c809
Implement -l option for ls
Fixes #123.
2020-09-30 16:50:45 +02:00
Florine W. Dekker 22c60dbbbd
List all environment variables given no-arg `set`
Fixes #134.
2020-08-05 16:06:49 +02:00
Florine W. Dekker b3e8e2e471
Improve readability of cp and mv help pages 2020-07-02 11:35:42 +02:00
Florine W. Dekker aa8b641f53
Implement false, true, and whatis
Fixes #129. Fixes #131.
2020-06-30 19:09:29 +02:00
Florine W. Dekker d078deb545
Use standardised error codes
Fixes #124.
2020-06-30 18:49:19 +02:00
Florine W. Dekker a69e63e5f4
Inject language references for command strings 2020-06-05 12:37:08 +02:00
Florine W. Dekker 8dfcc7f6af
Fix indenting in binaries
Fixes #122.
2020-03-25 12:57:39 +01:00
Florine W. Dekker dc4176bf15
Interpret factory reset in any input field
Fixes #121.
2020-03-24 21:47:09 +01:00
Florine W. Dekker ebcdfe3f95
Organise imports and streamline some tests 2020-03-24 20:48:57 +01:00
Florine W. Dekker bbfa0a6207
Implement user modification commands
Finalises and fixes #112.
2020-03-24 20:27:51 +01:00
Florine W. Dekker 3774fa92d3
Replace passwords with salted hashes
Works further towards #112.
2020-03-24 18:01:00 +01:00
Florine W. Dekker 616df7beba
Implement separate user file
Works towards #112.
2020-03-24 00:24:40 +01:00
Florine W. Dekker e4e2e092ac
Replace `eval` by `Function`
Significantly improves security and performance.
2020-03-22 14:06:08 +01:00
Florine W. Dekker 9bb2a013d1
Improve error reporting of invalid commands 2020-03-22 12:47:59 +01:00
Florine W. Dekker 97e4dd9563
Add tests for nearly all commands 2020-03-22 12:22:42 +01:00
Florine W. Dekker 5e3a7385f9
Move binaries into `Commands.ts` and add tests 2020-03-21 13:19:48 +01:00
Florine W. Dekker a9b68ab834
Start replacement of code with scripts 2020-03-20 03:41:01 +01:00
Florine W. Dekker 3daa762571
Prevent changing cwd to a file
Fixes #110.
2020-03-18 18:24:10 +01:00
Florine W. Dekker f4f7afaca8
Implement `man hier`
Fixes #103.
2020-03-11 17:10:05 +01:00
Florine W. Dekker 6a0dde939d
Force reload without cache after `poweroff`
Fixes #104.
2020-01-21 18:09:43 +01:00
Florine W. Dekker f8415552f9
Reset application on updates
Fixes #16.
2019-12-01 23:31:03 +01:00
Florine W. Dekker 690d290052
Un-de-escape ; in arguments
Fixes #98.
2019-11-23 16:19:43 +01:00
Florine W. Dekker 5ccc5152d1
Implement running multiple commands
Fixes #26.
2019-11-23 00:53:14 +01:00
Florine W. Dekker a3ad45cf28
Implement and, nor, not
Fixes #95.
2019-11-22 12:49:36 +01:00
Florine W. Dekker 0f62557384
Open links in PWA in tabs and remove PWA full screen
Works towards fixing #94.
2019-11-21 10:46:39 +01:00
Florine W. Dekker 2304413727
Implement error stream redirection
Fixes #79.
2019-11-14 21:53:00 +01:00
Florine W. Dekker ee7b7b3663
Open multiple files with `open`
Fixes #78.
2019-11-13 13:32:06 +01:00
Florine W. Dekker afa936bb4b
Add /dev/null
Fixes #71.
2019-11-12 01:10:53 +01:00
Florine W. Dekker 906adf8364
Extend file streams and test them
Fixes #55.
2019-11-12 00:49:05 +01:00
Florine W. Dekker d158b4f970
Fix #66 2019-11-10 18:20:46 +01:00
Florine W. Dekker cd0d2cb16d
Fix #65 2019-11-10 17:36:09 +01:00
Florine W. Dekker 5f632fb692
Fix #63 2019-11-10 16:52:58 +01:00
Florine W. Dekker 2d077c6599
Fix #62 2019-11-10 16:40:08 +01:00
Florine W. Dekker 23c2d70eae
Fix #59 2019-11-10 16:11:40 +01:00
Florine W. Dekker ba525a8175
Fix #58 2019-11-10 14:50:43 +01:00
Florine W. Dekker 2ba28a6350
Fix #54 2019-11-10 13:51:20 +01:00
Florine W. Dekker c7f2d6b0f6
Fix #50 and add error streams 2019-11-09 23:52:46 +01:00
Florine W. Dekker bdbf42e074
Implement output stream 2019-11-09 22:16:04 +01:00
Florine W. Dekker 11523b5046
Christen "josh" and add version number
Oh and make persistence a bit more manageable.
2019-11-09 19:23:33 +01:00
Florine W. Dekker ac9796c3e6
Fix #47 2019-11-07 01:21:56 +01:00
Florine W. Dekker 9d456dedfa
Fix #10 2019-11-06 23:11:47 +01:00