Closed
Description
filter
option currently includes two options - dotfiles
and custom
.
It seems a bit inconsistent that dotfiles are toggled with tree_cb("toggle_dotfiles")
function, but custom
are toggled with tree_cb("toggle_ignored")
.
Not sure what would be better way to handle this, as toggling custom
with toggle_dotfiles
is not the best way either.