bigluck Posted January 16, 2013 Share Posted January 16, 2013 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 wiiwaker, Sridhar Katakam, thec13 and 3 others 6 Link to comment
spacecadet9 Posted January 16, 2013 Share Posted January 16, 2013 Awesome, thank you so much I used the V1 transmit extension all the time and was really missing it in V2 Link to comment
jdfwarrior Posted January 16, 2013 Share Posted January 16, 2013 I had been meaning to make this myself but hadn't gotten around to it. Nicely done. Link to comment
jdfwarrior Posted January 16, 2013 Share Posted January 16, 2013 Bigluck: Not sure if you are aware of this but the workflow will return multiple line items for a result if it is in the Transmit History as well. That's one of the reasons I had not tackled this one yet because I didn't feel like messing with that I guess you could move around that by.. as you find them, add them to an array but only after you check to see if another entry with the same server and username exist (maybe the same remote path too). Link to comment
bigluck Posted January 16, 2013 Author Share Posted January 16, 2013 Bigluck: Not sure if you are aware of this but the workflow will return multiple line items for a result if it is in the Transmit History as well. That's one of the reasons I had not tackled this one yet because I didn't feel like messing with that I guess you could move around that by.. as you find them, add them to an array but only after you check to see if another entry with the same server and username exist (maybe the same remote path too). Try out the last release, I've tried to remove the historical elements Link to comment
jared Posted January 18, 2013 Share Posted January 18, 2013 awesome, thanks for writing this Link to comment
targumanu Posted January 18, 2013 Share Posted January 18, 2013 Great workflow! Thanks! However, I have a problem with it. When I use your workflow to open a Transmit favorite with folder names containing Cyrillic characters, they are displayed incorrectly. Could you make your workflow open favorites using UTF-8 encoding? Link to comment
vinyldust Posted January 19, 2013 Share Posted January 19, 2013 Superb. Nice Work. Will definitely help me tons! Link to comment
bigluck Posted January 19, 2013 Author Share Posted January 19, 2013 Great workflow! Thanks! However, I have a problem with it. When I use your workflow to open a Transmit favorite with folder names containing Cyrillic characters, they are displayed incorrectly. Could you make your workflow open favorites using UTF-8 encoding? I'm trying to fix this bug but is not easy. I'll keep you updated Link to comment
jdfwarrior Posted January 19, 2013 Share Posted January 19, 2013 I'm trying to fix this bug but is not easy. I'll keep you updated Welcome to my world. Fixing problems with weird characters have been driving me nuts Link to comment
capsella Posted January 22, 2013 Share Posted January 22, 2013 is there a way to make this mount the disk as a transmit drive? i had modified the old applescript transmit extension by adding 'with mount' to the script, but I'm not sure what to change in the php version. (applescript version below) on alfred_script(q) tell application "System Events" set rn to count (every process whose displayed name is "Transmit") end tell tell application "Transmit" activate set countWindows to count every window countWindows if q is not "" then if countWindows > 0 then set myFave to item 1 of (favorites whose (address is q) or (name is q)) if rn > 0 then tell current tab of (make new document at end) connect to myFave with mount end tell end if if rn = 0 then tell current tab of (document of first window) connect to myFave with mount end tell end if end if end if end tell tell application "Transmit" delay 10 quit end tell end alfred_script Thanks! -Andrew Link to comment
vdesabou Posted February 13, 2013 Share Posted February 13, 2013 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 Link to comment
magicuk Posted February 18, 2013 Share Posted February 18, 2013 This is incredible. Thanks. Link to comment
flo Posted February 20, 2013 Share Posted February 20, 2013 This workflow just made my day! Link to comment
anarchaeopteryx Posted March 14, 2013 Share Posted March 14, 2013 Would anyone mind adapting this for Yummy FTP? As much as I would love to teach myself programming enough to do this on my own I really should not take the time right now. Link to comment
robflate Posted March 15, 2013 Share Posted March 15, 2013 I can't get this to work? I type 'ftp', hit return, then type the name of a favourite in transmit but nothing happens. I'm using Transmit 4.3.3 (MAS). Link to comment
granneman Posted March 15, 2013 Share Posted March 15, 2013 Great work, but is there any way to get new invocations to open in tabs instead of new windows? Thanks! Scott vdesabou 1 Link to comment
slappy Posted March 16, 2013 Share Posted March 16, 2013 This is a great workflow. Is there something like this for Forklift? Link to comment
iKam Posted March 16, 2013 Share Posted March 16, 2013 Cool workflow! Thanks for sharing! Link to comment
bcometa Posted March 26, 2013 Share Posted March 26, 2013 "unable to locate transmit favorites folder" --> but I have about 15 favorites sites. afaik, nothing strange in my setup i see my favorites file in library. any ideas? Link to comment
jrsinclair Posted March 27, 2013 Share Posted March 27, 2013 If anyone is interested, like @capsella, I have a modified version of the workflow that will mount favourites to the filesystem. Use "mnt ..." to get the query started. Transmit Favourites is there a way to make this mount the disk as a transmit drive? i had modified the old applescript transmit extension by adding 'with mount' to the script, but I'm not sure what to change in the php version. (applescript version below) Thanks! -Andrew Link to comment
R4z3r Posted March 27, 2013 Share Posted March 27, 2013 I can't get this to work? I type 'ftp', hit return, then type the name of a favourite in transmit but nothing happens. I'm using Transmit 4.3.3 (MAS). To use this, you type: ftp [NAME OF YOUR FAVORITE] Replace [NAME OF YOUR FAVORITE] with your actual favorite. No need to hit return after 'ftp'. Link to comment
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now