Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2009-02-28 | rtab: Follow symlinks [Wayne Davison @ zsh-workers] | Daniel Friesel | -1/+1 | |
2009-02-28 | rtab: Fixed typo in help | Daniel Friesel | -1/+1 | |
2009-02-19 | off: Updated help | Daniel Friesel | -1/+4 | |
2009-02-18 | off: Support leave.d | Daniel Friesel | -2/+8 | |
2009-02-17 | rtab: Eliminate problems with "wrong" named directories | Daniel Friesel | -1/+1 | |
example: hash -d www=/var/ww; cd /var/www; rtab -> rtab would try to cd ~~wwww or something, and fail | ||||
2009-02-16 | off: optional argument for "permanent" shutdown (->pc will stay down for a ↵ | Daniel Friesel | -0/+7 | |
while) | ||||
2009-02-16 | extr: Fixed .tgz handling | Daniel Friesel | -1/+1 | |
2009-02-15 | reload: Also do a rehash | Daniel Friesel | -0/+1 | |
2009-02-08 | Removed passwd-a function | Daniel Friesel | -14/+0 | |
2009-02-08 | off: Only check currently mounted filesystems (unmounted ones might lie on ↵ | Daniel Friesel | -6/+8 | |
standby disks) | ||||
2009-02-04 | Added check_ssh function | Daniel Friesel | -0/+6 | |
2009-02-03 | gtd-all: Don't use colors, they confuse fgrep (cause trailing newline) | Daniel Friesel | -1/+1 | |
2009-02-03 | gtd-all: Remove @online GTD entries when offline | Daniel Friesel | -1/+16 | |
2009-02-03 | Added gtd-all function | Daniel Friesel | -0/+7 | |
2009-01-30 | off: uinit: Show progress | Daniel Friesel | -1/+1 | |
2009-01-29 | newsbeuter: Sync with aneurysm | Daniel Friesel | -1/+1 | |
2009-01-20 | put: Only show error message if at least one host caused it | Daniel Friesel | -3/+3 | |
2009-01-20 | Added newsbeuter wrapper function for synchronization | Daniel Friesel | -0/+12 | |
2009-01-20 | Added confirm functions | Daniel Friesel | -0/+12 | |
2009-01-05 | put: Change 'illegal' filenames | Daniel Friesel | -5/+12 | |
2009-01-05 | off: D'oh. Use pgrep -x | Daniel Friesel | -1/+1 | |
2009-01-04 | off: Use execute when stopping amarok... | Daniel Friesel | -1/+1 | |
2009-01-04 | off: Stop amarok if it's running | Daniel Friesel | -0/+4 | |
2008-12-22 | put: Shortened some hosts | Daniel Friesel | -4/+2 | |
2008-12-18 | Reverted xsource changes, use source for includes | Daniel Friesel | -14/+6 | |
2008-12-18 | xsource: Removed alias definition from zshrc | Daniel Friesel | -6/+10 | |
2008-12-18 | Fixed xsource to preserve typeset'ed parameters. | Daniel Friesel | -6/+10 | |
A quite ugly solution, but the best I could think of (and still better than [[ -r $file ]] && source $file or source $file &> /dev/null, IMHO) | ||||
2008-12-18 | put: Implemented $something_like_host_classes or so | Daniel Friesel | -3/+20 | |
(also, put supports IPv6 now) | ||||
2008-12-14 | Added passwd-a function | Daniel Friesel | -0/+14 | |
2008-12-13 | Updated function and completion file headers | Daniel Friesel | -4/+21 | |
2008-12-05 | Re-added countdown function | Daniel Friesel | -0/+18 | |
2008-12-03 | rtab: Removed 'possibly slow' from help | Daniel Friesel | -1/+1 | |
(it takes several hundred named directories and a slow machine to actually slow rtab down) | ||||
2008-12-02 | Removed imagetag function | Daniel Friesel | -16/+0 | |
It has been replaced by a better shell script in the x repository, using feh actions | ||||
2008-11-30 | Use filemode +x to autoload a function file | Daniel Friesel | -0/+0 | |
2008-11-30 | Added quick & dirty imagetag function | Daniel Friesel | -0/+16 | |
2008-11-29 | off: Print fsck notice a bit earlier | Daniel Friesel | -2/+2 | |
2008-11-22 | rtab: Added support for named directories | Daniel Friesel | -10/+25 | |
2008-11-22 | Cleaned up / updated file headers | Daniel Friesel | -6/+2 | |
2008-11-19 | off: Added -h for help, print commands when simulating | Daniel Friesel | -1/+15 | |
2008-11-18 | off: Die when encountering an unknown option to prevent typos | Daniel Friesel | -1/+2 | |
2008-11-18 | Use the hosts array to associate some information with each host | Daniel Friesel | -1/+10 | |
2008-11-18 | off: Added -n / -r (simulate / reboot) | Daniel Friesel | -2/+20 | |
2008-11-17 | off: Show filesystems to be checked at next boot | Daniel Friesel | -0/+17 | |
2008-11-16 | rtab function: Allow configuration via zstyle | Daniel Friesel | -1/+12 | |
2008-11-15 | put function: Warn if curl is not present | Daniel Friesel | -2/+7 | |
2008-11-01 | extr: Added cpio and lzma | Daniel Friesel | -0/+2 | |
2008-10-30 | Added gtd-move function | Daniel Friesel | -0/+18 | |
2008-10-25 | extr is a function, so use return instead of exit | Daniel Friesel | -1/+1 | |
2008-10-25 | Added need-comp | Daniel Friesel | -0/+9 | |
2008-10-24 | git-hook: Use git rev-parse (pointed out by mxey) | Daniel Friesel | -3/+4 | |