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
--verbatim-arguments show the file names exactly how they were passed on the CLI instead of normalizing to an absolute path (so dragon-drop foo will show foo, dragon-drop ../dir/foo will show ../dir/foo, etc)
Here's a mock up of dragon-drop --no-thumb --font-size 28 --verbatim-arguments bar baz download.jpeg foo:
The text was updated successfully, but these errors were encountered:
Currently, each file is displayed as a fairly large icon (or preview if available) alongside the full path.
Here are a few suggestions, that in my opinion would allow for better customization:
--no-thumb
don't show preview thumbnails, use file icons for all files--icon-size
to go along with--thumb-size
--font-size
already requested in Allow to specify a font size #30--verbatim-arguments
show the file names exactly how they were passed on the CLI instead of normalizing to an absolute path (sodragon-drop foo
will showfoo
,dragon-drop ../dir/foo
will show../dir/foo
, etc)Here's a mock up of
dragon-drop --no-thumb --font-size 28 --verbatim-arguments bar baz download.jpeg foo
:The text was updated successfully, but these errors were encountered: