Skip to content

Commit

Permalink
Add largetext and filetype
Browse files Browse the repository at this point in the history
  • Loading branch information
deanishe committed Mar 22, 2016
1 parent 1336404 commit 3c61624
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
29 changes: 16 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
# Default Folder X for Alfred #
# Default Folder X for Alfred 2 #

Show and search Default Folder X favourites and recent items in Alfred 2.
Show and search Default Folder X favourites and recent items in [Alfred 2][alfredapp].


## Usage ##

- `keyword` — What gets shown…
- `` or `⌘+<NUM>` — Action description…
- `⌘+↩` — Alternate action description…
- `⌥+↩` — Alternate action description…
- `^+↩` — Alternate action description…
- `⇧+↩` — Alternate action description…
- `fn+↩` — Alternate action description…
- `` — Expansion description…
- `⌘+C` — What gets copied…
- `⌘+L` — What gets shown large…
- `dfx` — Show/search all DFX favourite/recent items.
- `` or `⌘+<NUM>` — Open in Finder/default application.
- `⌘+C` — Copy path to clipboard.
- `⌘+L` — Show path in Alfred's Large Text window.
- `dfxf` — Show/search only DFX favourite folders.
- `` or `⌘+<NUM>` — Open in Finder/default application.
- `⌘+C` — Copy path to clipboard.
- `⌘+L` — Show path in Alfred's Large Text window.
- `dfxr` — Show/search only DFX recent files/folders.
- `` or `⌘+<NUM>` — Open in Finder/default application.
- `⌘+C` — Copy path to clipboard.
- `⌘+L` — Show path in Alfred's Large Text window.


## Licencing, thanks ##
Expand All @@ -32,4 +34,5 @@ It is based on the [Alfred-Workflow][aw] library, which is also released under t


[mit]: ./src/LICENCE.txt
[aw]: http://www.deanishe.net/alfred-workflow/
[aw]: http://www.deanishe.net/alfred-workflow/
[alfredapp]: https://www.alfredapp.com/
2 changes: 2 additions & 0 deletions src/dfx.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ def main(wf):
arg=e.path,
uid=e.path,
copytext=e.path,
largetext=e.path,
type='file',
valid=True,
icon=e.path,
icontype='fileicon')
Expand Down

0 comments on commit 3c61624

Please sign in to comment.