I’m quite pleased and impressed with Terminator, a tool to allow splitting a single window into multiple terminal windows.
I’m pleased with the existence of Terminator for a few reasons, the first of which is that it almost fits the bill of something I’ve been looking for for a while. In my day-to-day work I often find myself having to monitor a system by tailing a few log files at once. The way I’ve achieved this so far was by writing a script to open up multiple GNOME Terminal windows, each tailing a different log file, and position them around the desktop using the “–geometry” parameter, however, the whole construct, being built out of several unrelated windows is difficult to move around the desktop, minimize, and takes way too much space in the task bar.
Another reason for me to be pleased with Terminator is the fact that it is implemented with Python, this gives me the hope that while currently Terminator lacks a few features I need in order to use if for my purpose, I may be able to add those features in a timely manner.
Botched sources or the woes of sharing source code on WordPress
While nobody really asked, I noticed that WordPress terribly botches the scripts I post, replacing quotes with “smart” quotes, double-dashes with long dashes, etc.
That pretty much beats my purpose of sharing the scripts in the first place, since it makes it impractical to copy and paste them, so I’m looking for a different way of sharing my scripts.
I would have preferred to simply upload zipped tarballs to wordpress, however they do not seem allow uploading that file format (for security reasons?), nor do they allow uploading any other archive or plain-text format.
I will attempt to contact the WordPress support about this, in the meantime I’d love to hear suggestions of ways to solve this, id rather not resort to storing the files on a different site.