38 Commits

Author SHA1 Message Date
41c611c0ca history now writes to the fs .history properly 2025-01-12 18:22:33 -05:00
f8d97ded00 history now logs "cd" and "exit", history bug when starting a new session and inputting a new command then leaving will concat onto the old history's same line 2025-01-12 02:00:56 -05:00
d40f4bece3 history is now separated from ps.rs, create valid_pbuf.rs to be used across different modules 2025-01-11 16:39:19 -05:00
ca639db826 the history file now stores the first line properly 2025-01-11 14:37:56 -05:00
ab349f7894 .history file loads but need a feasible way to detect that no history exist and not to insert a new line 2025-01-11 03:13:36 -05:00
fb2d79c35c Terminal userdata 2025-01-10 22:24:24 -05:00
e578f408c5 SHELL.SYSTEM 2025-01-10 12:55:59 -05:00
d95366bebe Working SHELL.PROMPT = and SHELL.PROMPT, SHELL is now a userdata 2025-01-10 12:05:35 -05:00
97b08d24e3 update cargo 2025-01-08 18:41:00 -05:00
41899480c0 working ps 2025-01-07 21:03:31 -05:00
546dbc7db0 init.luau instead of config.luau 2025-01-07 16:23:48 -05:00
9f0a376d5e refactoring 2025-01-06 20:51:54 -05:00
edced4ddf1 add const_format with rust_1_64, and vendored feature for mlua 2025-01-06 15:26:20 -05:00
7fba40e8d5 insane person macro 2025-01-06 03:02:14 -05:00
eaac5a34bd LICENSE 2025-01-05 15:03:41 -05:00
492a789109 mod.rs for vm 2025-01-04 18:50:24 -05:00
e06a4a6c72 OUT.WRITE<T...>(T...), and some cleanup 2025-01-04 12:14:18 -05:00
bf92ed7bad shell.rs -> session.rs and luau/system.rs -> shell.rs 2025-01-03 22:21:27 -05:00
54ae2f4b1c restructure ps.rs 2025-01-03 20:50:27 -05:00
31b16fca17 Introduce warn<S...>(S...) for yellow output, uses compile time coloring 2025-01-03 20:49:47 -05:00
e0f539b9b0 system variables 2025-01-02 21:41:06 -05:00
3ff1b6d1e8 remove TERMINAL.OUT.STYLE 2025-01-02 02:29:30 -05:00
da2fe5d88e out.style.background and out.style.foreground 2025-01-02 01:48:15 -05:00
8b9302cb21 more readable macro colors 2024-12-29 23:16:36 -05:00
7a4fa8c13c life is forming 2024-12-29 23:05:13 -05:00
57d0d3c421 use String instead of Vec 2024-12-29 10:31:21 -05:00
37662691e2 sandboxing goes after variables now 2024-12-29 03:09:13 -05:00
c08d0a20e2 convert indentation to tabs 2024-12-29 01:46:30 -05:00
c4559b8aa1 ladies and gentlemen, we have Luau running 2024-12-28 23:22:30 -05:00
03a5b064e5 genius 2024-12-28 15:39:06 -05:00
0070c924f3 print.rs not needed 2024-12-28 15:35:07 -05:00
f52217ed9d luau vm 2024-12-28 15:34:14 -05:00
4a031d01e9 use .to_owned instead of .to_string for &str's 2024-12-27 22:35:42 -05:00
ad8c6a97c5 return 2024-12-27 17:54:01 -05:00
4c26ed1b9f rc restructure 2024-12-27 17:53:44 -05:00
398f97c716 move lib to its own repo 2024-12-24 17:47:59 -05:00
b594d807bb git ignore 2024-12-22 22:57:15 -05:00
b87bb4d85f init 2024-12-07 17:33:39 -05:00