Commit graph

19 commits

Author SHA1 Message Date
0aec5c0eeb
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-21 19:15:55 -04:00
ccf686da07
apply clippy changes 2025-04-21 19:15:53 -04:00
41e41c725e
fix formatting 2025-04-21 19:15:51 -04:00
8eeb6a4385
fix tokio runtime stack overflow due to recursion 2025-04-21 19:15:50 -04:00
7d88899919
exec .zenshell files + shell extensions
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
2025-04-21 19:15:48 -04:00
ce4965ece7
check command similarity 2025-04-21 19:15:46 -04:00
04a8c39b6c
change the look of autocompletion 2025-04-21 19:15:44 -04:00
df34719f5c
make repl support strings via both double and single quotes 2025-04-21 19:15:42 -04:00
7f5618c429
fix unwrap errors 2025-04-21 19:15:41 -04:00
864ecedaf9
add rust formatting rules 2025-04-21 19:15:39 -04:00
03a9ec04c7
print logging state upon change 2025-04-21 19:15:37 -04:00
eatmynerds
a71bed6bc8
Control logging using key events 2025-04-21 19:15:35 -04:00
41f87a379d
add zephyr ECS subcrate 2025-04-21 19:15:28 -04:00
1becc24433
replace reedline with rustyline 2025-04-21 19:15:23 -04:00
Jason Spalti
536302b0cd
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-21 19:15:16 -04:00
Jason Spalti
b4217218dc
Add descriptions to commands and improve REPL display formatting 2025-04-21 19:15:12 -04:00
8cbc0b3382
draw with wgpu 2025-04-21 19:15:10 -04:00
f002196681
WINIT WINDOW!!!! 2025-04-21 19:15:08 -04:00
929cf58d8e
Basic repl 2025-04-21 19:14:34 -04:00