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
Consider this case in which the last ten files of a folder are listed: dragon-drop $(ls -tr | tail -n10)
I suggest adding an option that refreshes the list (e.g. removing files not existing anymore and adding new files from a folder automatically.
I know there is --stdin but I wasn't able to get this functionality using this.
The text was updated successfully, but these errors were encountered:
Consider this case in which the last ten files of a folder are listed:
dragon-drop $(ls -tr | tail -n10)
I suggest adding an option that refreshes the list (e.g. removing files not existing anymore and adding new files from a folder automatically.
I know there is
--stdin
but I wasn't able to get this functionality using this.The text was updated successfully, but these errors were encountered: