Bhanuka Mallawaarachchi then maybe you can also add the map assignment to your command. For example i am using :
--INFO: select all
["<C-a>"] = { "<Esc>gg<S-v>G<CR>", desc = "Select All" },
to select all in normal mode in AstroNvim. This kind of assignments also can be useful for your command usages.
Gokay BURUC
Full-Stack Developer
Alternatively you can use "ripgrep" to manage all these process.
rg --filesOther alternative is
fdcommand.Good job. keep going!