Jump to content

svenko99

Member
  • Posts

    10
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by svenko99

  1. Hello! I created a WLED Workflow for Alfred. This workflow lets you effortlessly control your WLED lights right from your Alfred interface. Toggle lights, change colors, switch effects, and choose presets with ease.💡 Github link: https://github.com/svenko99/alfred-WLED
  2. I would like to suggest the addition of an "Open in VS Code" option in the right-click menu for workflows within Alfred. Currently, Alfred offers the convenient "Open in Finder" and "Open in Terminal" options, which are helpful. However, as a regular user of VS Code, I often find myself manually opening my workflows in VS Code for further customization. By implementing this new feature, users would be able to seamlessly open their workflows directly in VS Code with a simple right-click action. This enhancement would save time and streamline the workflow development process.
  3. Hi everyone, I am excited to submit the "Spell Chacker" workflow for Alfred. Workflow allows you to quickly check the spelling of selected text (US English). By selecting the desired text and pressing the configured hotkey, the workflow sends a request to the Ginger Software API to retrieve spelling corrections. The corrected text is then replaced with the original selected text. I am the original author, and the source code and other informations can be found on GitHub at: https://github.com/svenko99/alfred-spell-checker Submission Requirements: - It doesn't have auto-updates - as requested - It doesn't include any binaries or other libraries, use only python 3 standard library - All instructions are written in English - A large-enough icon is included Any feedback would be greatly appreciated. Thank you!
  4. Hello everyone , I am excited to submit the "Genius Lyrics Finder" workflow for Alfred. The workflow allows you to quickly search for song lyrics using the Genius API. I am the original author, and the source code and other informations can be found on GitHub at: https://github.com/svenko99/alfred-genius Workflow Features: - Quick and Easy Lyrics Search: Simply type " lyrics" followed by the lyrics you're looking for, and the workflow will fetch the results. - Lyrics Results: The workflow displays the song title, artist, a snippet of the lyrics, and a link to the full lyrics page on Genius.com. - Optional Image Download: You can choose to download and display the song's header image as an icon in the workflow results. - Image Cache Management: The workflow automatically deletes old header images from the cache to free up disk space, although image sizes are usually very small (150 KB). Submission Requirements: - It uses the new Workflow Configuration - It doesn't have auto-updates - as requested - It doesn't include any binaries or other libraries, use only python 3 standard library - All instructions are written in English - A large-enough icon is included Any feedback would be greatly appreciated. Thank you!
  5. Hello - I made this Alfred workflow to quickly search for pages in your Notion workspace. - I am aware that Notion search workflow has been made, but it requires not so user friendly steps to be functional. - So that's why I created this workflow that uses Notion's API. - Here is a link to the github page and all the instructions: (https://github.com/svenko99/alfred-notion).
  6. @vitor I have added it just now. Thank you for corrections.
  7. @vitor I have bundled Python dependencies and changed the script filter python3 to /usr/bin/python3.
  8. Hello I made this Alfred workflow for quickly looking up definition of certain words in Slovenian dictionary - SSKJ (Slovar slovenskega knjižnega jezika). So if anyone of you is Slovenian, like me this would be a great workflow to have! Here is a link to the github page and all the instructions. (https://github.com/svenko99/alfred-sskj)
  9. Hello, I made workflow that downloads Soundcloud song and I want to use it in Alfred Remote I wanted to ask if there is any way to input text (query) for remote workflow. Thanks for any feedback
×
×
  • Create New...