Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jjbel/fzf-opener

Open files quickly using fzf
https://github.com/jjbel/fzf-opener

Last synced: about 2 months ago
JSON representation

Open files quickly using fzf

Awesome Lists containing this project

README

        

# fzf-opener

Say you want to open C:\Users\me\a\really\long\path\myfile.pdf but don't want to spend hours double clicking through Windows Explorer.

Just run `python main.py C:\`, search quickly for it using [fzf](https://github.com/junegunn/fzf) (eg for the above path, just type `arlypdf`), press enter, and the file will open.

If you use the [autohotkey](https://www.autohotkey.com) script `fzf_opener.ahk`, then just press `Ctrl+Space` and watch the list of files open.