Commit Graph

13 Commits

Author SHA1 Message Date
e177b26348
refactor: remove unused imports in main.rs
All checks were successful
Release / Release (push) Successful in 34s
2024-08-28 13:19:38 +02:00
2dbc4d6a28
feat: add shell_completion dependency and import
All checks were successful
Release / Release (push) Successful in 34s
v1.4.0
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
v1.3.0
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
v1.2.0
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
f73c10d6eb Merge pull request 'chore: Configure Renovate' (#1) from renovate/configure into main
All checks were successful
Release / Release (push) Successful in 33s
Reviewed-on: #1
2024-08-28 06:23:36 +00:00
1d50cd25d5 chore(deps): add renovate.json
All checks were successful
Release / Release (push) Successful in 35s
2024-08-28 06:00:40 +00: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
v1.1.0
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
v1.0.0
2024-08-28 07:49:23 +02:00
28edcb2255
build: add Gitea workflow for release automation
Some checks failed
Release / Release (push) Has been cancelled
2024-08-28 07:48:56 +02:00
a7e778347d
chore: add release configuration file 2024-08-28 07:48:08 +02:00