lblu

lblu Used AI

5 devlogs
13h 26m
•  Ship certified
Created by Sebok Andras

A UEFI bootable file manager/editor, written in rust.

Timeline

Ship 1

0 payouts of shell 0 shells

Sebok Andras

about 9 hours ago

Sebok Andras Covers 5 devlogs

Added support for more nvim style commands, support for copying/pasting files (dose not work on all uefi implementations for some reason) and added a readme. Also experimented with networking support, but my NIC requires a very complex driver, so did not implememnt it for now.

Added support for basic file editing (with some bugs), and saving (it is broken in qemu for some reason)

Added support for opening and deleting files, a proper cursor, and (neo)vim style insert mode and commands (it is still a bit buggy, and only 'e' is implemented).

Added support for reading ascii text from files, and displaying the size of the files.

Initial implementation of browsing files.