summaryrefslogtreecommitdiff
path: root/etc/functions
AgeCommit message (Collapse)AuthorLines
2009-03-19countdown: Fancier display of remaining timeDaniel Friesel-2/+3
2009-03-14put: Updated aneurysm_vpnDaniel Friesel-4/+2
2009-03-14Added xcatDaniel Friesel-0/+2
2009-03-14xsource: Added -e option to preserve parametersDaniel Friesel-3/+17
2009-03-14off: exit shell if everything went okDaniel Friesel-2/+6
2009-03-13die, fdie, warn: Print to stderrDaniel Friesel-3/+6
2009-03-13countdown: Added support for relative timesDaniel Friesel-1/+8
2009-03-12extr: Fixed else conditionDaniel Friesel-2/+2
2009-03-08extr: Fixes pointed out by mxeyDaniel Friesel-1/+2
2009-03-07check_ssh: Descriptive commntDaniel Friesel-0/+1
2009-03-07Added check_nobat function to check if we're running on battery powerDaniel Friesel-0/+10
2009-03-05Updated some copyrightsDaniel Friesel-3/+3
2009-03-04youtube-watch: Support for completely caching the videoDaniel Friesel-2/+18
2009-03-04youtube-watch: Pass additional arguments to mplayerDaniel Friesel-1/+4
2009-03-04extr: A little cleanupDaniel Friesel-4/+2
2009-03-01Updated prompt generation, fixed some RPS1 problemsDaniel Friesel-1/+7
2009-02-28rtab: Follow symlinks [Wayne Davison @ zsh-workers]Daniel Friesel-1/+1
2009-02-28rtab: Fixed typo in helpDaniel Friesel-1/+1
2009-02-19off: Updated helpDaniel Friesel-1/+4
2009-02-18off: Support leave.dDaniel Friesel-2/+8
2009-02-17rtab: Eliminate problems with "wrong" named directoriesDaniel 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-16off: optional argument for "permanent" shutdown (->pc will stay down for a ↵Daniel Friesel-0/+7
while)
2009-02-16extr: Fixed .tgz handlingDaniel Friesel-1/+1
2009-02-15reload: Also do a rehashDaniel Friesel-0/+1
2009-02-08Removed passwd-a functionDaniel Friesel-14/+0
2009-02-08off: Only check currently mounted filesystems (unmounted ones might lie on ↵Daniel Friesel-6/+8
standby disks)
2009-02-04Added check_ssh functionDaniel Friesel-0/+6
2009-02-03gtd-all: Don't use colors, they confuse fgrep (cause trailing newline)Daniel Friesel-1/+1
2009-02-03gtd-all: Remove @online GTD entries when offlineDaniel Friesel-1/+16
2009-02-03Added gtd-all functionDaniel Friesel-0/+7
2009-01-30off: uinit: Show progressDaniel Friesel-1/+1
2009-01-29newsbeuter: Sync with aneurysmDaniel Friesel-1/+1
2009-01-20put: Only show error message if at least one host caused itDaniel Friesel-3/+3
2009-01-20Added newsbeuter wrapper function for synchronizationDaniel Friesel-0/+12
2009-01-20Added confirm functionsDaniel Friesel-0/+12
2009-01-05put: Change 'illegal' filenamesDaniel Friesel-5/+12
2009-01-05off: D'oh. Use pgrep -xDaniel Friesel-1/+1
2009-01-04off: Use execute when stopping amarok...Daniel Friesel-1/+1
2009-01-04off: Stop amarok if it's runningDaniel Friesel-0/+4
2008-12-22put: Shortened some hostsDaniel Friesel-4/+2
2008-12-18Reverted xsource changes, use source for includesDaniel Friesel-14/+6
2008-12-18xsource: Removed alias definition from zshrcDaniel Friesel-6/+10
2008-12-18Fixed 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-18put: Implemented $something_like_host_classes or soDaniel Friesel-3/+20
(also, put supports IPv6 now)
2008-12-14Added passwd-a functionDaniel Friesel-0/+14
2008-12-13Updated function and completion file headersDaniel Friesel-4/+21
2008-12-05Re-added countdown functionDaniel Friesel-0/+18
2008-12-03rtab: Removed 'possibly slow' from helpDaniel Friesel-1/+1
(it takes several hundred named directories and a slow machine to actually slow rtab down)
2008-12-02Removed imagetag functionDaniel Friesel-16/+0
It has been replaced by a better shell script in the x repository, using feh actions
2008-11-30Use filemode +x to autoload a function fileDaniel Friesel-0/+0