summaryrefslogtreecommitdiff
path: root/open-terminal/caja-open-terminal.c
AgeCommit message (Collapse)AuthorFilesLines
2016-08-01open-terminal: properly quote SSH argumentsmonsta1-1/+11
fixes problem with opening terminal in remote folders with ' or " in their names. adapted from: https://git.gnome.org/browse/nautilus-open-terminal/commit/?id=f1789425df12e054fa0b2407f7df861d98059599
2016-07-30open-terminal: fix indent a bitmonsta1-16/+16
2016-07-29open-terminal: don't use #define just for one casemonsta1-3/+1
2016-07-29open-terminal: use g_uri_parse_schememonsta1-8/+5
2016-07-29open-terminal: reduce code duplication a bitmonsta1-19/+14
2015-06-30open-terminal: fix parse_sftp_uri to return full hostRoman Anasal1-1/+1
with a port given in the uri parse_sftp_uri would strip the last character of the host otherwise
2015-06-30open-terminal: don't pass default ssh port when not explicitly givenRoman Anasal1-3/+6
omit the port on the commandline passed to the underlying ssh when none is explicitly given in vfs_uri and so leave it to ssh to determine the right port instead which may be a non-standard one configured in ssh_config
2015-06-08Uncapitalize "In" in "Open In Terminal"Piotr Jurkiewicz1-2/+2
2014-11-03Add information for about dialogsStefano Karapetsas1-1/+1
2013-10-31Update to latest mate-desktop include pathStefano Karapetsas1-1/+1
2013-10-17Add open-terminal extensionStefano Karapetsas1-0/+577