Jump to content

raguay.customct

Member
  • Posts

    756
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by raguay.customct

  1. Perfect! I will play around with the numbers to get a small just. Thanks so much. Good bye Spectacles!
  2. That works, but I want to grow/shrink one side. Like: grow Left will increase on the left side of the window. Also, it would be nice to be able to specify the increase/decrease amount.
  3. Just set the extension to "png" using "ci.ext" and all images processed with the workflow will be converted to png. It uses ImageMagic, a free image processing package that is commandline based.
  4. Hi, My Alfred Time Keeper workflow is binary based. You can look at it on my Web site: http://www.customct.com/downloads/alfred-2-workflows/. My go library makes making binaries for workflows in the go language: https://github.com/raguay/goAlfred
  5. It's working with Chrome on my system. Maybe re-install Chrome on your system.
  6. This new version is fast enough for me to partially quit using spectacle. But, I love Spectacle's nudge feature. I use <ctrl><alt>leftarrow to nudge the current window a little bit wider in that direction. Same with right arrow. If you can implement that, I will dump using Spectacles! Thanks!
  7. On the setting your password script, you need to surround the {query} with quotes. It currently doesn't and bombs out on my password, which uses symbols, number, and letters.
  8. Hi, I just got DesktopShelves.app from the App Store ($1.99 this week) and it works great with this workflow. Just make the drawer directory a shelf. When you sweep the desktop to the drawer, it will appear on that shelf. Very handy.
  9. Hi, I finally got the last few bugs out and now use the Alfred list for all cleaners instead of the TextSoap popup. This version has two new hotkeys and many new functions. I updated the first post with all of the commands. If there is a new feature you need, just let me know about it.
  10. The link in the original post is still dead. The next link just brings up the php script. But I can not use that script directly because it relies on another script for running.
  11. You might want to check out http://spectacleapp.com/. It is full open source, so you can get ideas from it. I use it all the time. I been toying with the idea to take that base and open it all up to scripting with AAppleScript. Then making workflows like this from it's core would be a synch. But, alas, I am not finding enough time for that project.
  12. That is what I would expect, but what I get is 1.234.33! Both of them being decimal. But, if I set to System Defaults for both input and output, then I get 1,234.33 for US, and my Thai system settings get the appropriate for Thailand. But, if I try to force it to be commas on the output, I get only decimals. Sorry, I am losy at describing thing.
  13. Hi, After updating the workflow, I had to go back and change the directory in the script. So, I added to your workflow to save the directory list in a file in the data area for Alfred. I also added "qr:dir"; when you start typing a directory name, it will hunt it for you. Executing it multiple times appends new directories to the list. Loving it and the cheatsheet web site you gave above. Thanks! Download: https://db.tt/YnXYTkea
  14. Your miss understanding me. If either of those options on that page is set to non-system default, I only get a decimal as the thousands separator. But, when my system is set to using a decimal for the thousand separator, I want to force the thousands to be a comma. But, no matter how these settings are set, I can not achieve that. Does that make better sense?
  15. I looked at those scripts and they both give improper xml for a "no results". Therefore, it is the script writer that needs to fix them. But, both cases, if you start typing something that will match, then the output is normal.
  16. Actually, I think what I see is a bug. On my system, if I set the separator to a comma instead of system defaults (I live in Thailand and do not what the locality defaults), then any decimals in a number pushes Alfred to default search mode. It seems to be a bug similar to what I reported about the thousands separator.
  17. Supporting decimals in the basic calculator mode would be nice. It just dumps into search.
  18. Hi, I set the preference to force use of a comma for a separator, but it is showing a period. When I set to use the system preferences, it shows the comma okay. I have a screenshot of it: https://www.dropbox.com/s/p04w1pjsenrico1/AlfredSeparator.jpg
  19. Hi, Not sure how many Alfred users are also ShortCat.app (http://shortcatapp.com) users, but I created this workflow for launching Chrome with accessibility turned on so ShortCat can see the fields. This workflow uses ctl-shift-h to launch Chrome with the proper flag or bring it to the fore front if it is already running. ctl-shift-alt-h will quit Chrome. If you have not tried ShortCat, you should. It is a great app that has saved me from always going to the mouse. I access almost anything directly from the keyboard. It is great! download: https://github.com/raguay/MyAlfred/blob/master/RunChromeWithAccessability.alfredworkflow version: 1.0 date: 30/8/2013
  20. Actually, just add a "source $HOME/.bashrc" at the beginning of the bash script fixes my errors. Simple enough.
  21. Thanks for reposting this. I had lost my copy and could not find it anywhere. Where is the GitHub repo? I still have problems with it opening a fresh copy of Sublime (environment variables not set properly). I haven't had time to look into how to best fix it.
×
×
  • Create New...