Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
note metadata for files
- X-seq: zsh-users 18918
- From: shawn wilson <ag4ve.us@xxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: note metadata for files
- Date: Wed, 2 Jul 2014 13:59:24 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=QN2KL7vHEhhIEG718iSDI3ZdKTZy0InOmz2StIIC9iY=; b=SfeGjvRytirVjZJO7dUB97x4jD+xx3n76Hnm7JErnRHcGfRh2g/rP/pkq3FDm92nDx dmgCLG86TqPccfNOv+Gc8yRTh/6O5u6EwfnUAyrWgiG4QLK/wW8Ai07umB2FAN1700+N mm8BLAg43lrltFo+UuXc7qqc/DJebrQq6dNW2sA7xvQUg/FQp0ioBaWBo+CYPmcDKXxE yFjaEh5/c59zmHRDbvx+IGouvlXpc4573gqT26qBSscr0lqqM32r8pWe7UHExicJfZQu c3fWkNuEaet5v5x89hck3IB4U5utwoZMJUUz6XxlKAXAaQPQA4G4vP51bsLhssURqv4N sqdg==
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Maybe not a zsh specific question, but...
Does anyone have a system for attaching notes to a file?
The issue is I track down why a change was made to a file
(annotate/blame/whatever) and then I remember that I've tracked down
that change before. It would be useful if I could attach a note to
files outside of any repo (or the repo they belong to anyway) that
pops something up (maybe desktop-notify) when I look at the file (not
stat, but manually grep/cat/less/diff/whatever from a cli).
This could almost be a shell script, but I'm not sure how to make an
event that would trigger the script with a filename parameter - is
there a way to do this?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author