Commit Graph

14 Commits

Author SHA1 Message Date
TheWahlolly 64a6a26404 v0.8.2 - Added arrow keys to navigate shell history as well as a blinking cursor which you cannot yet move. 2025-04-27 21:16:50 +03:00
TheWahlolly f478048976 v0.8.1 - Fixed a couple bugs involving the shell crashing and fetch. Added proper shell error handling. 2025-04-27 20:00:06 +03:00
TheWahlolly 614c9011cf v0.8.0 - Added help and fetch. 2025-04-27 18:25:12 +03:00
TheWahlolly 109c0beffb v0.7.0 - Added basic CLI tools: ls, cd, cp, mv, rm, lua 2025-04-27 10:13:12 +03:00
TheWahlolly 64a761fdde v0.6.0 - Added shell parser, echo command and some other minor tweaks. 2025-04-26 12:38:05 +03:00
TheWahlolly d220b9d648 v0.5.1 - Squashed a few bugs, added the startup message to shell.cfg to make it modifiable. 2025-04-26 09:13:52 +03:00
Ponali e9cf9789b7 0.5.0 - ANSI color escape code support
I got asked to do the ANSI escape codes for color because Wahlolly couldn't find a way to get them to work. This involved making some kind of TTY, and let me be clear, i didn't know it would be so tedious to develop one. This implementation has support for dark and bright colors by using a color palette. There isn't 8-bit and 24-bit color yet, nor is there a shell parser, so please wait a bit more when it gets implemented.
2025-04-19 16:09:27 +02:00
TheWahlolly b010fe7f57 v0.4.1 - Added something in the likes of an io.read() function in OpenOS. Cursor will be added next update. Shell parser will be added in 0.5.0. 2025-04-13 17:40:19 +03:00
TheWahlolly 6dfd970c62 v0.4.0 - Aaaand event.lua is no longer working. FUUUUUUUUU 2025-04-09 20:13:35 +03:00
Ponali 247d32112c v0.3.1 (again) - I forgot to update the version in the file :/ 2025-04-08 20:04:21 +02:00
Ponali 6f1508d1bf v0.3.1 - Fixed the infamous bug
TheWahlolly didn't know that arrays were stored in pointers when set into another variable, affecting the original array. I also made some changes into the code for ocelot logs so signals are much clearer to investigate (I hope).
2025-04-08 19:55:23 +02:00
TheWahlolly 198b56e64a v0.3.0 - Nothing works. I'm confused as hell. I can't figure this out. 2025-04-05 16:21:58 +03:00
TheWahlolly 7b8e237abe v0.2.0 - Added startup apps and an event handler process (unfinished) 2025-04-03 21:19:50 +03:00
Wahlolly 4adc959549 First commit. Not even working prototype yet. 2025-04-02 19:39:36 +03:00