forked from tools/josh
1
0
Fork 0
Commit Graph

88 Commits

Author SHA1 Message Date
Florine W. Dekker 740b18241d
Migrate to Grunt as build tool 2019-10-26 19:29:00 +02:00
Florine W. Dekker 7dc6d2e8a7
Compile TS without comments 2019-10-26 16:11:04 +02:00
Florine W. Dekker 378b052412
Add whoami
Fixes #7
2019-10-26 16:08:46 +02:00
Florine W. Dekker 11d242dedc
Reset current dir after logging out 2019-10-26 13:09:34 +02:00
Florine W. Dekker 511b1a1e24
Enable strict type checking 2019-10-21 17:07:16 +02:00
Florine W. Dekker c736981c20
Stop "tab" button event propagation 2019-10-21 16:37:20 +02:00
Florine W. Dekker f0e3f5c0b6
Add README.md and improve build script 2019-10-21 03:32:49 +02:00
Florine W. Dekker a0e7527f9c
Fix accessibility and use right File class 2019-10-21 03:13:14 +02:00
Florine W. Dekker eab2a9a186
Make build script executable 2019-10-21 02:41:32 +02:00
Florine W. Dekker fbf0916a5f
Use types and accessibility modifiers 2019-10-21 02:25:42 +02:00
Florine W. Dekker 28010a8cc9
Add build script 2019-10-21 00:38:53 +02:00
Florine W. Dekker c6b59daf42
Perform simple conversion to TypeScript 2019-10-20 23:55:04 +02:00
Florine W. Dekker d805d0fbe5
Add GitHub to projects 2019-09-03 14:53:48 +02:00
Florine W. Dekker 21dc102e6e
Change link hover style 2019-07-09 21:18:06 +02:00
Florine W. Dekker 960a1273e3
Slightly clarify link structure 2019-07-08 19:14:12 +02:00
Florine W. Dekker 3647570704
Remove link underline to increase readability 2019-06-15 14:49:31 +02:00
Florine W. Dekker 215f92d62c
Colourise favicon 2019-06-13 20:30:08 +02:00
Florine W. Dekker 6242feaf1d
Remove ctrl+L shortcut
Because this shortcut is also used in some browsers to target the URL bar.
2019-06-12 20:58:58 +02:00
Florine W. Dekker 6813e6aac3
Update resume location 2019-06-10 15:39:56 +02:00
Florine W. Dekker 062bf4eac2
Implement #1 2019-06-10 15:36:03 +02:00
Florine W. Dekker 5c1f126481
Remove unnecessary braces 2019-06-10 15:31:46 +02:00
Florine W. Dekker be4369e0ab
Add simplify-fractions link to minor projects 2019-06-10 01:20:40 +02:00
Florine W. Dekker 48899cca43
Add link to Gitea 2019-06-08 04:20:25 +02:00
Florine W. Dekker a6f35d3fa2
Implement #9 2019-04-14 00:36:26 +02:00
Florine W. Dekker b215d52ba8
Implement #8 2019-04-08 22:42:11 +02:00
Florine W. Dekker a21beedfae
Fix #7 2019-03-20 21:11:16 +01:00
Florine W. Dekker a182f9b9d1
Resolve #6 2019-02-09 14:37:36 +01:00
Florine W. Dekker 45627727fe
Fix #4 2019-02-09 14:32:19 +01:00
Florine W. Dekker 9accec7dd7
Fix #5 2019-02-09 14:14:53 +01:00
Florine W. Dekker 0da49d48d7
Delegate path manipulation to Path class 2018-12-06 10:29:14 +01:00
Florine W. Dekker 7c45edebe9
Reformat CSS 2018-12-05 17:17:57 +01:00
Florine W. Dekker 7a1406fe2e
Fix terminal overflow in Firefox 2018-12-05 17:16:03 +01:00
Florine W. Dekker 1df8875040
Add margin to bottom of terminal 2018-12-05 16:22:54 +01:00
Florine W. Dekker 86bab583df
Fix cursor position in Firefox 2018-12-05 13:41:36 +01:00
Florine W. Dekker 1d4ed87f39
Rename `toString` to `nameString` 2018-12-04 12:54:04 +01:00
Florine W. Dekker 8d31423b0b
Prevent touch from overwriting directories 2018-12-03 16:47:14 +01:00
Florine W. Dekker 0488a7966b
Prevent mkdir from deleting directories 2018-12-03 16:46:55 +01:00
Florine W. Dekker 934a889791
Improve input parser
Allows passing options like `-rf` to mean `-r -f`.
2018-12-02 17:17:39 +01:00
Florine W. Dekker 53661a7b91
Implement `man` command 2018-12-02 17:01:11 +01:00
Florine W. Dekker 7f7c0d902b
Move header HTML to constant 2018-11-30 17:38:33 +01:00
Florine W. Dekker 3d3a96740d
Rename LinkFile to UrlFile 2018-11-30 17:11:56 +01:00
Florine W. Dekker e4a0acb415
Move filename storage to directory 2018-11-30 15:23:03 +01:00
Florine W. Dekker b51669df4e
Copy the right node with cp command
Fixes #2.
2018-11-30 12:59:25 +01:00
Florine W. Dekker 2b1eebbed6
Implement touch command 2018-11-29 20:56:27 +01:00
Florine W. Dekker 5ef7193aec
Enable logging in as root 2018-11-29 18:31:39 +01:00
Florine W. Dekker ece4e0050f
Show header after logging in 2018-11-29 18:28:37 +01:00
Florine W. Dekker 0cde732754
Don't clear terminal after logging out 2018-11-29 18:28:27 +01:00
Florine W. Dekker 2d723647ed
Hide password while entering 2018-11-29 16:19:50 +01:00
Florine W. Dekker f62fab1372
Implement loggin in/out 2018-11-29 16:10:02 +01:00
Florine W. Dekker bb62b90964
Implement recursive file removal 2018-11-29 13:50:36 +01:00