mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
Merge b195a29ffe
into d87922c0eb
This commit is contained in:
commit
768ad741e1
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ export namespace Ripgrep {
|
|||
limit?: number
|
||||
}) {
|
||||
const commands = [
|
||||
`${await filepath()} --files --hidden --glob='!.git/*' ${input.glob ? `--glob='${input.glob}'` : ``}`,
|
||||
`${$.escape(await filepath())} --files --hidden --glob='!.git/*' ${input.glob ? `--glob='${input.glob}'` : ``}`,
|
||||
]
|
||||
if (input.query)
|
||||
commands.push(`${await Fzf.filepath()} --filter=${input.query}`)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue