Quoting "Olemis Lang" <ole...@gmail.com>:
On Mon, Dec 12, 2011 at 8:30 AM, W. Martin Borgert <deba...@debian.org> wrote:
I'm running Trac 0.11.7 and would like to access individual tickets
on the command line. With "trac-admin" I can remove tickets, but I
would like to access/read the summary and other fields. Is there any
way to do this? (I know, there is psql, of course.)

Yes Martin . There's a vim plugin for Trac (please Google for it ...
;) . AFAICR it relies on XMLRPC interface so I suppose you should have
this plugin installed  and enabled . I tried it once upon a time and
it worked pretty well .

Another option is to use a fully featured command line browser lynx ;)

Is this ok for you ? Or is it that you're looking for something else ?

Probably :~) I give an example what I like to do:

$ SUMMARY=`trac-something /foo/bar/project ticket 1234 summary`
$ echo $SUMMARY | grep -q someword && echo "1234 contains someword"

Even better would be a Python shell, of course.

--
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to trac-users@googlegroups.com.
To unsubscribe from this group, send email to 
trac-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to