Jump to content

xilopaint

Member
  • Posts

    896
  • Joined

  • Last visited

  • Days Won

    24

Everything posted by xilopaint

  1. It's ok for me. If you prefer don't making a new release you can share the binary on this thread as well.
  2. Unfortunately I can't do it without any Go knowledge. I tried to build the search.go file with go build search.go and didn't succeed because of some missing packages.I thought about installing the packages on my $GOPATH but I was afraid to screw up everything so I gave up. Hope the new RC will not take long.
  3. hahahaha thank you for bringing those issues to my attention. deanishe vs. nikvi discussions are on top of my geek humor ranking.
  4. I had to create a new Urban Dictionary workflow as my previous one was broken. It's available on GitHub.
  5. Never mind, I built myself a workflow.
  6. It doesn't work for me anymore. Could anyone with knowledge in PHP fix this?
  7. Update (v2.14) Improved syntax for Slice file action to allow the user to omit the second value of a page range in order to indicate that it ends on the last page of the PDF file (eg. "8-").
  8. No, currently there's no such feature in the workflow. The input in your example moves the last page to the beginning, not the first page to the end. The file actions get user input by keywords objects. Such objects can't be dynamically populated. Your suggestion is a work for script filters, but I'm not yet convinced that the additional information would worth it. The page count information in particular can be handled by the syntax in a more straightforward manner. Blank as the end of the document is a well known syntax for page ranges. It will be implemented soon.
  9. Hi @Jasondm007! Thank you for the feedback. I'm a bit busy for the next few days but I'll look into your suggestions once I have some free time.
  10. According a comment by @Vero on Reddit there are plans for an official alternative on the road map.
  11. Update (v1.5.1): Fixed typo in Mark as Completed action.
  12. Hey @tamvodopad, your issue should be fixed on the latest release.
  13. Update (v1.5): Added ability to show to-dos in projects using the ⇧ modifier key. Fixed multiple issues for non-English locale.
  14. Has it worked for you before or have you just tried the workflow for the first time?
  15. Yes, sure. Sorry for the typo.
  16. So what is the best practice?
  17. I have poor knowledge on OAuth but found this in an article :
  18. Nothing relevant there. The code was catching the true error, so I made some changes to find the issue: This led me to search for the API information on 17Track website: Nothing we can do. The workflow is dead.
  19. This workflow has a broken version of Alfred-Workflow library. Did you follow the instructions to fix it?
  20. Read the docs: There isn't releases in your repo. Furthermore you can ask @deanishe, the creator of Alfred-Workflow, to quickly review your code and tell you if everything is set for updates.
  21. Try ProcessControl. It does that and much more.
  22. The color of the icon doesn't suit well in Alfred dark themes. Please, consider to change the icon's color to suit both light and dark themes or add an option to change the icon according the theme.
  23. Thanks for sharing, @Browall! I'm happy for seeing a workflow for home automation. I personally think Alfred has a lot to do in this scope. That said, Packal is an unmaintained project and not at all the best way to distribute your workflow. You better go with GitHub releases. Just share the workflow binary in the releases page for each released version (I also place it in the repo). A good practice is place your source code within a folder named src or source while the README, the LICENSE and the binary stay outside this folder. Additionally, use the autoupdate feature of alfred-workflow library to ensure the user has the latest version of the workflow. Take a look on Alfred PDF Tools implementation: https://github.com/xilopaint/alfred-pdf-tools.
×
×
  • Create New...