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:
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-thumbdon't show preview thumbnails, use file icons for all files--icon-sizeto go along with--thumb-size--font-sizealready requested in Allow to specify a font size #30--verbatim-argumentsshow the file names exactly how they were passed on the CLI instead of normalizing to an absolute path (sodragon-drop foowill showfoo,dragon-drop ../dir/foowill show../dir/foo, etc)Here's a mock up of
dragon-drop --no-thumb --font-size 28 --verbatim-arguments bar baz download.jpeg foo: