Posted 11 May 2015 - 03:41 AM
This is a file browser which I created for my new OS. It's simple, clean, easy to use, and powerful.
Features:
-Uses GUIs
-Marks folders with [] and files with ()
-Marks read-only files/folders by making them green
-Displays current directory at top
-Allows for creation of files and folders
-Allows for copying, moving, and deleting files/folders
-Allows for editing files with the click of a button (May soon be packaged with my IDE)
-Combines destination with current file path when moving or copying files/folders
Example:
You don't have to type in "folder1/folder2/dest/name" to copy it to dest.
If dest is a folder in the current folder you're in, you do this: "dest/name."
-Allows for running programs
-Will return to file browser once program ends
-Click the blue bar at the top to change the directory
-Click the blue "O" to search within the current directory
-You can search with pattern matching characters
-Click the orange "R" to refresh all items
-Open files in paint
Possible upcoming additions:
-Clicking the current directory bar to change it Added
-Searching within folders Added
-Editing files in paint Added
-Clicking delete prompts you to press the y/n key to confirm if you want to delete it Added
Pastebin:
q5uWRKMQ
Recent updates:
-Added ability to open files in paint
-Pressing delete will now ask if you're sure
Features:
-Uses GUIs
-Marks folders with [] and files with ()
-Marks read-only files/folders by making them green
-Displays current directory at top
-Allows for creation of files and folders
-Allows for copying, moving, and deleting files/folders
-Allows for editing files with the click of a button (May soon be packaged with my IDE)
-Combines destination with current file path when moving or copying files/folders
Example:
You don't have to type in "folder1/folder2/dest/name" to copy it to dest.
If dest is a folder in the current folder you're in, you do this: "dest/name."
-Allows for running programs
-Will return to file browser once program ends
-Click the blue bar at the top to change the directory
-Click the blue "O" to search within the current directory
-You can search with pattern matching characters
-Click the orange "R" to refresh all items
-Open files in paint
Possible upcoming additions:
Pastebin:
q5uWRKMQ
Recent updates:
-Added ability to open files in paint
-Pressing delete will now ask if you're sure
Edited on 18 May 2015 - 08:39 PM