105 Commits (0f624a8e4b9b6cb639ec345ca64b3265ebfd60f3)
 

Author SHA1 Message Date
fdai7451 0f624a8e4b refactoring: sort builtins 2 years ago
fdai7451 a485583db2 feat: add segfault command 2 years ago
fdai7451 63e33fdaf8 refactoring: use let else instead of match 2 years ago
fdai7381 053eb6ac27 test: add bytes to mebi bytes test 2 years ago
fdai7381 2ff7116a82 fix: update mega to mebi bytes 2 years ago
fdai7375 42644b765a refactoring: remove unneeded metadata call 2 years ago
fdai7381 b0f454d10e test: add format uptime hours test 2 years ago
fdai7381 024d0f8906 test: add format uptime minutes test 2 years ago
fdai7375 8399b2dfde refactoring: remove unneeded metadata call 2 years ago
fdai7381 e6f2271983 test: add format uptime seconds test 2 years ago
fdai7375 5bd8ed531a feat: add filetype and filesize to ls command output 2 years ago
fdai7381 70013ebc3b feat: add simple fetch builtin 2 years ago
fdai7375 7966acd0ef test: add ls is builting command test 2 years ago
fdai7375 893280cfbe feat: add ls command 2 years ago
fdai7375 a665d55fec test: add open is builtin command test 2 years ago
fdai7375 be42576a51 feat: add open command 2 years ago
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 298a5e685a refactoring: use whoami in bash like prompt 2 years ago
fdai7381 db726b042c refactoring: remove unneeded return statement 2 years ago
fdai7381 244ae9b5ce fix: update prompt on iteration 2 years ago
fdai7381 154409f0ea feat: update default prompt style 2 years ago
fdai7381 0926afe80a feat: change prompt style 'None' to 'Default' 2 years ago
fdai7381 b2e4dc5353 refactoring: sort imports 2 years ago
fdai7381 0676e774b8 refactoring: make 'try_interpret' private 2 years ago
fdai7381 944adf87f2 feat: add shell welcome message 2 years ago
fdai7451 6fe809a2eb refactoring: move error catching match statement to other file 2 years ago
fdai7451 494e7d0d79 refactoring: fmt preprocessing tests 2 years ago
fdai7451 b6f3abaa82 fix: update env set regex 2 years ago
fdai7451 6b15c76e23 test: add env variable resolve test 2 years ago
fdai7451 e6ee00b021 feat: add env variable resolving to preprocessing 2 years ago
fdai7451 c472d2bdd7 chore: exclude merge commits when counting user commits 2 years ago
fdai7451 65b9ff6185 refactoring: unwrap preprocessing env set key as its always Some 2 years ago
fdai7451 0b9cf63fcb test: add preprocess set variable test 2 years ago
fdai7451 dd0aec5280 feat: return option inside the preprocess result 2 years ago
fdai7451 d2f8ca61ca feat: add preprocessing function 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 cd47c0a793 refactoring: remove return from prompt style fmt functions 2 years ago
fdai7451 362d3ea667 feat: add bash-like prompt style 2 years ago
fdai7451 04c41aaa93 refactoring: remove prompt format path argument 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 d74949a0d4 refactoring: simplify main loop match break and continue arms 2 years ago