Floppy FS (File System)
- 8 Devlogs
- 38 Total hours
A File System that runs entirely in the browser.
A File System that runs entirely in the browser.
Here is the Final devlog before shipping. Added a bunch of new features and improved UI/UX.
rename <old> <new> for renaming files/folders.tree for viewing tree view of the folder.export <file> for downloading files.Welcome to devlog #7 of Floppy FS. I’ve added a bunch of new terminal commands and added Copy/Cut > Paste functionality in the UI mode. Right click to open context menu and perform copy/cut > paste.
New terminal commands:
touch <filename> for creating files.mkdir <foldername> for creating folders.rm <target> for deleting file or folder.edit <filename> for opening file in the editor.Introducing terminal mode. Now, you can move around the Floppy File System and perform actions using terminal commands. Available commands for now:
ls for displaying all the files/folders in current directory.cat <filename> for viewing the content stored in file.cd <foldername> for changing directory.clear for clearing the terminal.More commands will be added soon. I’m actively working on this project.
Here’s the devlog #5 of Floppy File System. The UX is improved (pressing enter when creating new file or folder creates them). Plus, users can also rename files and folders now by right clicking the file or folder and then selecting rename from context menu. And some improvements in utility functions.
Welcome to devlog #4. Here are the changes and new features I’ve added:
Welcome to devlog #3 of Floppy File System. Here are the changes for this devlog.
Here is the devlog #2 of Floppy FS. I have updated a little bit UI and added some features:
Welcome to the first devlog of Floppy FS, a file system that runs entirely in the browser.
Here are the features that I have completed building: