forked from tools/josh
1
0
Fork 0
Commit Graph

28 Commits

Author SHA1 Message Date
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 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 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 bb62b90964
Implement recursive file removal 2018-11-29 13:50:36 +01:00
Florine W. Dekker a8c6c79cea
Remove force option from rmdir 2018-11-29 13:38:00 +01:00
Florine W. Dekker aebbb690e8
Implement copy function 2018-11-29 13:34:46 +01:00
Florine W. Dekker d9f3ce407c
Implement mv command 2018-11-29 13:18:48 +01:00
Florine W. Dekker d32fcf6fde
Add missing documentation 2018-11-29 13:01:55 +01:00
Florine W. Dekker 71d5db9587
Use OOP to represent files and directories 2018-11-29 12:42:14 +01:00
Florine W. Dekker df7401343e
Make parent directory of root equal root 2018-11-29 10:21:48 +01:00
Florine W. Dekker 5b26b47c4d
Prevent creation of nonsensical directories 2018-11-29 10:16:31 +01:00
Florine W. Dekker 423e9697f2
Join arguments surrounded by quotes 2018-11-29 10:08:44 +01:00
Florine W. Dekker cac8aca487
Implement ignoring removal warnings 2018-11-29 09:37:42 +01:00
Florine W. Dekker 75a4615613
Remove multiple files 2018-11-29 09:20:23 +01:00
Florine W. Dekker 86f57cb56d
Implement creating/removing multiple directories 2018-11-29 09:08:24 +01:00
Florine W. Dekker 739f74fe8c
Implement deleting root 2018-11-29 00:21:35 +01:00
Florine W. Dekker b8412f5087
Implement file types 2018-11-29 00:05:37 +01:00
Florine W. Dekker 1e4b9ad74d
Add poweroff command 2018-11-28 23:22:17 +01:00
Florine W. Dekker 6f671dd0a3
Replace excessive template strings 2018-11-28 22:41:59 +01:00
Florine W. Dekker f8fd158135
Classify FileSystem 2018-11-28 22:23:11 +01:00
Florine W. Dekker b5a28fb07a
Make trim function string proto function 2018-11-28 21:36:04 +01:00
Florine W. Dekker ec8fa7d5ac
Add current website 2018-11-28 19:51:48 +01:00