forked from tools/josh
1
0
Fork 0
Commit Graph

184 Commits

Author SHA1 Message Date
Florine W. Dekker 301181c122
Add permalinks for some resources 2021-04-23 14:14:46 +02:00
Florine W. Dekker 284c21534e
Fix help resolution type detection 2021-04-23 00:39:09 +02:00
Florine W. Dekker 66414bac8b
Prevent scrolling with arrow keys 2021-04-23 00:34:11 +02:00
Florine W. Dekker 0237225750
Fix autoscrolling after clicking 2021-04-23 00:30:13 +02:00
Florine W. Dekker e9c617716e
Prevent scroll when clicking nav menu 2021-04-22 17:13:24 +02:00
Florine W. Dekker 13d2164e89
Add navigation bar to top
Fixes #166.
2021-04-22 16:19:15 +02:00
Florine W. Dekker 119166c321
Update PGP link, bump dependencies
Fixes #165.
2021-04-13 18:44:52 +02:00
Florine W. Dekker 14188b0513
Update some documentation and such 2021-03-31 17:34:32 +02:00
Florine W. Dekker e152eb2ad4
Avoid unnecessary /nav API call 2021-03-31 17:31:42 +02:00
Florine W. Dekker efeffe6562
Update auto-description
Fixes #161.
2020-12-10 20:57:07 +01:00
Florine W. Dekker 8f283be633
Allow output redirection inside scripts
Fixes #146.
2020-12-07 18:08:20 +01:00
Florine W. Dekker fee631e216
Allow equals in option values
Fixes #153.
2020-12-07 17:43:52 +01:00
Florine W. Dekker 3f106ef0fd
Escape HTML on input cancellation
Fixes #152.
2020-12-07 15:13:22 +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 fd598bbefe
Change privacy link
And update dependencies.
2020-12-07 08:14:23 +01:00
Florine W. Dekker 55bcf5c809
Implement -l option for ls
Fixes #123.
2020-09-30 16:50:45 +02:00
Florine W. Dekker 1f471acce2
Remove unnecessary new method 2020-09-30 16:25:18 +02:00
Florine W. Dekker 6901f5a02c
Read directory structure from nav API
Fixes #128.
2020-09-30 14:53:18 +02:00
Florine W. Dekker ef49ed1c8f
Add link to privacy policy
And update dependencies.
2020-09-15 15:38:57 +02:00
Florine W. Dekker 72826745b6
Move entries to localstorage where applicable
Fixes #135.
2020-08-10 20:23:04 +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 3305197c65
Make error stream output red
Fixes #130.
2020-06-30 19:27:06 +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 17d8f2dbba
Add status code in prefix
Fixes #125.
2020-06-30 10:43:24 +02:00
Florine W. Dekker a69e63e5f4
Inject language references for command strings 2020-06-05 12:37:08 +02:00
Florine W. Dekker 09ed8f0b47
Ensure safe cookies 2020-05-17 15:52:20 +02:00
Florine W. Dekker 8dfcc7f6af
Fix indenting in binaries
Fixes #122.
2020-03-25 12:57:39 +01:00
Florine W. Dekker cde8bfb7e5
Make stream redirection local to single command
Fixes #115.
2020-03-25 00:19:30 +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 9519f4cd89
Update dependencies and use browser modules 2020-03-24 16:30:21 +01:00
Florine W. Dekker 616df7beba
Implement separate user file
Works towards #112.
2020-03-24 00:24:40 +01:00
Florine W. Dekker 50fc0ffbd5
Move caret to cursor if input is clicked
Fixes #107 (for real this time).
2020-03-22 15:04:25 +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 3dd34ad5de
Deprecate `man` command
Fixes #113.
2020-03-20 16:16:31 +01:00
Florine W. Dekker a9b68ab834
Start replacement of code with scripts 2020-03-20 03:41:01 +01:00
Florine W. Dekker 37342e9a8d
Hide auto-complete suggestions on backspace 2020-03-19 19:31:30 +01:00
Florine W. Dekker 79b024d573
Re-add focus request to ensure caret is present
Fixes #111.
2020-03-19 18:51:50 +01:00