From: Andreas Burtzlaff <andy13@gmx.net>
To: Sebastian Rose <sebastian_rose@gmx.de>
Cc: emacs-orgmode@gnu.org
Subject: Re: [ANN] org-fstree 0.2
Date: Sun, 29 Mar 2009 14:41:40 +0200 [thread overview]
Message-ID: <20090329144140.d331b306.andy13@gmx.net> (raw)
In-Reply-To: <87ab756qgf.fsf@kassiopeya.MSHEIMNETZ>
Hello Sebastian,
new version 0.2 available.
http://www.burtzlaff.de/org-fstree/org-fstree.el
On Sun, 29 Mar 2009 03:57:36 +0200
Sebastian Rose <sebastian_rose@gmx.de> wrote:
> Andreas Burtzlaff <andy13@gmx.net> writes:
> * a customizable list of directory names to skip.
> '("CVS" "_MTN" ".git" ".hg" "RCS") might be a good default.
> * Add directory names to the skip list
> #+begin fstree -sd (nogo notes)
> * Skip files by suffix
> #+begin fstree -sf (.jpg .gif ...)
Both implemented with the new options :exclude-regexp-name and :exclude-regexp-fullpath
From the documentation:
- :exclude-regexp-name <list of regexp strings> , exclude file/directory names matching either
of the given regexp expressions
Examples:
:exclude-regexp-name (".*\\.pdf$" ".*\\.zip$"), excludes files/directories ending with either ".pdf" or ".zip"
:exclude-regexp-name ("^\\.git$") , excludes files/directories named ".git"
- :exclude-regexp-fullpath <list of regexp strings>, same as :exclude-regexp-name but matches absolute path to file/directory
> * Maybe require the option `-r' to be recursive.
Is implemented as an option now:
:non-recursive t
> * Add a slash to the directory names to make the list more
> readable. As an alternative, I could imagine to use folder icons
> like speedbar, or use headlines without links for directories (the
> links all look the same, wether they are headlines or leaves).
I added "[D]" for directories and "[ ]" for files in the headline.
While that looks quite nice imho, I'm still looking for a more appealing formatting for the backlinks.
I've tried to add the backlinks as properties "Link1", "Link2",... , but links are shown as text in the column view.
Use column view for the links (EXPERIMENTAL):
*** Test Tree
:PROPERTIES:
:COLUMNS: %40ITEM %Link1 %Link2 %Link3 %Link4
:END:
#+BEGIN_FSTREE: ~/tmp/ :non-recursive t :links-as-properties t
Any ideas?
Andreas
next prev parent reply other threads:[~2009-03-29 10:37 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-21 3:11 combine orgmode and file system browsing Andreas Burtzlaff
2009-03-21 2:20 ` Sebastian Rose
2009-03-21 5:12 ` Andreas Burtzlaff
2009-03-23 11:59 ` Sebastian Rose
2009-03-28 23:54 ` [ANN] org-fstree: insert directory subtrees into org buffers Andreas Burtzlaff
2009-03-29 1:30 ` Cameron Horsburgh
2009-03-29 1:57 ` Sebastian Rose
2009-03-29 12:41 ` Andreas Burtzlaff [this message]
2009-03-29 17:10 ` [ANN] org-fstree 0.2 Sebastian Rose
2009-03-30 6:39 ` Carsten Dominik
2009-03-31 9:48 ` Alan E. Davis
2009-04-01 1:12 ` Andreas Burtzlaff
2009-04-01 4:22 ` Carsten Dominik
2009-04-01 23:50 ` Andreas Burtzlaff
2009-04-03 9:45 ` Carsten Dominik
2009-04-04 3:01 ` Andreas Burtzlaff
2009-04-04 3:04 ` Carsten Dominik
2009-06-10 19:14 ` [ANN] org-fstree: insert directory subtrees into org buffers Lindsay Todd
2009-06-12 3:56 ` [ANN] org-fstree: insert directory subtrees into org buffers / UPDATE Andreas Burtzlaff
2009-06-18 22:35 ` Lindsay Todd
2009-06-19 12:39 ` Andreas Burtzlaff
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090329144140.d331b306.andy13@gmx.net \
--to=andy13@gmx.net \
--cc=emacs-orgmode@gnu.org \
--cc=sebastian_rose@gmx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).