Jump to content

Acidham

Member
  • Posts

    429
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Acidham

  1. Updated to v 1.4 - Added OneUpdater - Added ALT mod to open Evernote in a new window https://github.com/Acidham/Evernote-Bookmarks
  2. Shows recent files in a folder and allow open the file, reveal in Finder or share via Dropox (requires WF http://www.packal.org/workflow/drop) custom folders can be set in List Filter relative to the home directory e.g. Desktop or Desktop:somefolder GitHub
  3. The API just support images to use on the web means as far as I can see png are 96 pixels. An alternative could be to use SVG which is scalable but not sure if you can work with SVG?
  4. Thx @deanishe for the hint and @JAAE for reporting! Fixed in version 1.3.1: https://github.com/Acidham/rsync-folders/blob/master/RSync Folders.alfredworkflow
  5. Which version or rsync are you using? You can find version when you open WF in Alfred preferences, top right corner [x] symbol.
  6. I found a solution. Log can be implemented with: do shell script "logger -t 'AS DEBUG' " & myObj Before executing the script just open console log and search for logger.
  7. my.scpt in my example returns script filter output and in between I am using log to output eg. a path. Means I cannot combine log from my.scpt with script filter output. Is there any other way to get log output into Alfred Debugger Console or maybe console.log?
  8. That was my expectation as well but nothing is showing up in Alfred Debugger Console. Let me be more specific: I am using following AS in a script filter: run script "my.scpt" with parameters "{query}" my.scpt contains a log output: log "Hello world" When i run the script filter "Hello world" is not showing up in Script Debugger Console.
  9. I am using run script in workflow steps. Is there a way to tell the external applescript to write to Alfred's debugger console ?
  10. Thx for the feedback and suggestions! I added a few of your feature requests but auto mount is missing and a way to figure out which of the folders contain changes. Hope that helps a bit!?
  11. Rsync Folders for Alfred Keep a set of folders in sync with their target folders via rsync. Usage rsync: executes all rsync configurations add a new entry to rsync batch delete an entry from the batch file Downloads: https://github.com/Acidham/rsync-folders http://www.packal.org/workflow/rsync-folders
  12. LaTeX Math equation to png The workflow creates a PNG from a Latex Equation using the Web API from https://latex.codecogs.com The symbols can be extended within the AppleScript. https://github.com/Acidham/latex-to-png http://www.packal.org/workflow/latex-math-png
  13. hmm, any idea on what I did wrong or why I am receiving instantly this error?
  14. Is golang required to run the workflow? I tried it but I get no results but [ERROR: input.scriptfilter] Code 11: Exited with error code but no message
  15. Suggestion: The SECRET is stored in plain text file what about to get SECRET from Keychain? I am not experienced in Python but google tells me that there are methods which read and write to keychain.
  16. @hpoul good question! E.g. when using clipart with Power Point, SVG is not supported. Why not implementing further steps if required to convert svg to png and enter size or presets?
  17. Is there a way to change output to PNG instead of SVG?
  18. Thx a lot for your help. I need some practice now
  19. I am not able to get the "icon": {"type":"fileicon", {"path":"icon.png"}} piece into the dict. I tried set theItems to {} set end of theItems to json's createDictWith({{"title", "foo"}, {"uid", 1}}) set end of theItems to json's createDictWith({{"title", "bar"}, {"uid", 2}}) set theFileIcon to json's createDictWith({{"type", "fileicon"}, {"path", "icon.png"}}) set end of theItems to json's createDictWith("icon", theFileIcon)$
  20. Thx for the example, that works. I will try to get used of using JSON instead of XML even it seems to be bit complicated
  21. Thx for the link and I tried it but I am not able to get a basic JSON with {"items": [ {"title":"foo",{"uid":1} {"title":"bar",{"uid":2} ]} together with the applescript
  22. For usability reason I suggest better solution for Script Filter Output. Maybe it is all great from a developer perspective but for non developers and script kiddis like me it becomes really hard to deal with Script Filters. For me Alfred is an efficient tool to write quick and short scripts which helps me on my daily business. Lets hope to get better support for producing output from script filters in the future.
×
×
  • Create New...