Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deanishe/alfred-smartfolders
Quick access to your Smart Folders (Saved Searches) from Alfred
https://github.com/deanishe/alfred-smartfolders
alfred alfred-workflow alfred4 python smart-folders workflow
Last synced: about 1 month ago
JSON representation
Quick access to your Smart Folders (Saved Searches) from Alfred
- Host: GitHub
- URL: https://github.com/deanishe/alfred-smartfolders
- Owner: deanishe
- License: mit
- Created: 2013-10-29T22:06:13.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T23:32:38.000Z (over 1 year ago)
- Last Synced: 2024-10-30T12:48:15.836Z (about 2 months ago)
- Topics: alfred, alfred-workflow, alfred4, python, smart-folders, workflow
- Language: Python
- Size: 2.49 MB
- Stars: 120
- Watchers: 6
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
- awesome-starred-test - deanishe/alfred-smartfolders - Quick access to your Smart Folders (Saved Searches) from Alfred (Python)
README
Smart Folders for Alfred
========================Quick access to your Smart Folders (Saved Searches) in [Alfred](http://www.alfredapp.com/).
![](img/screenshot-1.png "Alfred Smart Folders")
Download & Installation
-----------------------**NOTE:** Version 3 and later are only compatible with Alfred 4+. If you're still using Alfred 3, download [v2.2][v2.2].
Download the workflow from [GitHub releases][gh-releases] and double-click the `.alfredworkflow` file to install.
Usage
------ `.sf []` to see or filter a list of your Smart Folders
- `⇥` on a Smart Folder to view its contents
- `↩` to open the Smart Folder in Finder
- `⌘↩` to reveal the Smart Folder in Finder
- On Smart Folder contents:
- `↩` to open a file/folder in its default app
- `⌘+↩` to reveal the item in the Finder
- `.sfhelp` to view the help fileCustom searches
---------------You can also set up keywords to go directly to the contents of a specific Smart Folder.
See the included help file for more details (keyword `.sfhelp` to view it).
Third-party software, copyright etc.
------------------------------------This workflow relies upon the following libraries:
- [Alfred-Workflow][aw], a library for building Alfred workflows.
- [docopt][docopt], a library for parsing command-line options.Both libraries and the code in the workflow are released under the [MIT licence][mit]
[aw]: http://www.deanishe.net/alfred-workflow/
[mit]: http://opensource.org/licenses/MIT
[docopt]: http://docopt.org/
[gh-releases]: https://github.com/deanishe/alfred-smartfolders/releases/latest
[v2.2]: https://github.com/deanishe/alfred-smartfolders/releases/tag/v2.2.0