Jump to content

Acidham

Member
  • Posts

    429
  • Joined

  • Last visited

  • Days Won

    19

Posts posted by Acidham

  1. Search Alfred Workflows

    Alfred Workflows help to search in Title, Keyword, Description of a workflow and open it in various actions.

     

    Requires Alfred 4!

     

    Github: https://github.com/Acidham/search-alfred-workflows

     

    Options

    • ENTER - Shows a list of keywords in the workflow and starts the workflow with a keyword
    • CMD - For addtional Actions:
      • Copy path to Clipboard
      • Open WF Folder in Terminal (cd )
      • Reveal in Finder
      • Open in ForkLift (requires ForkLift installed)

    Config

    • exclude_disabled: True - ignore disabled workflow in search
    • terminal_path: EMPTY opens in macOS shell or path to custom terminal

    Screen Shot 2019-05-31 at 16.16.10.png

  2. Markdown Notes help to manage Markdown files in a directory with powerful full text search (supports & and |), tag search or search for todos ( - [ ] or * [ ]) . It also allows to quickly create new notes based on custom templates.

     

    I started to write this to replace the ton of Note taking apps that I used a while ago. I spent a lot of time to get this to work and the setup is a bit complex but once you went thru the steps it can indeed replace your note taking app. 

     

    The best MD Editor for this purpose is Typora but any other MD editor works as well. 

     

    Download at Git as usual: https://github.com/Acidham/alfred-markdown-notes/releases/latest

  3. Ok got it, but this is mostly based coincidences. 

     

    For class Item(object) I did not saw the need therefore I ignored it :D

     

    I started with snake_case but then I felt a bit lost aka I was not able to see the differences between variables and methods so I switch to PascalCase. But now I am on the way to switch to snake_case. Furthermore PyCharm always notified me about my old style 😕

     

    Thank you for your pointers! I made now the decision to take care of the new_style in the future!

  4. Just now, deanishe said:

    I just asked because of the old-style classes. I think most Python programmers these days don't even know they exist.

     

    😳 really? can you point me to newer-style format or at least what old-style is in my class? Now you made me curious ;) 

     

    ...and, no worries, every feedback is welcome hand helps...thx for that!

  5. 4 minutes ago, deanishe said:

    Where did you get Alfred.py from? That's some really old-school looking code.

     

    Thanks 😢

    I created for my own once I started with Python&Alfred. Since it does the Job I never touched it...even if I am not sure if I ever can write high-polished code 😕

     

  6. Dependencies

     

    Default App uses duti to change assigned apps. 

    You need to install duti first before you execute the Alfred Workflow

     

    brew install duti

     

    Usage

     

    dapp ext

     

    1. ext you can type any extension, the workflow will ask for confirmation to change the assigned app
    2. Choose one of the Apps to assign the extension to.

     

    Download on Git

     

    https://github.com/Acidham/alfred-default-app

  7. 13 hours ago, mattbovett said:

    Odd, this script works on my home computer, but not my work computer. My Brave bookmarks don't appear after typing "bm" and then something else. I'm rebuilding my metadata... Any other ideas if that doesn't work?

     

    Try with different keywords or at least more sophisticated ones. To do this you need to open Alfred Preferences > Workflows > Search for "Search Brave History" and open Script Filter. There you can change "bm" to something more sophisticated and retry. 

  8. You are welcome, I had this in mind but never implemented it because I am using another Alfred solution to bookmark pages for being independent of Browsers ;)

     

    Do you think it would make sense to incorporate the Bookmarks results in history search or is it ok to separate?

×
×
  • Create New...