Jump to content

fcalazans

Member
  • Posts

    4
  • Joined

  • Last visited

Reputation Activity

  1. Like
    fcalazans got a reaction from Floating.Point in GIF Search: Workflow for Searching and Browsing GIFs   
    Hi, @Mr Pennyworth It's really a shame that one of the greatest Alfred workflows such as yours is no longer being monitored.
     
    I've posted an issue on the GitHub repository notifying you about the common issue where Displaying a message on macOS Ventura using Alfred 5.0.5 saying:
    "This workflow uses an Alfred feature only available in v4.3.0 and newer. The installed Alfred version is v0.0.0."
     

     
    Would anyone have any suggestions on how to fix it?
  2. Like
    fcalazans reacted to Kalaschnik in Microsoft Edge   
    Thats completely not true. Chromium-Edge uses the exact same bookmarks file structure and has the same internal workings as in Chromium/Chrome (regarding the bookmark management). I actually authored this functionality for a Windows Launcher application (Flow Launcher) to add Edge support for that software:
    https://github.com/Flow-Launcher/Flow.Launcher/pull/121
     
    The Code change I did was basically just some string replacements to get the path right (easy PR). Everything else was copy/paste from the existing chrome implementation.
     
    The bookmarks file is located at:
    Chrome
    ~/Library/Application\ Support/Google/Chrome/Default Edge
    ~/Library/Application\ Support/Microsoft Edge/Default  
    Here you can see the matching folder contents (top is edge), bottom is chrome (along with the highlighted bookmarks file)
     

     
    What that means; Alfred could actually support much more browsers (basically all Chromium (web browser) - Wikipedia). The bookmarks structure is in the Chromium project, it is and not something Chrome did uniquely.
     
    So, supporting other chromium-based browsers is an easy addition to the code base. Please Alfred, it is time for some search-and-replace-work to add this feature!
     
    Thanks ❤️
  3. Like
    fcalazans reacted to lycopodiopsida in create new folder   
    Hi,
    I've uploaded it to github, see my post in this thread:
     
  4. Like
    fcalazans reacted to glortho in create new folder   
    This should really be built into Alfred. When you're browsing the filesystem, you should be able to navigate to the directory where you want to create the file/folder and start typing the name of the new file/folder as if you were trying to navigate to it. Instead of that big useless blank space below, it could show "Create new file at <path + what you've typed so far>" as an option. To create a folder, just put a slash at the end and it'll change to say "Create new folder at <path + what you've typed>". Or you could have both options appear below at the same time to avoid having to type the slash. It could also be smart to new nested folders, so you could /just/keeping/typing/your/path and it would create all the necessary new folders.
  5. Like
    fcalazans reacted to Carlos-Sz in create new folder   
    David was faster!
     
    Anyway, here is my approach considering your suggestion:
     
    Right now it works as an Alfred File Action only Select the files in Alfred browser, select “To New Folder” action then one of the 3 options below (move, copy or only create a new folder):
     
    Downlaod now
×
×
  • Create New...