details:this is an application built from the filebrowser library present in downman.
It's main purpose is to show a window and output the selected item in terminal (stdout).
Created at the request of markdark
modes:the application can run 3 modes:
-f can select files/directoies
-d can select only directories
-s a saving path window.
syntax:browse [-f|-d|-s] <path>
you can either use 2 arguments (ex: "browse -f /mmc/mmca1") or none (ex: "browse").
Using only one argument is not possible (ex: "browse -f" or "browse /mmc/mmca1")
defaults:if there is no argument it assumes "-f" with the root directory "/".
screens: