Skip to content

Commit

Permalink
Update to 2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorgalvao committed Feb 26, 2024
1 parent 21c1b73 commit 89c27a8
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
32 changes: 32 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# <img src='Workflow/icon.png' width='45' align='center' alt='icon'> Thumbnail Navigation Alfred Workflow

Navigate the file system with previews

[⤓ Install on the Alfred Gallery](https://alfred.app/workflows/alfredapp/thumbnail-navigation)

## Usage

Search for folders with the `nav` keyword and press <kbd>↩&#xFE0E;</kbd> to navigate the contents in a thumbnail view. Type to filter.

![Filtering for folders to search](Workflow/images/about/navkeyword.png)

![Grid view of files](Workflow/images/about/filegrid.png)

![Filtering for Catan](Workflow/images/about/catanfilter.png)

* <kbd>↩&#xFE0E;</kbd> Open or preview file, or navigate inside folder.
* <kbd>⌘</kbd><kbd>↩&#xFE0E;</kbd> Flip sort order.
* <kbd>⌥</kbd><kbd>↩&#xFE0E;</kbd> Reveal in Finder.
* <kbd>⇧</kbd><kbd>↩&#xFE0E;</kbd> Navigate to parent folder.

![Viewing a PDF](Workflow/images/about/pdfview.png)

![Viewing Markdown file](Workflow/images/about/mdview.png)

Alternatively, begin navigation in a folder via a [Universal Action](https://www.alfredapp.com/help/features/universal-actions/).

![Navigate with Universal Action](Workflow/images/about/navua.png)

Configure the Fast Entry section in the [Workflow’s Configuration](https://www.alfredapp.com/help/workflows/user-configuration/) to start navigation with the contents of specified folders. Launch it via the `fnav` keyword or the [Hotkey](https://www.alfredapp.com/help/workflows/triggers/hotkey/).

![Keyword for Fast Entry Navigations](Workflow/images/about/fnav.png)
2 changes: 1 addition & 1 deletion Workflow/info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2092,7 +2092,7 @@ Can take multiple paths separated by commas.</string>
<key>variablesdontexport</key>
<array/>
<key>version</key>
<string>2024.0</string>
<string>2024.1</string>
<key>webaddress</key>
<string>https://github.com/alfredapp/thumbnail-navigation-workflow/</string>
</dict>
Expand Down

0 comments on commit 89c27a8

Please sign in to comment.