Right now, Amfora can open files with a command like amfora file:///absolute/path/to/file. But it'd be nice if like the firefox command, it could just open files and folders with a relative path, like amfora file.txt.
The code would first check if the file or folder exists, and then if not interpret it as a URL.
Right now, Amfora can open files with a command like
amfora file:///absolute/path/to/file
. But it'd be nice if like thefirefox
command, it could just open files and folders with a relative path, likeamfora file.txt
.The code would first check if the file or folder exists, and then if not interpret it as a URL.