f702cd91e0
fix: sudo not intalled on runners
2025-04-10 22:57:19 -04:00
0acbbcf9f6
feat: basic GUI terminal when pressing F12
2025-04-10 14:26:52 -04:00
bb9bca8ca5
chore: run clippy and cargo fmt on pending changes
2025-04-07 23:06:48 -04:00
7c3fa95566
build: remove regex dependency in favor of rust iterators
2025-04-07 22:11:38 -04:00
9088d0aa49
add window icon
2025-04-03 01:37:53 -04:00
43fd5966b7
improve error handling and add metadata
2025-04-03 01:00:24 -04:00
36431b4654
wip:handle spawning multiple windows
2025-03-24 19:42:32 -04:00
883df3ee94
format rust and nix files
2025-03-22 21:58:27 -04:00
d0ca2274fa
deprecate and remove zlua
2025-03-22 19:19:02 -04:00
894203be53
cube
2025-02-04 05:10:53 -05:00
4c969b7e93
finally fix workflow i hope
2025-01-11 15:28:01 -05:00
47c67fb480
remove categories
2025-01-11 15:12:18 -05:00
GhostedGaming
c49999a315
Text editor (WIP)
2024-12-24 21:51:56 -05:00
GhostedGaming
ac2ceb4c78
Added better syntax
2024-12-24 13:40:14 -05:00
GhostedGaming
ec09b69e4c
Imported the whole library and now we have alot more functtions (sorry caz)
2024-12-24 13:09:20 -05:00
GhostedGaming
c4cc4152b6
Working if statement
...
partially
2024-12-24 03:35:41 -05:00
GhostedGaming
c61c8b8051
Added a file for zlua and made a new function
2024-12-23 23:14:11 -05:00
93995ac62a
ZLUA REPL!!!!! ( #18 )
2024-12-21 16:28:32 -05:00
dba07c4adf
polish repl ( #17 )
...
* add less daunting panic message on release builds
2024-12-21 14:35:55 -05:00
470b934fb8
burn everything to the ground ( #11 )
...
🔥 🔥 🔥 🔥 🔥
2024-12-19 20:54:46 -05:00
3aba3aea1c
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
2024-12-09 20:28:28 -05:00
e4a45eee82
apply clippy changes
2024-12-06 16:57:52 -05:00
8d1f838a68
fix formatting
2024-12-06 16:55:49 -05:00
4d2383d54c
fix tokio runtime stack overflow due to recursion
2024-12-06 16:20:16 -05:00
48bdd140e2
exec .zenshell files + shell extensions
...
Co-authored-by: Tristan Poland (Trident_For_U) <tristanpoland@users.noreply.github.com>
2024-12-06 15:54:31 -05:00
b289e3d26b
check command similarity
2024-12-06 11:19:12 -05:00
8dc0765f78
change the look of autocompletion
2024-12-06 10:56:18 -05:00
e1aad59ab5
make repl support strings via both double and single quotes
2024-12-05 17:05:20 -05:00
4926e03fdc
fix unwrap errors
2024-12-05 11:16:40 -05:00
ecad886ed9
add rust formatting rules
2024-12-05 11:00:08 -05:00
8dd059871a
print logging state upon change
2024-12-05 10:46:36 -05:00
eatmynerds
4e688729e6
Control logging using key events
2024-12-05 01:33:44 -06:00
41ebe4bbd5
replace reedline with rustyline
2024-12-02 15:43:39 -05:00
Jason Spalti
ceeec877c7
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
2024-12-02 12:51:39 -05:00
Jason Spalti
7846128567
Add descriptions to commands and improve REPL display formatting
2024-12-01 23:52:12 -06:00