Skip to content
/ ffl Public

Windows app launcher on command prompt with fuzzy-finder

License

Notifications You must be signed in to change notification settings

sssho/ffl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ffl

Windows app launcher on command prompt with fuzzy-finder

Requirments

peco

Put peco executable in a folder which is in %PATH%

Launch ffl itself

It's convenient to use Windows Run to launch ffl.

Press Winr, then type ffl

Please make sure that ffl.exe is also in a folder which is in %PATH%

How it works?

  1. ffl searches Windows Recent folder %USERPROFILE%\AppData\Roaming\Microsoft\Windows\Recent and lists shortcut under the folder
  2. Get target path and args for each shortcut
  3. Run peco
  4. Run selected file with default app or open Explorer if it's a folder

Configuration

To add folders to search target, create fflconf.json and put it in the same folder with ffl.exe.

{
    "Folders": [
        "C:/Users/user/shortcut/app",
        "C:/Users/user/shortcut/folder"
    ]
}

About

Windows app launcher on command prompt with fuzzy-finder

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages