Jump to content

Acidham

Member
  • Posts

    429
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Acidham

  1. @deanishe yeah I thought the same but I do not have an "vintage" workflow available. I implemented your fix and released on git (0.6.6). Please test. Thx for chiming in!
  2. @bk161124 Which version of Alfred are you using and which version of the Workflow?
  3. 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
  4. @deanishe Btw, did you implement an Alfred WF for the Icon Generator?
  5. Did you install duti ? Any WF debug Info when executing ?
  6. v 0.9: Some code polish and added OneUpdater to update automatically.
  7. 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
  8. Ok got it, but this is mostly based coincidences. For class Item(object) I did not saw the need therefore I ignored it 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!
  9. 😳 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!
  10. 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 😕
  11. Because it was too late yesterday. 😂 Version 1.0 is now available and ported to Python 🤗 I hope there is no new bug 🤨 ... let me know how it goes...
  12. Finally fixed a bug that joined the code and added OneUpdater!
  13. 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
  14. I was only focusing on local folder but your suggestions sounds reasonable. These days my time is limited but happy to commit pull requests on that soon
  15. Everything is possible but brave is not holding that data. In history (hist) the frequency is respected, means it's sorted based on how many times you requested a certain url but not for bookmarks.
  16. Thank you for reporting! Added support for nightly builds... please give it a try and let me know.
  17. can you open the workflow in Alfred Pref, click on the Small Bug top right and then try to execute the workflow. In case you get errors please provide the text.
  18. Usually you can add binary (.alfredworkflow) into root together with README.MD of repo and add a folder called src. Then unpack the .alfredworkflow and copy it into src folder. With this you have the binary there for installation and src in a separate folder.
  19. I am getting lot of NULL devices. By adding after first grep this can be avoided: | grep -v "(null)" BTW: Why are you not putting WF on Git? Would be easier to fork
  20. 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.
  21. No because there is some code required to get bookmarks and history entries. Main results in Alfred are indexed data which is not the case here.
  22. 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?
  23. When you reached that point it's time to think about switching from win to macOS 😉
×
×
  • Create New...