d6806d4dbe
feat: handle spawning multiple windows
2025-04-19 21:03:54 +02:00
a6fa240e5d
format rust and nix files
2025-04-19 21:03:19 +02:00
d694fa1eb9
deprecate and remove zlua
2025-04-19 21:03:17 +02:00
32a5c46f8c
cube
2025-04-19 21:02:42 +02:00
487897cdb9
finally fix workflow i hope
2025-04-19 21:02:35 +02:00
c563119c77
remove categories
2025-04-19 21:02:34 +02:00
GhostedGaming
8d6bb42e83
add rudimentary Text editor
2025-04-19 21:01:53 +02:00
GhostedGaming
9e7d8dff13
Added better syntax
2025-04-19 21:01:49 +02:00
GhostedGaming
cb52ce8de0
Imported the whole library and now we have alot more functtions (sorry caz)
2025-04-19 21:01:48 +02:00
GhostedGaming
f39df7d29d
Working if statement
...
partially
2025-04-19 21:01:45 +02:00
GhostedGaming
7e940200c6
Added a file for zlua and made a new function
2025-04-19 21:01:43 +02:00
173da4c14a
ZLUA REPL!!!!! ( #18 )
2025-04-19 21:01:42 +02:00
c57e5c2d49
polish repl ( #17 )
...
* add less daunting panic message on release builds
2025-04-19 21:01:37 +02:00
08f090b6fe
burn everything to the ground ( #11 )
...
🔥 🔥 🔥 🔥 🔥
2025-04-19 21:01:29 +02:00
3d87381f55
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-19 21:01:28 +02:00
2c389c356a
apply clippy changes
2025-04-19 21:01:08 +02:00
ae62990e90
fix formatting
2025-04-19 21:01:05 +02:00
c163860c0a
fix tokio runtime stack overflow due to recursion
2025-04-19 21:01:04 +02:00
7adf770d54
exec .zenshell files + shell extensions
...
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
2025-04-19 21:01:02 +02:00
acf22483a8
check command similarity
2025-04-19 21:00:59 +02:00
a599ef7df9
change the look of autocompletion
2025-04-19 21:00:57 +02:00
6c1e53ade4
make repl support strings via both double and single quotes
2025-04-19 21:00:56 +02:00
9baae0c875
fix unwrap errors
2025-04-19 21:00:52 +02:00
bab618708f
add rust formatting rules
2025-04-19 21:00:50 +02:00
6f264d9278
print logging state upon change
2025-04-19 21:00:49 +02:00
eatmynerds
f982c78c5b
Control logging using key events
2025-04-19 21:00:39 +02:00
b7d727d9b5
replace reedline with rustyline
2025-04-19 21:00:10 +02:00
Jason Spalti
23817b5b95
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-19 20:59:48 +02:00
Jason Spalti
aa75aa4157
Add descriptions to commands and improve REPL display formatting
2025-04-19 20:58:50 +02:00