bundleid cn.alanhe.mountVolume category Self-Dev connections 3DE4B996-B960-444D-ADA2-437EE5A84911 3E554F3A-9D95-4D8B-9797-FDE6FDA14DCD destinationuid 3DE4B996-B960-444D-ADA2-437EE5A84911 modifiers 0 modifiersubtext vitoclose createdby Alan He description connect to server quickly disabled name Mount Volume objects config argumenttype 2 keyword mount subtext connect to server text Mount Volume withspace type alfred.workflow.input.keyword uid 3E554F3A-9D95-4D8B-9797-FDE6FDA14DCD version 1 config concurrently escaping 68 script to split(someText, delimiter) set AppleScript's text item delimiters to delimiter set someText to someText's text items set AppleScript's text item delimiters to {""} --> restore delimiters to default value return someText end split on run set theQuery to "{query}" set serverIP to (system attribute "server_address") set UserAccount to (system attribute "username") set ServerPassword to (system attribute "password") set serverIpArr to split(serverIP, "/") set serverVolume to end of serverIpArr tell application "Finder" try if disk serverVolume exists then else mount volume serverIP as user name UserAccount with password ServerPassword end if tell application "Finder" to open folder serverVolume of computer container activate end try end tell return theQuery end run scriptargtype 0 scriptfile type 6 type alfred.workflow.action.script uid 3DE4B996-B960-444D-ADA2-437EE5A84911 version 2 readme > Connect to server quickly. Mount and Open volume. Network like SMB/CIF、NFS 和 FTP。 @see https://support.apple.com/guide/mac-help/network-address-formats-and-protocols-on-mac-mchlp1654/11.0/mac/11.0 uidata 3DE4B996-B960-444D-ADA2-437EE5A84911 note remount when disconnected. auto open in finder xpos 290 ypos 130 3E554F3A-9D95-4D8B-9797-FDE6FDA14DCD colorindex 4 xpos 50 ypos 125 userconfigurationconfig variables password server_address username variablesdontexport password username server_address version 1.3 webaddress https://www.alfredapp.com