Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jjbel/fzf-opener
- Owner: jjbel
- Created: 2024-10-31T12:12:01.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T12:18:22.000Z (2 months ago)
- Last Synced: 2024-10-31T13:25:27.558Z (2 months ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.