anufrievroman / neomutt-file-picker

Attach and save files in NeoMutt using Ranger or Vifm as your file picker
13 stars 5 forks source link

Add Dirpicker, to choose where to store attachments with Ranger. #3

Closed raphaelfournier closed 2 years ago

raphaelfournier commented 2 years ago

Following the main script, I add a dirpicker, to select a folder with ranger, for storing attachments. Ranger is better than the mutt file explorer because there are shortcuts and fzf-marks plugins, to allow for efficient navigation.

Issue: currently, it does not accept to handle multiple attachments. I tried a bit, to no avail.

anufrievroman commented 2 years ago

Thank you, it's awesome! I added a bit of unification and support for vifm in the most recent commit. About the multiple files, not sure if it actually can be supported on the script level..