Open displeased opened 2 years ago
This is significantly complicated by the way re-adoption of files works. This needs to either be reversible, or the adoption system needs to be slightly re-worked.
Without adoption in the way, this would be easy to implement with string substitution and the starts_with
function; but given these complications it definitely deserves its own branch.
Feature request to support the
dot-
prefix. Any files in theconf
section of an application configuration with a prefix ofdot-
will be replaced by a period (.
) al-la GNUstow
's--dotfiles
option.Supporting this means that dotfiles can be stored while still being readable by using
ls
without any additional arguments.