132 Commits (cf237509c3cae3cbbde2ebc553e8b422d01e2b37)

Author SHA1 Message Date
fdai7381 6090a7c503 fix: update builtin command mapping 2 years ago
fdai7381 5b6e7bd818 feat: add fetch builtin structure 2 years ago
fdai7375 779ec01549 feat: add basic open command structure 2 years ago
fdai7375 7834043514 test: add change-prompt is builtin test 2 years ago
fdai7375 bbf652a8b8 test: add pwd is builtin test 2 years ago
fdai7375 f9ba9b807d feat: add pwd builtin command 2 years ago
fdai7381 0926afe80a feat: change prompt style 'None' to 'Default' 2 years ago
fdai7381 b2e4dc5353 refactoring: sort imports 2 years ago
fdai7451 b94fffc952 refactoring: fmt change prompt tests 2 years ago
fdai7451 968db58584 test: add change prompt valid and invalid arg test 2 years ago
fdai7451 2d8136033c test: add change prompt args test 2 years ago
fdai7451 362d3ea667 feat: add bash-like prompt style 2 years ago
fdai7451 fb41de9c2e test: add cd test without args 2 years ago
fdai7451 34bc88e42d feat: change directory to home if no argument is given to cd 2 years ago
fdai7451 19c80dd121 feat: add simple directory prompt 2 years ago
fdai7451 1d1ccb7e98 feat: add command to change prompt style 2 years ago
fdai7451 786deec960 test: remove exit tests 2 years ago
fdai7451 f0bd9f8397 feat: exit directly when using exit command 2 years ago
fdai7381 4a2c5d713c test: add exit without args test 2 years ago
fdai7381 7614798e4e refactoring: update cd test naming 2 years ago
fdai7381 b04e5e6280 test: add exit test 2 years ago
fdai7451 5d0f600cc4 test: add is not a builtin test 2 years ago
fdai7451 8ca75427d9 test: add cd not existent directory test 2 years ago
fdai7451 8965c89d2c test: add cd current directory test 2 years ago
fdai7451 b9f3007d9e feat: use trait to define builtins 2 years ago
fdai7451 7908e28279 feat: use shlex to parse line 2 years ago
fdai7381 f0a86b3866 test: add exit is builtin test 2 years ago
fdai7381 e6c5300dc1 feat: add exit builtin command 2 years ago
fdai7381 2f062017c6 refactoring: remove unnecessary internal keyword parameter 2 years ago
fdai7375 c5d536effa test: add cd is builtin test 2 years ago
fdai7375 242f93793f feat: add cd builtin command 2 years ago
fdai7375 339cbab8aa feat: add builtins module 2 years ago