forked from tools/josh
1
0
Fork 0
Commit Graph

14 Commits

Author SHA1 Message Date
Florine W. Dekker ebcdfe3f95
Organise imports and streamline some tests 2020-03-24 20:48:57 +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 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 5b28416861
Implement auto completion of files
Fixes #39.
2020-03-18 16:44:16 +01:00
Florine W. Dekker 6c10b714cd
Distinguish file and directory paths
Fixes #76.
2019-11-13 14:47:06 +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 2d077c6599
Fix #62 2019-11-10 16:40:08 +01:00
Florine W. Dekker ac9796c3e6
Fix #47 2019-11-07 01:21:56 +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 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