Chris Koeritz [Tue, 23 Apr 2013 22:01:06 +0000 (18:01 -0400)]
much nicer version for recustomize, now actually preserves earlier behavior that
would only list files copied when they were different, which had been damaged by new
cleanup of unexpected files. now only the unexpected files are removed, so the noise
produced is as light as it was before.
Chris Koeritz [Tue, 23 Apr 2013 21:28:31 +0000 (17:28 -0400)]
minor changes in names in build_xsedes file. nice balancing act in the recustomize macro now; we wanted to not just whack the directory, since people might have added things besides a canonical customization set. however, if we don't whack the directory, there will be a bogus old version of a script if the customization files have had a file deleted or renamed. so, in a compromise to fix this, we now use the feisty meow version of safedel to remove the old custom folder, so that any extra stuff is actually preserved. and this script noisily tells what it did, so the user can see the folder went away.
Chris Koeritz [Sun, 14 Apr 2013 15:20:35 +0000 (11:20 -0400)]
probably a breaking change to move up to new abstracted tunneling script.
the screened tunneler makes an ssh tunnel solely based on the command line parameters,
which sounds obvious but is actually a big improvement. start tunnels is now called
tunnel zooty, at the moment anyway, and that's the user of the screened tunneler.
if this works nicely, other tunnel scripts can also be converted.
Chris Koeritz [Sat, 13 Apr 2013 12:50:04 +0000 (08:50 -0400)]
renaming frenzy to make the revision control tools useful. sneakily renamed the library
to version_control to avoid name completion annoyance. made more scripts rely on the
version control library to avoid code duplication. cleanup is next.
Chris Koeritz [Sat, 13 Apr 2013 04:31:23 +0000 (00:31 -0400)]
aha, that's where it was ignoring spaces. i actually don't want to lose lines
in this history just because they started with a space. i'm funny like that.
Fred T. Hamster [Wed, 20 Mar 2013 01:38:23 +0000 (21:38 -0400)]
moved the recustomize alias into being a function, which allows it to support parameters.
now using that fact to allow other users to have customizations besides fred; their base
name just needs to be provided when calling the recustomize function, e.g.:
recustomize simba
Chris Koeritz [Thu, 7 Mar 2013 22:49:57 +0000 (17:49 -0500)]
refactoring the directories, especially for scripts; moved gimp stuff out to db since seems
more appropriate.
added a couple new things for burning blu-ray discs.
responded to warnings reported by eclipse, hopefully correctly.
Chris Koeritz [Tue, 5 Mar 2013 19:20:52 +0000 (14:20 -0500)]
updated to include AWESOME mappings that make cut&paste work as i want:
ctrl-a selects all
ctrl-x cut ctrl-c copy ctrl-v paste
this makes vim a hugely better match for how i use it, since i can launch gvim
and not need to know the bizarro vim keys for copy/paste.
Chris Koeritz [Wed, 27 Feb 2013 15:55:02 +0000 (10:55 -0500)]
moving in some osgi bundles so as not to lose track of them.
the example just provides a service bundle with some functionality, and a hello world
example of using that bundle. it depends on eclipse to know about the services project
currently, but could be made separate at some point with an ant build script, but then again,
this is just a nice example.