158 Commits (dfc5ff675985e7d998557fa4e7390eca88db5662)
 

Author SHA1 Message Date
fdai7381 7197056166 feat: add filename completion 2 years ago
fdai7451 50066f536c refactoring: sort builtins 2 years ago
fdai7451 ca6219e526 feat: add segfault command 2 years ago
fdai7451 860b722933 refactoring: use let else instead of match 2 years ago
fdai7381 bdfa1a4a8a test: add bytes to mebi bytes test 2 years ago
fdai7381 a1e8bb505c fix: update mega to mebi bytes 2 years ago
fdai7375 b4fe55fb7a refactoring: remove unneeded metadata call 2 years ago
fdai7375 c95be7084b Merge branch 'main' of https://gitlab2.informatik.hs-fulda.de/fdai7381/pmuw-project 2 years ago
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 9504af8a6f refactoring: use whoami in bash like prompt 2 years ago
fdai7381 1126a236e3 refactoring: remove unneeded return statement 2 years ago
fdai7381 d887832224 fix: update prompt on iteration 2 years ago
fdai7381 9f67319678 feat: update default prompt style 2 years ago
fdai7381 2695cc24d1 feat: change prompt style 'None' to 'Default' 2 years ago
fdai7381 a39b8ead8f refactoring: sort imports 2 years ago
fdai7381 86a72c1380 refactoring: make 'try_interpret' private 2 years ago
fdai7381 9477a4de04 feat: add shell welcome message 2 years ago
fdai7451 baaa219b40 refactoring: move error catching match statement to other file 2 years ago
fdai7451 13c3779635 refactoring: fmt preprocessing tests 2 years ago
fdai7451 e70c074991 fix: update env set regex 2 years ago
fdai7451 8989ae7a65 test: add env variable resolve test 2 years ago
fdai7451 1dd0359d4c feat: add env variable resolving to preprocessing 2 years ago
fdai7451 d7312043d7 chore: exclude merge commits when counting user commits 2 years ago
fdai7451 b3bdcb164b refactoring: unwrap preprocessing env set key as its always Some 2 years ago
fdai7451 fa05e903ad test: add preprocess set variable test 2 years ago
fdai7451 152c638d76 feat: return option inside the preprocess result 2 years ago
fdai7451 80cd94232a feat: add preprocessing function 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 c8c3b9f3f5 refactoring: remove return from prompt style fmt functions 2 years ago
fdai7451 087b0e2072 feat: add bash-like prompt style 2 years ago
fdai7451 696f23b4ef refactoring: remove prompt format path argument 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