From adf0ebdf1340c91eae3ff47ce23f9c90d5ab12c6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 2 Dec 2008 23:22:10 +0100 Subject: Removed imagetag function It has been replaced by a better shell script in the x repository, using feh actions --- etc/functions/imagetag | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 etc/functions/imagetag (limited to 'etc') diff --git a/etc/functions/imagetag b/etc/functions/imagetag deleted file mode 100755 index 632de96..0000000 --- a/etc/functions/imagetag +++ /dev/null @@ -1,16 +0,0 @@ -## vim:ft=zsh -# quick & dirty tagging -typeset file tag - -for file in *(.); { - unset REPLY - typeset REPLY - feh -g 800x600 $file & - echo -n 'Tags: ' - read - for tag in ${(s:, :)REPLY}; { - mkdir -p .tags/$tag - ln -s ../../$file .tags/$tag/$file - } - kill %feh -} -- cgit v1.2.3