94 Commits (b2e0005092f066b7df4daa981c81d1a884f2f414)

Author SHA1 Message Date
fdai7375 30e3e214bc refactoring: remove unneeded metadata call 2 years ago
fdai7381 a627f8ba29 test: add format uptime hours test 2 years ago
fdai7381 a9832b3d36 test: add format uptime minutes test 2 years ago
fdai7381 0ada689b7d test: add format uptime seconds test 2 years ago
fdai7375 e49b91cd58 feat: add filetype and filesize to ls command output 2 years ago
fdai7381 831f4aa08f feat: add simple fetch builtin 2 years ago
fdai7375 b6f4fa3c2a test: add ls is builting command test 2 years ago
fdai7375 cebfe212d4 feat: add ls command 2 years ago
fdai7375 74c5a5bb48 test: add open is builtin command test 2 years ago
fdai7375 c959957373 feat: add open command 2 years ago
fdai7381 a776c8c7ee fix: update builtin command mapping 2 years ago
fdai7381 70a3627908 feat: add fetch builtin structure 2 years ago
fdai7375 df2b8739b7 feat: add basic open command structure 2 years ago
fdai7375 b54b4e703b test: add change-prompt is builtin test 2 years ago
fdai7375 9b6331458f test: add pwd is builtin test 2 years ago
fdai7375 9c24b7ff26 feat: add pwd builtin command 2 years ago
fdai7381 2695cc24d1 feat: change prompt style 'None' to 'Default' 2 years ago
fdai7381 a39b8ead8f refactoring: sort imports 2 years ago
fdai7451 4bce3cd5bc refactoring: fmt change prompt tests 2 years ago
fdai7451 e715d7200c test: add change prompt valid and invalid arg test 2 years ago
fdai7451 e324d72f78 test: add change prompt args test 2 years ago
fdai7451 087b0e2072 feat: add bash-like prompt style 2 years ago
fdai7451 f3acf0c486 test: add cd test without args 2 years ago
fdai7451 f9206e16de feat: change directory to home if no argument is given to cd 2 years ago
fdai7451 bbe000158d feat: add simple directory prompt 2 years ago
fdai7451 06ce1ffe25 feat: add command to change prompt style 2 years ago
fdai7451 496318fcbc test: remove exit tests 2 years ago
fdai7451 357747ccf0 feat: exit directly when using exit command 2 years ago
fdai7381 289e07e3b6 test: add exit without args test 2 years ago
fdai7381 4bb2a0fbf0 refactoring: update cd test naming 2 years ago
fdai7381 5e82870c49 test: add exit test 2 years ago
fdai7451 e03948ea0c test: add is not a builtin test 2 years ago
fdai7451 9940640067 test: add cd not existent directory test 2 years ago
fdai7451 764b9569b0 test: add cd current directory test 2 years ago
fdai7451 c22a7efb7c feat: use trait to define builtins 2 years ago
fdai7451 66edb724bd feat: use shlex to parse line 2 years ago
fdai7381 64774881b9 test: add exit is builtin test 2 years ago
fdai7381 23e6cfd4b0 feat: add exit builtin command 2 years ago
fdai7381 49614f503d refactoring: remove unnecessary internal keyword parameter 2 years ago
fdai7375 3d17cc2fdd test: add cd is builtin test 2 years ago
fdai7375 f5812d5e88 feat: add cd builtin command 2 years ago
fdai7375 2ae1471632 feat: add builtins module 2 years ago