forked from tools/josh
1
0
Fork 0
Commit Graph

17 Commits

Author SHA1 Message Date
Florine W. Dekker f574d84e0b
Add .editorconfig and format accordingly 2019-11-06 15:07:56 +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 9bf9ea3810
Implement and test separate Environment class 2019-11-06 14:02:18 +01:00
Florine W. Dekker 8e9747c5fe
Move current user to environment variable 2019-11-06 12:53:48 +01:00
Florine W. Dekker 540a4f4ebe
Clear environment after logging out 2019-11-06 01:08:32 +01:00
Florine W. Dekker e0a809a324
Made cwd environment variable read-only 2019-11-04 20:08:54 +01:00
Florine W. Dekker 53ad4f2a49
Fix #32 2019-11-04 18:19:24 +01:00
Florine W. Dekker 493c32d12e
Fix #40
And
* Fix absolute paths with rmdir
* Fix inverted behaviour of -n with echo
* Store environment variables in a session-based cookie
* Improve escaped behaviour of > characters
* Simplify input parser's tokeniser
2019-11-04 14:47:59 +01:00
Florine W. Dekker c51defad04
Separate input arguments from its parser 2019-11-04 13:54:52 +01:00
Florine W. Dekker 06ddc5f134
Do not trim tokens to allow trailing escaped whitespace 2019-11-03 18:29:44 +01:00
Florine W. Dekker 428c712921
Fix #36 2019-11-03 17:57:57 +01:00
Florine W. Dekker e2fff21f95
Fix #13 2019-11-02 21:28:32 +01:00
Florine W. Dekker e1f489589a
Implement tokenized parser
And escape everything when clicking paths, fixing #27 for real this time.
2019-11-02 19:58:20 +01:00
Florine W. Dekker bd4f799752
Fix #27 2019-11-02 18:45:19 +01:00
Florine W. Dekker 4cfedef014
Replace OutputAction with escape characters 2019-11-02 15:16:50 +01:00
Florine W. Dekker 7cc1f5ea33
Capitalise file names 2019-11-01 11:59:33 +01:00