Commit graph

11 commits

Author SHA1 Message Date
d9cd447ecb
polish repl (#17)
* add less daunting panic message on release builds
2025-04-22 20:54:14 +02:00
8416e48ab2
burn everything to the ground (#11)
🔥🔥🔥🔥🔥
2025-04-22 20:52:10 +02:00
dca88dc1db
Improve repl autocorrect and error handling
* Combine comparison algorithims for autocorrect

* clear zephyr functions

* remove redundant comments because co-pilot is stupid and i probably will never try to use it again

* implement basic tab completion

* fix unused items

* Make workflow check code quality

* split code quality into its own file

* make action fail on bad formatting

* change workflow to nightly

* f it, code quality is considered breaking

* fix forgetting to set toolchain back to nightly when rewriting workflow (😔)

* Add condition for too little arguments

* run cargo fmt

* remove unneeded feature directive
2025-04-22 20:52:06 +02:00
e408187bee
apply clippy changes 2025-04-22 20:51:57 +02:00
cf932adbc2
fix formatting 2025-04-22 20:51:53 +02:00
ac08dbc3d2
exec .zenshell files + shell extensions
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
2025-04-22 20:51:43 +02:00
48a02a70e6
check command similarity 2025-04-22 20:51:38 +02:00
259264ba78
change the look of autocompletion 2025-04-22 20:51:34 +02:00
26ec19294e
add rust formatting rules 2025-04-22 20:51:21 +02:00
Jason Spalti
80d5ef22e2
Refactor logging system to switch between stdout and file logging
* Refactor logging to switch between stdout and file logging

* Use "clear" instead of "tput reset" for unix

* Remove redundant comments
2025-04-22 20:49:54 +02:00
Jason Spalti
b4090dc4ad
Add descriptions to commands and improve REPL display formatting 2025-04-22 20:49:45 +02:00