Philipp Hutterer

Results 5 comments of Philipp Hutterer

add `scrollOnActivate: false` to treeOptions might be an option. don't know why you actually want to have scroll onActivate but that's how you can disable it.

You could basically use `find`, `sort`, and `awk` for that: `find . -type f -printf '%s %p\n' | sort -V | awk '{if ($1 == s) {print l; c=1} else...

How can you lose your data this way?

Okay are we even talking about the same thing? The command I posted is just listing file names with equal sizes, not more not less. No destructive actions, in fact,...