(mini.pick) how pick dot files (hidden files)? #643
-
Is there any way we can list dot files using |
Beta Was this translation helpful? Give feedback.
Answered by
echasnovski
Jan 6, 2024
Replies: 1 comment
-
There are at least two choices here:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
echasnovski
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are at least two choices here:
rg
CLI tool to search hidden files by default. This is what I use.builtin.cli()
to call the command you want.