Jump to content

iJemz

Member
  • Posts

    20
  • Joined

  • Last visited

Reputation Activity

  1. Like
    iJemz reacted to vitor in Create a long list of snippets and use fuzzy matching to search them   
    Instead of Snippets, you’re looking for a List Filter Input (you can load a CSV into it) connected to a Copy to Clipboard Output.
     
    See the Getting Started Guide for an interactive tutorial on making a workflow.
  2. Like
    iJemz reacted to Alan He in any method to save image from clipboard history to file?   
    From what I currently know, Alfred does not provide a direct way. At the moment, you can only activate the preview by pressing Shift, then open the preview, and finally click save. I would like to know if there is a more concise method. Of course, I can also develop another workflow, but it is not integrated with the current clipboard history workflow.
     

  3. Like
    iJemz reacted to vitor in Find a file instantly after download   
    See RecentlyAdded. Configure which directories to search in.
     

    See RenameAction.
  4. Like
    iJemz reacted to Vero in Find a file instantly after download   
    @iJemz Where do your files go when downloaded? Always in the Downloads folder?
     
    You could create a two-objects workflow to open your Downloads folder in Alfred's File Navigation, sorted by Last Modified (keyword + browse in Alfred)
     
    Or you could create a File Filter with a few paths in the search scope, sorted by Last Modified and perhaps with the date range limited to today so it's most focused? You could then type your keyword followed by either part of the name of the file if you remember what you're looking for, or just a space to get all relevant results from the most recent one.
     
    Let me know if you need help creating either of these workflow options
     
    As for Google Drive, an update by Google a few months ago has caused Spotlight and macOS to stop indexing the files. This workflow is an excellent workaround to this decision by Google and allows you to find your Google Drive files:
    https://www.alfredapp.com/blog/guides-and-tutorials/google-drive-workflow/
  5. Like
    iJemz reacted to Carlos-Sz in Recent Items 4.3 beta 2 for Alfred 4: Finder Recent Items   
    Overview

    Workflow to display recent Finder files and folders featuring:
    5 default categories 2 custom categories Favorites, including a file action Keywords and hotkeys for Favorites and all categories apart Interaction with Open/Save dialogs and Finder Go To Folder Preview, reveal, open or use Alfred file actions Usage

    Show Alfred and type the keyword rec:



    You can also use the category keyword if you prefer to access the recent files directly, without an initial menu:
    Now: keyword now Folders: keyword fol Applications: keyword apps Documents: keyword docs Downloads: keyword dow Custom Category 1: keyword c1 Custom Category 2: keyword c2 Favorites: keyword fav In addition, there is a hotkey for the keyword rec, Favorites and all categories apart.

    Note that all keywords, as well as the hotkeys, can be changed (go to Alfred Preferences > Workflows).

    Finally, once inside a category you have the following actions:
    Return key: open the file or folder Command key: reveal the file or folder in Finder Option key: pass the file/older path to an open/save dialog or Finder window Control key: add/remove an item to/from Favorites Shift key: preview (Quick Look) the file or folder Custom Categories

    You can set up to two custom categories:
    Show Alfred and type the keyword recpref Select a category to configure and press return key Type an unique category name with at least 3 characters Type one or more (separated by comma) file types e.g.: com.adobe.pdf,public.plain-text To find a file type you can use Alfred Metadata Analyzer.

    To remove a custom category press command key while highlighting one of them in recpref.

    Favorites

    All files or folders set as a favorite item will remain in the list no matter how old they are.

    To add an item to Favorites just highlight a file or folder, hold control key and press return key.

    To remove an item go to Favorites, highlight an item, hold control key and press return key.

    You can also add items utilizing Alfred File Action (accepts multiple files).

    Note that Favorites has also its own keyword (fav) and hotkey.

    Interacting with Open/Save Dialog or Finder

    You can pass a recent file or folder path, or an item in Favorites, to an open/save dialog or even the current Finder window to go to that folder:
    when an open/save dialog is displayed type the keyword rec or any other category keyword find an item (a file or folder or an item from Favorites), highlight it, hold option key and press return key wait a bit so the workflow can load and paste the item path Default Folder

    The workflow remembers the last path used per application. To use the feature just type the keyword df when an open/save dialog is displayed.

    If the workflow was never used for the application, or the path does not exist anymore, then the keyword rec will be automatically triggered so you can select a path from a file or folder.

    There is also a hotkey to make things even faster.

    Make sure to give the feature time to process because e.g. if you hold keyboard keys way too long then the feature may not work as expected.

    What’s new
    Up to 2 custom categories (keyword recpref) Downloads category Keyword for each category Hotkey for each category Multiple files in Add to Favorites file action Changed Auto-path to Default Folder (keyworod df) Changed Just Now category to Now Added Help (keyword rechelp) Update to Alfred 2.3 features Several internal improvements  
    Download
     
    Version 4.3 beta 2 (removed Alfred 3 references) Release date: 12 Jul 2020 Requires Alfred 4 Download  
    Version 4.2 Release date: 19 Jun 2016 Requires Alfred 3 Download  
  6. Like
    iJemz reacted to deanishe in How to Find file most recently added to Finder   
    Search for Finder in Alfred, then use the Recent Documents… Universal Action on it.
  7. Like
    iJemz reacted to deanishe in Excel formulas   
    That can be automated by simulating typing with AppleScript. This script should do the trick:
    tell application "System Events" key code 44 using option down -- OPT+/ delay 0.5 keystroke "sum" delay 0.5 key code 36 -- Enter end tell Simulating keypresses, especially like this, is a last resort, however, as it just fires key events at the application without any idea if they're working.
     
    You may need to increase the delays if your machine is slower (or reduce them if it's super-fast).
     
×
×
  • Create New...