Commit Graph

8 Commits

Author SHA1 Message Date
2dbc4d6a28
feat: add shell_completion dependency and import
All checks were successful
Release / Release (push) Successful in 34s
2024-08-28 13:10:26 +02:00
0a5d3e11e4
feat: add current directory display in main loop
All checks were successful
Release / Release (push) Successful in 34s
2024-08-28 13:01:08 +02:00
5961309bab
style(main): remove unused result warnings in main.rs
All checks were successful
Release / Release (push) Successful in 33s
2024-08-28 12:36:07 +02:00
797f401cf3
feat: implement command piping in shell program
All checks were successful
Release / Release (push) Successful in 37s
2024-08-28 12:31:16 +02:00
3ed8234852
feat: add support for 'cd' command in REPL loop 2024-08-28 12:17:44 +02:00
65f97a673b
refactor(main): improve command input handling loop
All checks were successful
Release / Release (push) Successful in 39s
2024-08-28 07:59:11 +02:00
dab3905078
feat: implement command execution from user input
All checks were successful
Release / Release (push) Successful in 37s
2024-08-28 07:54:05 +02:00
1af0dd819d
feat: initialize new Rust project with basic structure
All checks were successful
Release / Release (push) Successful in 33s
2024-08-28 07:49:23 +02:00