On Nov 30, 6:20 pm, Fab <
f.braennstr...@gmx.de> wrote:
> I have trouble to adjust the bookmarks. Does this work yet?
Bookmarks are stored in ~/.xyzcmd/data/bookmarks file. This is a
plain-text file with format as following:
"name": "path" \n
where name is a name appearing in bookmarks window and path is where
to chdir to after entry in selected.
No visual bookmarks editing is available yet.
> Is there some switch to adjust the sorting depending on time, name and
> extension?
No, it is currently impossible, but it can be done for 0.0.3, you can
post an issue in project tracker -
http://code.google.com/p/xyzcmd/issues/list
> And can I hide somehow the dot-config files?
Not as permanent feature. As temporary solution you can first tag all
your non dot files:
Meta-+, then type a FSRule:
type{file} and not name{"^\\."}
And then filter only tagged entries by pressing Meta-g
Again, please post a feature request and I'll try to implement objects
hiding in 0.0.3 as well.