Open andreoliwa opened 2 years ago
Symbolic links are skipped at the moment. If this is something people are interested in I'll add a switch 👌
I found a workaround, but I think it's nice to have.
Also, it's not mentioned on the docs: https://organize.readthedocs.io/en/latest/filters/#name
I'm interest, how do you work around this?
It's not only the name filter, symlinks are always skipped
I'm off the pc for today but I'll add symlink support in the next days
I'm interest, how do you work around this?
Oh, nothing magical... I just used the file directly and avoided the symlinks. 😬
rules:
- name: "Echo .bash files on the root"
locations: ~/
filters:
- name: .bash_history
actions:
- echo: "{name}"
I ran into a similar issue trying to move a file to a symlink of a folder on Win 10. Organize creates a new folder instead with the same name.
Rule:
Output:
My root files (
.bash_history
is an actual file, the others are symlinks):