Changes between Initial Version and Version 1 of TracShellScript


Ignore:
Timestamp:
Feb 12, 2009, 3:01:16 PM (15 years ago)
Author:
J Kenneth King
Comment:

New hack TracShellScript, created by j_king

Legend:

Unmodified
Added
Removed
Modified
  • TracShellScript

    v1 v1  
     1= TracShell: A command line shell interface to remote Trac instances =
     2
     3== Description ==
     4
     5Using the XmlRpcPlugin, TracShell gives users a command line interface to Trac.
     6
     7More info and releases can be found at: http://code.google.com/p/tracshell/
     8
     9== Bugs/Feature Requests ==
     10
     11Existing bugs and feature requests for TracShellScript are
     12[report:9?COMPONENT=TracShellScript here].
     13
     14If you have any issues, create a
     15[http://trac-hacks.org/newticket?component=TracShellScript&owner=j_king new ticket].
     16
     17== Download ==
     18
     19Download the zipped source from [download:tracshellscript here].
     20
     21== Source ==
     22
     23You can check out TracShellScript from [http://trac-hacks.org/svn/tracshellscript here] using Subversion, or [source:tracshellscript browse the source] with Trac.
     24
     25== Example ==
     26
     27$ tracshell -h
     28Usage:
     29
     30...
     31
     32$ tracshell
     33Welcome to TracShell!
     34Type `help` for a list of commands.
     35trac->> query owner=joe&priority=critical
     36   34: [  open  ] the system is down
     37  233: [  new   ] aliens have begun the attack
     38trac->> view 233
     39Details for ticket: 233
     40
     41      Summary: aliens have begun the attack
     42  Description: We just caught a UFO on live video television entering..
     43          ....
     44trac->> quit
     45Goodbye!
     46
     47== Recent Changes ==
     48
     49[[ChangeLog(tracshellscript, 3)]]
     50
     51== Author/Contributors ==
     52
     53'''Author:''' [wiki:j_king] [[BR]]
     54'''Contributors:'''