= edit ini style files en mass = == Description == inised can update the trac.ini-file for the trac environments at the command line, you can use inised. It is surprisingly written in python and depends just on ConfigObj - you will find it at least in debian/ubuntu. (package python-ponfigobj) You can edit every ini-style file. inised can also remove keys from sections, but an empty sections will stay left. == SYNOPSIS == inised
== Bugs/Feature Requests == Existing bugs and feature requests for IniFileStreamEditorScript are [report:9?COMPONENT=IniFileStreamEditorScript here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=IniFileStreamEditorScript&owner=tac new ticket]. == Download == Download the zipped source from [download:inifilestreameditorscript here]. == Source == You can check out IniFileStreamEditorScript from [http://trac-hacks.org/svn/inifilestreameditorscript here] using Subversion, or [source:inifilestreameditorscript browse the source] with Trac. == Example == {{{ for file in */conf/trac.ini ; do \ inised $file add-key components iniadmin.iniadmin.iniadminplugin enabled \ done }}} EXAMPLES: {{{ inised conf/trac.ini add-key components iniadmin.iniadmin.iniadminplugin enabled inised conf/trac.ini remove-key components iniadmin.iniadmin.iniadminplugin enabled }}} == Recent Changes == [[ChangeLog(inifilestreameditorscript, 3)]] == Author/Contributors == '''Author:''' [wiki:tac] [[BR]] '''Contributors:''' == COPYRIGHT == Copyright © 2006 Free Software Foundation, Inc. This is free software. You may redistribute copies of it under the terms of the GNU General Public License http://www.gnu.org/licenses/gpl.html. There is NO WARRANTY, to the extent permitted by law.