From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4509dae4277f82f265b0784354e1a0fb@plan9.escet.urjc.es> To: 9fans@cse.psu.edu From: "Fco. J. Ballesteros" Date: Wed, 13 Oct 2004 18:24:34 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] Tags for files Topicbox-Message-UUID: ed203398-eacd-11e9-9e20-41e7f4b1d025 There's a new tag utility at /n/sources/nemo/sys/src/cmd/tag (see its man page) to attach arbitrary tags to files and search for files using their tags (a la gmail). It's just born here, but I think it's addictive. EXAMPLE This generates a new database. ; tag/scan This tags $home/src/adb.c as a cool program and searches for a cool tag program. ; tag/Tag $home/src/tag/adb.c cool ; tag/adb -s cool tag hth PS: Use with caution :-)