Skip to content

Commit

Permalink
Add screenshots and README
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-pennyworth committed Jun 14, 2021
1 parent 7735363 commit 9e9b9a3
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<h1 align="center">

<a href="https://github.com/mr-pennyworth/alfred-fzf/releases/latest/">
<img src="icon.png" width="16%"><br/>
<img alt="Download"
src="https://img.shields.io/github/downloads/mr-pennyworth/alfred-fzf/total?color=purple&label=Download"><br/>
</a>
Instant Fuzzy File Search for Alfred
</h1>

List all the files inside a folder using [`fd`][1],
and instantly fuzzy-search through all of them using [`fzf`][2],
all from inside [Alfred][3] with a single keyword: `fzf`.

### Screenshots
![invocation](screenshots/invocation.png)
![filecount](screenshots/filecount.png)
![search results](screenshots/search-results.png)
![folder actions](screenshots/folder-actions.png)
![app bundle search](screenshots/app-folder-search.png)

[1]: https://github.com/sharkdp/fd
[2]: https://github.com/junegunn/fzf
[3]: https://www.alfredapp.com
Binary file added screenshots/app-bundle-search.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/filecount.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/folder-actions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/invocation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/search-results.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9e9b9a3

Please sign in to comment.