Jump to content

Transmit favorites workflow


Recommended Posts

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.
Link to comment

Hi,

This workflow is awesome.

I just noticed an issue when the favorite name has an ampersand (&)

In that case, we get:

13/02/13 16:19:47,012 Alfred 2[10427]: [ERROR] Script XML Parse Error occured Error Domain=NSXMLParserErrorDomain Code=4 "The operation couldn’t be completed. (NSXMLParserErrorDomain error 4.)"

Workaround is easy: don't use ampersand in names ;-)

Cheers

Or wrap the XML content string into a CDATA tag, i.e `<[CDATA[your string ]]>` (ran into that issue when doing the phone number filter in http://www.alfredforum.com/topic/1680-dial-with-pushdialer-workflow/ – renaming contacts is not really an option :))

Edited by kopischke
Link to comment

@bigluck: Your "Find history elements" code is causing a fatal exception on some installations. Here's output in Terminal:

 

 

 

Desktop ym3z$ php transmit.php


Warning: DOMDocument::load(): Document is empty in /private/tmp/tm-PNBPYa, line: 1 in /Users/ym3z/Desktop/CFPropertyList.php on line 203


Warning: DOMDocument::load(): Start tag expected, '<' not found in /private/tmp/tm-PNBPYa, line: 1 in /Users/ym3z/Desktop/CFPropertyList.php on line 203


Fatal error: Uncaught exception 'DOMException' in /Users/ym3z/Desktop/CFPropertyList.php:203
Stack trace:
#0 /Users/ym3z/Desktop/CFPropertyList.php(111): CFPropertyList->load()
#1 /Users/ym3z/Desktop/transmit.php(31): CFPropertyList->__construct('/private/tmp/tm...')
#2 {main}
  thrown in /Users/ym3z/Desktop/CFPropertyList.php on line 203
 
Link to comment
  • 1 month later...
  • 5 weeks later...
  • 4 months later...

This is an awesome workflow and I use it daily but since upgrading to Mavericks yesterday it has stopped working.

If I type FTP then it doesn't do anything instead shows the google search. here is a quick screencast of it.

 

http://quick.as/la9hdky

Any ideas how to fix this? I have tried reinstalling the workflow.

Thanks.

 

I have the same problem since updating to Mavericks.

Link to comment
  • 1 year later...

Use this workflow instead: http://www.alfredforum.com/topic/2185-transmit-favorites-workflow-works-with-mas-version/.

 

It is working fine.

 

This is an awesome workflow and I use it daily but since upgrading to Mavericks yesterday it has stopped working.
If I type FTP then it doesn't do anything instead shows the google search. here is a quick screencast of it.

 

http://quick.as/la9hdky

Any ideas how to fix this? I have tried reinstalling the workflow.

Thanks.

 

 

I have the same problem since updating to Mavericks.

 

 

Guys, any update on this at all?

Link to comment
  • 2 years later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...