forked from tools/josh
1
0
Fork 0
Commit Graph

27 Commits

Author SHA1 Message Date
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 3d3a96740d
Rename LinkFile to UrlFile 2018-11-30 17:11:56 +01:00
Florine W. Dekker 2b1eebbed6
Implement touch command 2018-11-29 20:56:27 +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
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 e4f97da372
Fix unknown command error message 2018-11-29 13:11:57 +01:00
Florine W. Dekker 71d5db9587
Use OOP to represent files and directories 2018-11-29 12:42:14 +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 6f8affebb2
Extract argument parser logic 2018-11-29 08:58:53 +01:00
Florine W. Dekker 2db415c963
Tabs --> Spaces 2018-11-29 01:08:58 +01:00
Florine W. Dekker 9c53d17207
Implement `open` command 2018-11-29 00:15:08 +01:00
Florine W. Dekker b8412f5087
Implement file types 2018-11-29 00:05:37 +01:00
Florine W. Dekker 13ec24a53c
Fix some miscellaneous help messages 2018-11-28 23:47:11 +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 ea80b978c7
Classify commands 2018-11-28 22:07:51 +01:00
Florine W. Dekker b5a28fb07a
Make trim function string proto function 2018-11-28 21:36:04 +01:00
Florine W. Dekker 1137e41814
Classify terminal 2018-11-28 21:29:28 +01:00
Florine W. Dekker ec8fa7d5ac
Add current website 2018-11-28 19:51:48 +01:00