= Trac .bashrc stuff = == Description == Some things to source from your .bashrc to simplify Trac administration. If you have any other little pieces of scripting, just contact me and I will request commit access for you. Make sure you change the first line to point at your default Trac environment. You may have to change other things depending on your system setup. == Bugs/Feature Requests == Existing bugs and feature requests for TracBashrcScript are [report:9?COMPONENT=TracBashrcScript here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=TracBashrcScript&owner=coderanger new ticket]. == Download == Download the zipped source from [download:tracbashrcscript here]. == Source == You can check out TracBashrcScript from [http://trac-hacks.org/svn/tracbashrcscript here] using Subversion, or [source:tracbashrcscript browse the source] with Trac. == Example == {{{ #!sh $ tadm permission list User Action -------------------------- anonymous SEARCH_VIEW anonymous WIKI_CREATE anonymous WIKI_MODIFY anonymous WIKI_VIEW $ tlog -n 4 21:32:23 Trac[loader] DEBUG: Loading plugin unixgroups.unixgroups from /var/www/coderanger/tracs/tracdev/plugins/UnixGroups-0.1_r187-py2.4.egg 21:32:23 Trac[loader] DEBUG: Loading plugin goodies from /var/www/coderanger/tracs/tracdev/plugins/TracWikiGoodies-0.3_r483-py2.4.egg 21:32:23 Trac[loader] DEBUG: Loading plugin traccas from /var/www/coderanger/tracs/tracdev/plugins/TracCAS-0.1_r522-py2.4.egg 21:32:23 Trac[loader] DEBUG: Loading plugin hackinstall.web_ui from /home/coderanger/trac/hacks/hackinstallplugin/0.9 }}} == Recent Changes == [[ChangeLog(tracbashrcscript, 3)]] == Author/Contributors == '''Author:''' [wiki:coderanger] [[BR]] '''Contributors:''' [[TagIt(script,coderanger,0.10,0.8,0.9)]]