forked from tools/josh
1
0
Fork 0
Commit Graph

62 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 0237225750
Fix autoscrolling after clicking 2021-04-23 00:30:13 +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 86b07555da
Allow navigating to directories without `cd`
Fixes #147.
2020-12-07 12:56:45 +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 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 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 28602cfe47
Add more projects and add hunt for root pwd 2020-03-17 19:22:59 +01:00
Florine W. Dekker 09588f4bb5
Properly escape characters in paths
Fixes #97.
2019-11-23 13:14:32 +01:00
Florine W. Dekker aa9a466956
Do not run ls if target does not exist
Fixes #49.
2019-11-23 00:55:33 +01:00
Florine W. Dekker c6411d51a4
Advance stream pointer in between writes
Fixes #96.
2019-11-23 00:07:57 +01:00
Florine W. Dekker 534246a7bc
Add overriding of file extension 2019-11-14 23:21:06 +01:00
Florine W. Dekker e2fa3bc1ea
Fix typo in null file deserialisation
Fixes #83.
2019-11-14 20:34:22 +01:00
Florine W. Dekker e528b8bc48
Retain file nullness after deserialisation
Fixes #83.
2019-11-14 00:32:42 +01:00
Florine W. Dekker 6c10b714cd
Distinguish file and directory paths
Fixes #76.
2019-11-13 14:47:06 +01:00
Florine W. Dekker b9256c6d2b
Fix file persistence
Fixes #77.
2019-11-13 09:25:53 +01:00
Florine W. Dekker afa936bb4b
Add /dev/null
Fixes #71.
2019-11-12 01:10:53 +01:00
Florine W. Dekker 1a9a588f8f
Use .to.throw in tests properly
Fixes #72.
2019-11-12 00:57:24 +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 8f58321238
Deprecate `replaceAll` function
Fixes #70.
2019-11-11 22:59:43 +01:00
Florine W. Dekker d158b4f970
Fix #66 2019-11-10 18:20:46 +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 a9309bcd4e
Fix #53 2019-11-10 13:42:41 +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 f5713fdf31
Fix #46
This is at the cost of removing support for `**` because that's just really difficult to implement.
2019-11-08 21:19:38 +01:00
Florine W. Dekker ac9796c3e6
Fix #47 2019-11-07 01:21:56 +01:00
Florine W. Dekker 15ecc64bac
Make ~ usable as directory 2019-11-07 00:54:13 +01:00
Florine W. Dekker 9d456dedfa
Fix #10 2019-11-06 23:11:47 +01:00
Florine W. Dekker d815800dac
Fix faulty rmdir
It was unable to remove any directory. Oops.
2019-11-06 22:44:24 +01:00
Florine W. Dekker 9523c31afe
Fix #20 2019-11-06 22:27:25 +01:00
Florine W. Dekker b605436ab4
Condense input parser and implement curly braces 2019-11-06 20:40:11 +01:00
Florine W. Dekker 67898842ba
Update to TypeScript 3.7
And clear empty lines and consistify error usage.
2019-11-06 14:47:14 +01:00
Florine W. Dekker f5126065bf
Fix #43 2019-11-06 14:14:40 +01:00
Florine W. Dekker 540a4f4ebe
Clear environment after logging out 2019-11-06 01:08:32 +01:00
Florine W. Dekker c354906f7a
Fix #42 2019-11-06 00:58:16 +01:00
Florine W. Dekker cc1ae80a96
Test file system and resolve a bunch of bugs 2019-11-04 19:57:13 +01:00
Florine W. Dekker 53ad4f2a49
Fix #32 2019-11-04 18:19:24 +01:00