[Cyberduck-trac] [Cyberduck] #272: Extended options for hidden files
Cyberduck
trac at trac.cyberduck.ch
Sun May 11 12:12:40 CEST 2008
#272: Extended options for hidden files
-----------------------------+----------------------------------------------
Reporter: pb at e-scribe.com | Owner: dkocher
Type: enhancement | Status: closed
Priority: low | Milestone: 3.0
Component: interface | Version: 2.5.5
Severity: minor | Resolution: fixed
Keywords: |
-----------------------------+----------------------------------------------
Changes (by dkocher):
* status: assigned => closed
* resolution: => fixed
* milestone: 3.1 => 3.0
Comment:
As of r3950 you can specify a regex with the property
'browser.hidden.regex' which files to exclude.
Use i.e
{{{
defaults write ch.sudo.cyberduck browser.hidden.regex
"\\\..*|.*\\\.pyc|.*\\\.pyo"
}}}
to exclude all files that start with a dot, end with .pyc or .pyo.
(Tripple excape because of shell escaping)
No grapical preference yet.
--
Ticket URL: <http://trac.cyberduck.ch/ticket/272#comment:3>
Cyberduck <http://cyberduck.ch>
FTP and SFTP Browser for Mac OS X.
More information about the Cyberduck-trac
mailing list