Jump to content

Grug

Member
  • Posts

    18
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Confused
    Grug reacted to Sridhar Katakam in Lorem Ipsum Workflow v3.1.0 (2021-11-05)   
    Get these above the copied text:
     
    Deprecated: Implicit conversion from float 26.293248036859712 to int loses precision in /Users/sridharkatakam/Library/Mobile Documents/com~apple~CloudDocs/Alfred/Alfred.alfredpreferences/workflows/user.workflow.C6A59FFF-2BC0-4534-AE04-9524798EA5E8/lib/LoremIpsum.php on line 138 Deprecated: Implicit conversion from float 27.211744218534562 to int loses precision in /Users/sridharkatakam/Library/Mobile Documents/com~apple~CloudDocs/Alfred/Alfred.alfredpreferences/workflows/user.workflow.C6A59FFF-2BC0-4534-AE04-9524798EA5E8/lib/LoremIpsum.php on line 138 Deprecated: Implicit conversion from float 29.565581188953264 to int loses precision in /Users/sridharkatakam/Library/Mobile Documents/com~apple~CloudDocs/Alfred/Alfred.alfredpreferences/workflows/user.workflow.C6A59FFF-2BC0-4534-AE04-9524798EA5E8/lib/LoremIpsum.php on line 138 Deprecated: Implicit conversion from float 26.374212109504338 to int loses precision in /Users/sridharkatakam/Library/Mobile Documents/com~apple~CloudDocs/Alfred/Alfred.alfredpreferences/workflows/user.workflow.C6A59FFF-2BC0-4534-AE04-9524798EA5E8/lib/LoremIpsum.php on line 138 Deprecated: Implicit conversion from float 27.043958976941635 to int loses precision in /Users/sridharkatakam/Library/Mobile Documents/com~apple~CloudDocs/Alfred/Alfred.alfredpreferences/workflows/user.workflow.C6A59FFF-2BC0-4534-AE04-9524798EA5E8/lib/LoremIpsum.php on line 138 Deprecated: Implicit conversion from float 24.748645167314802 to int loses precision in /Users/sridharkatakam/Library/Mobile Documents/com~apple~CloudDocs/Alfred/Alfred.alfredpreferences/workflows/user.workflow.C6A59FFF-2BC0-4534-AE04-9524798EA5E8/lib/LoremIpsum.php on line 138  
  2. Like
    Grug reacted to Bernardo Soares in Search in Craft   
    Thanks for the swift reply. I will contact the people at Craft and inquire if they intent to release an API at some point. 
  3. Like
    Grug reacted to pontus in Menu Bar Search   
    This is so good it should be a native Alfred feature. Absolutely necessary for your productivity, not only can you do more without the mouse, you don't even have to create a Hotkey! I'm triggering it with Cmd+Space.
     
    ---
     
    Say if you’re the author or submitting someone else’s workflow.
    I'm not the author, @Benzi is.

    Share a link to its thread on the Alfred Forum, if available.
     
    Share a link to its main page (e.g. GitHub).
    https://github.com/BenziAhamed/Menu-Bar-Search
  4. Like
    Grug reacted to jy-gh in Recent Files workflow   
    I'm the author of a new workflow called Recent Files. Recent Files finds the most recent files (from a configurable location) and sends them to Alfred.
     
    There is no forum thread for this workflow, but there is a GitHub page:
     
    https://github.com/jy-gh/RecentFiles
     
    Dependencies: Recent Files uses the fd utility (available from MacPorts, Brew, and as a direct download) and Python 3.
     
    Here's a screenshot (an animated .gif file is in the README.md file on GitHub):
     
     

     
    This workflow has become a daily part of my Alfred use. I don't have to think about where a file I just downloaded is, I can return quickly to what I was working on yesterday or the day before, and I don't have to type the filename to find it. Because it uses the fd command instead of the Unix/Linux find command, or the macOS mdfind command, it's very speedy.
     
    Users of the workflow can customize where to search, how far back in time to search, whether to include files and directories in the results, and what files/directories to skip when searching.
     
  5. Thanks
    Grug reacted to gohoyer in Rectangle shortcuts   
    This is an Alfred workflow that allows you to list and access Rectangle shortcuts.
     

     
     
    Workflow  Source: https://github.com/gohoyer/Alfred-Rectangle-Shortcuts
     
    By default, this workflow goes prepackaged with a file named RectangleConfig.json on workflow`s home folder containing default shortcuts for Rectangle.
     
    If you use custom shortcuts you can:
    Export your Rectangle configs as a JSON an replace the file RectangleConfig.json on the home folder of this workfow Save it elsewere and edit the variable RECT_CONFIG_FILE passing the absolute path to your custom config file.  
    The workflow will automatically map the settings on your config file.
    Usage
    Just type rct and select the option you want or continue typing to filter the options.
     
    Alfred-Rectangle-Shortcuts
     
    The icons  still need  some  improvements. If anyone can tell a  good free tool to create icons  I`ll appreciate a lot!
    (those were created in  powerpoint lol)
  6. Like
    Grug reacted to Stephen_C in Reduce size of JPEG/PNG file   
    I have released version 2.0 which:
    checks for existence of the temporary folder and warns the user if it's not found; updates the Readme in the User Configuration to emphasise the need to create the temporary folder before running the workflow. Stephen
  7. Like
    Grug reacted to Stephen_C in Example workflow with three Automation Tasks   
    I hope it's acceptable to post here a link to a workflow I posted under "Share your Workflows”. My Reduce size of JPEG/PNG file workflow uses three Automation Tasks (Copy Path with the Finder, Resize Image by Longest Side and Save Image to Clipboard). The workflow also demonstrates how you can use user configured variables with Automation Tasks.
     
    Stephen
  8. Like
    Grug reacted to Mr Pennyworth in CleanShot X Workflow   
    CleanShot X Workflow: Download

     
    Requiremens

    Alfred 4 CleanShot X (version 3.5.1 or above)


    Screenshots




    Credits
    This workflow is based on, and a slight improvement of, Raycast’s CleanShot X script commands.
     
    Icon Credits
    Some icons from by srip and freepik from flaticon.
  9. Like
    Grug reacted to vitor in Upload File — Upload files and folders for easy sharing   
    Usage

    Upload files and folders via the Universal Action. Folders and multiple files will are zipped prior to upload.



    When done, the download link is copied to the clipboard. Check upload progress via the ufp keyword.



    Press ⌘↩ to cancel.

    ⤓ Install on the Alfred Gallery | Source
     
  10. Like
    Grug reacted to andy4222 in Image Operations   
    This Alfred workflows uses universal actions to perform different types of operations on image files
     
    Supported Operations:
    - Flip image
    - Rotate image
    - Convert format of image
    - Compress image
    - Get image info (Notification)
    - Resize image
     
    https://www.dropbox.com/s/1o40vcp5lj1w6cs/Image Operations.alfredworkflow.zip?dl=0
     
    Shoutout to @vitor for creating Automation Tasks (AT). I was just a curious user trying to meddle with what they introduced with AT. Hopefully y'all will find this workflow useful.
     
    Feel free to suggest any more features and I'll see what I can do.
     

     
     
     

     
     
  11. Like
    Grug reacted to vitor in Image Operations   
    Nice usage of similar Automation Tasks!

    I’ll note there are extraneous objects in the workflow, not connected to anything, including an empty Automation Task.

    The Universal Actions are configured to accept multiple files but then the connections are only set up to handle one. Automation Tasks can take multiple arguments as input. You can use an Arg and Vars Utility to pass the variable with the files to the next object, a Split Arg Utility to split on tabs. Or you can use just the latter and the Workflow Object Inbound Configuration to have a variable as input.
  12. Like
    Grug got a reaction from zeitlings in DefaultBrowser - Change your default web browser easily from within Alfred - v1.1 Update Released September 10, 2015   
    Good remplacementy Zeitlings, working well here. 👍
    Why don't you post it in a new topic ?
     
    https://github.com/zeitlings/a
  13. Like
    Grug reacted to vitor in Shortcuts — Run installled macOS shortcuts   
    Two updates today:
    When writing an argument to a shortcut, the shortcut’s name will show. Allow multiple paths in File Action.
  14. Like
    Grug reacted to Vinay W in Go Incognito/Private - Alfred Workflow   
    Go Incognito/Private - Alfred Workflow
    Re-Open current browser tab in Incognito/Private mode with a keyboard shortcut.

    Install
    Download and open the workflow file using Alfred. Get the latest release from here : https://github.com/vinaywadhwa/Go-Incognito-Private---Alfred/releases P.S.: You need to buy the Powerpack to use this workflow.
    Supported Browsers
    Safari Google Chrome Google Chrome Canary Opera Vivaldi Brave Browser Note
    Firefox not supported, for now, sorry! This is why. Please reach out if you need other Chrome/Safari based browsers supported.
  15. Like
    Grug reacted to deanishe in Go Incognito/Private - Alfred Workflow   
    Anyone using Firefox can use my Firefox workflow, which can do the same thing.
  16. Like
    Grug reacted to vitor in Calm Notifications — Toggle Do Not Disturb Focus Mode   
    Shortcuts doesn’t exist on Big Sur. No idea why Skype wants to handle that file extension on your machine, but that’s not something I have control over.
     
    This older version of the Workflow works on Big Sur.
  17. Like
    Grug reacted to zeitlings in DefaultBrowser - Change your default web browser easily from within Alfred - v1.1 Update Released September 10, 2015   
    It didn't work for me with Brave Browser, so I threw together a replacement. This should handle any browser you configure the workflow to consider: 
    https://github.com/zeitlings/alfred-set-default-browser. Note however, that it is not thoroughly tested. More information in the README.
  18. Haha
    Grug reacted to vitor in Shortcuts — Run installled macOS shortcuts   
    Saving the second post for debugging instructions, if they are ever needed.
     
    When reporting issues, please include your exact installed versions of:
    The Workflow. Alfred. macOS.
    In addition to:
    The debugger output. Perform the failing action, click “Copy” on the top right and paste it here. Details on what you did, what happened, and what you expected to happen. A short video of the steps with the debugger open may help to find the problem faster.
    Thank you. Accurate and thorough information is crucial for a proper diagnosis which allows me to help you better.
  19. Thanks
    Grug reacted to vitor in Shortcuts — Run installled macOS shortcuts   
    Usage

    Search all your shortcuts via the sc keyword or search by folder name with scd.


    ↩: Run the shortcut. ⌘↩: Run the shortcut with an argument. ⌥↩: Open the shortcut for editing.
    Use the Universal Action to run the shortcut on files or as another way to provide an argument.



    The list of shortcuts is cached for faster results. An immediate cache rebuild can be forced with ⌘⌥⌃↩.

    ⤓ Install on the Alfred Gallery | Source
     
     
  20. Like
    Grug reacted to pnlng in URL Actions -- Getting the URL and title of browser's current tab   
    I'd like to share with you all a workflow of mine that I use daily.
     
    URL Actions
     
    This is an workflow that fetches the URL and title of your browser's current tab (compatible with Firefox, Safari, Chrome, and pretty much everything else), and does things with them. For example, it can
    Copy link in Markdown Add a task to OmniFocus Pro Clean up Amazon URLs
    The actions are also customizable. It can
    Open custom URLs Copy custom strings to clipboard
    An optional PopClip extension is also available, if one is inclined to trigger the workflow from the mouse.
     
    Download
    Alfred Workflow (Optional) PopClip Extension  
    Screenshots


     
    Why?
    I'd like to be able to select the URL in the address bar of my browser and save the URL together with the page title somewhere else -- without having to go back and forth between the browser and another app to copy and paste the two items separately.
     
    Usage
    Select the desired URL (⌘L to get the URL of the current tab in a browser). Fire up the workflow's associated hotkey, which is ⇧^C by default.
     
    Please checkout the GitHub repo for more information!     
  21. Thanks
    Grug reacted to deanishe in Firefox Assistant   
    Like Safari Assistant, but for Firefox.
     

     
    Download from GitHub.
     
    Search Firefox bookmarks Search Firefox browsing history Run bookmarklets Activate & close tabs Add you own custom scripts  
    The workflow requires you to install a corresponding Firefox extension in order to communicate with Firefox.
     
    After installing the workflow, run ffass > Install Firefox Extension to get the extension. Once the extension is installed, everything should just work.
     

     
    The workflow is fairly customisable. You can add your own URL actions via scripts, set custom icons, and assign URL & tab actions and bookmarklets to alternate hotkeys.
     
    See the documentation for details.
     
  22. Like
    Grug reacted to giovanni in Copy file URL (path) and add some characters   
    or you might want to try Hook, a nice app with an Alfred-like interface to create bidirectional links between files/webpages. 
  23. Like
    Grug reacted to Vero in Alfred with Multiple Screens   
    Hi Laurent, launch Alfred's preferences to Appearance > Options and you'll be able to set Alfred to appear on default screen, mouse screen or, if you're using OS X 10.9 Mavericks, on the active screen (where your current active app is). It's all in there
     
    Cheers,
    Vero
  24. Thanks
    Grug reacted to deanishe in EggTimer v2 [updated to 2.0 final]   
    Download the zip file from the repo (Clone or download > Download ZIP) and extract it. Go into the new directory, select all the files, right-click and choose "Compress 11 Items". That will create Archive.zip. change the name to Archive.alfredworkflow and double-click it.
     
  25. Like
    Grug reacted to deanishe in Run macOS Services   
    Run macOS services from Alfred…
     
    on the current selection on the clipboard contents
    on files via a File Action
     
    Installation
     
    Download the latest version from GitHub and double-click to install.
     
    Usage
     
    Use keyword services to run a service on the current contents of the clipboard. Configure the included Hotkeys to run a service on the current selection or clipboard contents. Use the macOS Services File Action to run on selected files in Alfred.
    For more info, see the README on GitHub.
     
×
×
  • Create New...