commits
As we are operating mostly on FS it should substantially impact
performance as we can run most of the operations concurrently.
Currently it supports only matching pattern against filename. Pattern
can be one of:
- Exact match
- Path glob
- Regular expression
There is also small set of actions supported:
- Move file (currently do not support cross-FS moves, only renames)
- Shell out to the external script
- Echo message next to the filename
Both of these sets will be modified in the future when I will come up
with a reasonable configuration format for both of these.
Currently it supports only matching pattern against filename. Pattern
can be one of:
- Exact match
- Path glob
- Regular expression
There is also small set of actions supported:
- Move file (currently do not support cross-FS moves, only renames)
- Shell out to the external script
- Echo message next to the filename
Both of these sets will be modified in the future when I will come up
with a reasonable configuration format for both of these.