Jump to content

BenjaminO

Member
  • Posts

    57
  • Joined

  • Last visited

Everything posted by BenjaminO

  1. Hello @Aadako and @pbnjamguy, many thanks for your feedbacks. I just fixed this bug in the v2.2.2. It seems that when I implemented the new connection methods in the v2.2.0, I forgot to include the logic when no accounts.json was not found (happening on a fresh start). Please let me know if it is working on your side. Link yo the new version : https://github.com/BenjaminOddou/alfred-plex/releases/tag/v2.2.2 (it should be updated soon in the Alfred Gallery)
  2. Hey @pbnjamguy, could you describe me a little bit more your bug ? Do you have the v2.2.0 installed ? If you already had previous versions of the workflow installed, I advise you to clear cache and data workflow.
  3. Hey @Vero, I just responded to you by DM. Again, very sorry for the late response ! Cheers !
  4. @vitor indeed, mods are used mostly to modify the subtitle, icon path, arg and/or the valid statement. However, I have some edge cases where it can be nice to change the title. I don't have the full picture of what it implies in term of development and if it is worth to modify compare to the demand but just wanted to point that out. 😉
  5. Hello folks, I remarked that from this documentation, it is not mentioned whether mods can alter the 'title' property or not (https://www.alfredapp.com/help/workflows/inputs/script-filter/json). Is this intentional ? It would make more sense to have the possibility to modify it IMHO.
  6. alfred_workflow_cache and alfred_workflow_data (see here) are used in a lot of workflows. In theory cache folder should be used for temporary data. When deleting or updating a workflow, these two folders are kept as is. My thought is that it could be nice to delete the cache folder when updating or deleting the corresponding workflow.
  7. Hey @Vero, is this still valid ? Didn’t received any mail from my side. Many thanks !
  8. Hello @vitor, unfortunately, it seems that maintainers have abandoned the idea of integrating dashlane-cli in homebrew core for now. See here : https://github.com/Homebrew/homebrew-core/pull/124525 They provided a tap to install dashlane cli binary with xcode https://github.com/Dashlane/homebrew-tap. Can this be used in the alfred gallery ? brew tap dashlane/tap brew install dashlane-cli Many thanks in advance !
  9. Hi there, thanks for the mention @sepulchra. I can only agree with you, great idea !
  10. Hey @xilopaint! Unfortunately this is not possible at the moment as I am using folderify cli under the hood which do not allow color modification. But this is a good enhancement to submit to Igarron the creator of folderify cli.
  11. This workflow I created allows you to search emojis very rapidly in 19 languages ! It has a lot of features including emojipedia links (in language selected by the user) and custom tags to search emojis with your own keywords ! The workflow is light and only requires python to work. Read the documentation and try it out. Don't hesitate to share feedbacks and to report bugs. Here is the GitHub repo : https://github.com/BenjaminOddou/alfred-emoji-wine Enjoy !
  12. BenjaminO

    Emoji Wine

    Hello @vitor, Here is a workflow I would like to share. Author : me Link to the Github repo : https://github.com/BenjaminOddou/alfred-emoji-wine List of dependencies : Python 3.7 Screenshots in the README as well Don't hesitate to tell me if something needs to be updated. 🙂
  13. Thanks for the response @Stephen_C ! Indeed, I am using 5.0.6 which I believe is the latest release version.
  14. Hello, I remarked that there is some limitations for the markdown syntax in this user panel README section. Example 1: closing parenthesis next to a markdown link in the user panel README is not displayed. Example 2: Fenced Code Blocks and Syntax Highlighting are not available : Other examples: There is no Blockquotes (>) or nested quotes (>>). There is no horizontal rules with asterisks (***), dashes (---), or underscores (___). There is no tables etc.
  15. Hello @vitor, Thanks for the feedback. I'll update this workflow, the folderify and the file explorer workflows then.
  16. Hey Vitor ! Thank you very much for the feedback ! To respond to your suggestions : It has some tradeoffs so I'll let it like that for now. But maybe I can delete one example of preset to facilitate their suppression. Indeed ! This will be updated to show "No description" instead of "undefined". I am aware of this behavior. I didn't change it yet because I was not sure what was the best strategy to address that. I will probably add a dropdown list that will let user choose if he/she prefers to overwrites/gives error/or name images differently as you suggested. I'll need some time to do it properly. BTW, if anyone wants to contribute, don't hesitate to submit a pull request in the github repo : https://github.com/BenjaminOddou/alfred-smart-webp-compression/pulls . I am actually using it quite a lot. It allows to compress images in nested folders. I'll update the description in the user configuration panel I set it up to a custom folder myself as I am checking logs manually sometimes. Indeed I like knowing what's going on and sometimes want to check details of cwebp ouput Thank you again for your time and your work ! Have a nice week-end !
  17. Hello @vitor, is there anything I can do to help you integrate this workflow inside the gallery ? 😄
  18. Hey @vitor, I just want to let you know that I made quite few changes to this workflow. I used JXA to avoid the need of jq dependency. Only cwebp is now required.
  19. ok thanks for the feedback, I'll post a message when the cli will be in homebrew-core
  20. Hello @vitor, with the release v1.1.0, I updated the installation script to use homebrew formula installation with a ruby script (it's not perfect but I think it's better than downloading binary directly) ->https://github.com/BenjaminOddou/alfred-dashlane/blob/main/src/dashlane-cli.rb This script is embed with the workflow and is used to install the dashlane cli binary based on the user system (it should work on arm64). The dashlane cli project is still "experimental" but it's updated regularly. Do you have some insight for me to know what could be improved in order for this workflow to be accepted in the gallery ? Many thanks in advance
  21. @sepulchra with v2.3 you’ll not be limited to 1 048 575 files in the scan. The script will create new sheets when maximum number of rows is reached.
  22. Hey @sepulchra, here it is 😄 : https://www.alfredapp.com/extras/theme/RojxyirrEH/
  23. Hello folks ! I am super happy to share with you my last project. This workflow allows you to search your media on plex using the API and perform actions on servers. If you want to know more, go to the Github repo : https://github.com/BenjaminOddou/alfred-plex List of dependencies : Python 3.6 and optionally VLC Don't hesitate to share your feedbacks and thoughts 🙂
  24. Hello @vitor, Here is a workflow I would like to share. Author : me Link to the Github repo : https://github.com/BenjaminOddou/alfred-plex List of dependencies : Python 3.6 and optionally VLC (mentionned in the README.md) Screenshots in the README as well Don't hesitate to tell me if something needs to be updated. 🙂
×
×
  • Create New...