Jump to content

bigluck

Member
  • Posts

    29
  • Joined

  • Last visited

Everything posted by bigluck

  1. Hi guys, I'm really sorry for the late reply. Unfortunately I'm no more maintaining the plugin, but if someone have the skill and the know-how to maintain and evolve this plugin (https://github.com/bigluck/alfred2-currencyconverter), is welcomed. Write to me via PM for more details.
  2. Hi everybody, I've updated my Sublime Text workflow; now you can find and open all your Sublime Text projects with the simple "sub" command. This update is compatible with both Sublime Text 2 and 3. Here the github repository: https://github.com/BigLuck/alfred2-sublimeprojects And the .alfredworkflow direct download link: https://github.com/BigLuck/alfred2-sublimeprojects/raw/master/Sublime%20Text%20Projects.alfredworkflow
  3. Thanks jonathanwiesel, can you please send a pull request in the github repository?
  4. @jonathanwiesel: take a look here https://github.com/BigLuck/alfred2-hash/issues/2#issuecomment-15555307
  5. Sorry guys, but I haven't the MAS versione. If somebody have good php knowledge can contribute to the project here: https://github.com/BigLuck/alfred2-transmit @granneman: I haven't found any ufficial documentation about Transmit command line arguments; right now this plugin invoke a simple "open -a Transmit {query}" script, where {query} is a bookmark ID string. Every suggest is wellcome.
  6. Hi jhuting, I've already sent this request a couple of days ago, take a look here: http://www.alfredforum.com/index.php?/topic/303-preserve-workflow-configuration-order/ If you want support my request... you're wellcome
  7. Ok, I will release an update in the next days, but first I want fix this problem: http://www.alfredforum.com/index.php?/topic/278-input-string-normalization/ Thanks
  8. You can also use $_SERVER['HOME']
  9. Hi everybody, I've created and published an very simple workflow. It allow you to calculate a string hash in: - MD5 - md5 <string> - SHA1 - sha1 <string> - htpasswd (Apache) - htpasswd <string> - CRC32 - crc32 <string> - Whirlpool - whirlpool <string> You can also convert strings to/from base64: - Decode: base64_decode <string> - Encode: base64_encode <string> You can install this workflow from "alfpt install Hash" or downloading the .alfredworkflow file from: https://github.com/BigLuck/alfred2-hash/raw/master/Hash.alfredworkflow Here the github repository: https://github.com/BigLuck/alfred2-hash
  10. Ok, but I think there's a bug here, becouse I've typed a hundred of "currency" request, and just a couple of "currency-set-from" and "currency-set-to" command requests. You could download and test this problem using the latest version of my workflow. Thanks
  11. Hi everybody, I think could be very useful preserve the configuration order on the query output. Here an simple example: in my workflow there are 4 script filters: - currency - currency-set-from - currency-set-to - currency-help but the final output list changed the order to: - currency-set-from - currency-set-to - currency-help - currency
  12. I'm trying to fix this bug but is not easy. I'll keep you updated
  13. Basing on @twinpeaks request I added BITcoin support. Now the workflow suggests currency based on user typing
  14. Yes, it's very simple. Open the Workflows panel in Alfred 2, click on the "Parallels Desktop" workflow and again double click on the "prl - Script filter" icon; you can easly change the Keyword from "prl" to "vm" and save the new configuration
  15. I've published a very simple Parallels Desktop workflow; you can list all your virtual machines and start/stop/suspend/resume/take a screenshot for each VM. The syntax is very simple: `prl <name>` Here the github repository: https://github.com/BigLuck/alfred2-parallels And the .alfredworkflow direct download link: https://github.com/BigLuck/alfred2-parallels/raw/master/Parallels%20Desktop.alfredworkflow
  16. Try out the last release, I've tried to remove the historical elements
  17. Hi everybody, I've created a simple but (i hope) useful currency converter; this workflow support simple and complex queries like: currency € -- Current EUR/USD exchange currency € £ -- Current EUR/GBP exchange currency 12 € -- Convert 12 EUR to USD currency 12€ £ -- Convert 12 EUR to GBP currency 12 € £ -- Convert 12 EUR to GBP currency 12 EUR £ -- Convert 12 EUR to GBP currency 12 EUR to £ -- Convert 12 EUR to GBP currency from 12 € to GBP -- Convert 12 EUR to GBP currency to GBP from 3€ -- Convert 3 EUR to GBP currency to GBP 3€ -- Convert 3 EUR to GBP Here the github repository: https://github.com/BigLuck/alfred2-currencyconverter And the .alfredworkflow direct download link: https://github.com/BigLuck/alfred2-currencyconverter/raw/master/Currency%20Converter.alfredworkflow
  18. I've found a bug; test the get_class function name (or other functions that contain the "_" char): Your workflow try to open the http://www.php.net/manual/en/function.get_class.php web-page, but the right one is: http://www.php.net/manual/en/function.get-class.php
  19. Hi everybody, I've published my first Alfred 2 workflow's; this basic workflow allow you to easly connect to your Transmit favorites. The syntax is very simple: `ftp <name>` when <name> could be: - favorite name in transmit - favorite username - favorite server - favorite remote path Here the github repository: https://github.com/BigLuck/alfred2-transmit And the .alfredworkflow direct download link: https://github.com/BigLuck/alfred2-transmit/raw/master/Transmit%20Favorites.alfredworkflow
×
×
  • Create New...