You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this useful project! What do you think about adding support for folders when using the nerdfix check / nerdfix fix commands in which case the command would be applied to all the files in the directory recursively? This would allow something like nerdfix check ~/.local/share/nvim to check all Nvim configuration files.
The text was updated successfully, but these errors were encountered:
smjonas
changed the title
Support folders
Add support for checking folders
May 11, 2023
I added --recursive in #6, but it's recommended to use nerdfix check $(fd -t f . ~/.local/share/nvim) to exclude some hidden directories (like .git, which contains many binary files and causes many non-UTF-8 errors).
Thanks for this useful project! What do you think about adding support for folders when using the
nerdfix check
/nerdfix fix
commands in which case the command would be applied to all the files in the directory recursively? This would allow something likenerdfix check ~/.local/share/nvim
to check all Nvim configuration files.The text was updated successfully, but these errors were encountered: