You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The part you want to Enhancement
There is currently limited file preview support. One way to help everyone get what they need without forcing something on them is to make it configurable. What if you could simply specify a pattern to match and a command to run in your Superfile config to show a preview. It is a universal solution.
[previews]
"*.plist" = "ppl <filepath>"# Patterns that come first override the ones that come after."*" = "bat <filepath>"# <filepath> gets replaced with the full path of the file
Several other replacements could be possible, including:
<extension> File extension, if it exists
<filename> Short name of the file, for /tmp/123.txt, it would be 123.txt
<filepath> Full path to the file
Why it is necessary to enhancement
Because not being able to preview specific files then requires exiting Superfile, using another tool to preview any necessary files, then continuing on.
The text was updated successfully, but these errors were encountered:
The part you want to Enhancement
There is currently limited file preview support. One way to help everyone get what they need without forcing something on them is to make it configurable. What if you could simply specify a pattern to match and a command to run in your Superfile config to show a preview. It is a universal solution.
Several other replacements could be possible, including:
<extension>
File extension, if it exists<filename>
Short name of the file, for/tmp/123.txt
, it would be123.txt
<filepath>
Full path to the fileWhy it is necessary to enhancement
Because not being able to preview specific files then requires exiting Superfile, using another tool to preview any necessary files, then continuing on.
The text was updated successfully, but these errors were encountered: