Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2009-03-21 | Removed etc/colors | Daniel Friesel | -5/+5 | |
2009-03-21 | reload: No xsource | Daniel Friesel | -2/+1 | |
2009-03-19 | countdown: Fancier display of remaining time | Daniel Friesel | -2/+3 | |
2009-03-14 | put: Updated aneurysm_vpn | Daniel Friesel | -4/+2 | |
2009-03-14 | Added xcat | Daniel Friesel | -0/+2 | |
2009-03-14 | xsource: Added -e option to preserve parameters | Daniel Friesel | -3/+17 | |
2009-03-14 | off: exit shell if everything went ok | Daniel Friesel | -2/+6 | |
2009-03-13 | die, fdie, warn: Print to stderr | Daniel Friesel | -3/+6 | |
2009-03-13 | countdown: Added support for relative times | Daniel Friesel | -1/+8 | |
2009-03-12 | extr: Fixed else condition | Daniel Friesel | -2/+2 | |
2009-03-08 | extr: Fixes pointed out by mxey | Daniel Friesel | -1/+2 | |
2009-03-07 | check_ssh: Descriptive commnt | Daniel Friesel | -0/+1 | |
2009-03-07 | Added check_nobat function to check if we're running on battery power | Daniel Friesel | -0/+10 | |
2009-03-05 | Updated some copyrights | Daniel Friesel | -3/+3 | |
2009-03-04 | youtube-watch: Support for completely caching the video | Daniel Friesel | -2/+18 | |
2009-03-04 | youtube-watch: Pass additional arguments to mplayer | Daniel Friesel | -1/+4 | |
2009-03-04 | extr: A little cleanup | Daniel Friesel | -4/+2 | |
2009-03-01 | Updated prompt generation, fixed some RPS1 problems | Daniel Friesel | -1/+7 | |
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) |