![]() | Ned Batchelder : Blog | Code | Text | Site Jot » Home : Code : Windows Utils |
Created 24 March 2003 I needed a quick way to add XML elements to an XML file (to track links to post to my blog), so I wrote this small Python tool to do it. Jot is good at one thing: appending XML elements to a file. The location and structure of the file is configurable at the top of the program. When run, Jot sits as an icon in the Windows notification tray (you know, in the lower-right corner of the screen). Double-clicking the icon brings up a dialog box so you can fill in the details of the element. For example, this configuration: # The path to the XML file. will cause this dialog to appear:
After filling in some data, and clicking OK, c:/temp/quick.qx will contain: <?xml version="1.0"?> After clicking the icon and entering data in the dialog again, the file will have two <entry> elements, and so on. Jot requires:
You'll need to find an icon file you like, and name it jot.ico. Download: jot.pyw | |
Comments
Add a comment: