[Launcher] Add helper for fzf

This commit is contained in:
2025-04-10 15:00:57 +02:00
parent 4dc14cf4e3
commit d9fdf1ee6d
5 changed files with 93 additions and 1 deletions

View File

@@ -15,7 +15,9 @@ const fzfApplication = ( query: string ) => {
return apps.fuzzy_query( query );
}
const fzfCmd = ( query: string ) => {}
const fzfCmd = ( query: string ) => {
}
export default {
fzfApplication