Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.17 KB

TO-DO.md

File metadata and controls

20 lines (19 loc) · 1.17 KB

Planned enhancements

  • Add min_items configuration property to specify the minimum number of selection items for an action (DONE: in version 1.3.0)
  • Add JSON source editor to configurator (DONE: in version 1.4.0)
  • Allow filtering on access permissions (DONE: in version 1.5.0)
  • CRITICAL: Support the upcoming nautilus-python v4 API (DONE: in version 1.6.0)
  • Lift "labels must be unique" restriction - then different versions of the same action can appear based upon different filtering
  • Allow optional icons to be shown next to menu items
  • Enhance mimetype filtering to allow more specific rules to override more general rules
  • Add "all files must match the same pattern" condition (e.g. a command applies to three different file types, but on a particular selection, all selected files must match the same one of those file types)
  • Add backup config management to the configurator
  • Add ability to specify the default shell to use for commands that have use_shell specified
  • Allow filtering based upon a script
  • ...