What is your method of "folksonomy" tagging for files on your local machine? - Stack Overflow most recent 30 from stackoverflow.com2009-12-09T08:50:05Zhttp://stackoverflow.com/feeds/question/338703http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/338703/what-is-your-method-of-folksonomy-tagging-for-files-on-your-local-machine3What is your method of "folksonomy" tagging for files on your local machine?dreftymac2008-12-03T21:11:57Z2009-01-27T17:34:28Z
<p>Way back in the days when "delicious" was just "del.icio.us", I had assumed that everyone had finally caught on that <a href="http://www.shirky.com/writings/ontology_overrated.html" rel="nofollow">Ontology is overrated</a>. </p>
<p>So why am I still having to roll my own tagging system using sqlite and a bunch of ruby scripts in order to address this obvious deficiency on my own local machine? I can tag on-line web links, blog posts, questions on stackoverflow.com, and all kinds of web-centric miscellany, but this very basic concept still seems to be missing (or hideously crippled) in the few operating systems I get to use. Perhaps I am just using the wrong OSs?</p>
<p>From what I've seen out there, the pickins' seem pretty slim.</p>
<p>What do you use?</p>
http://stackoverflow.com/questions/338703/what-is-your-method-of-folksonomy-tagging-for-files-on-your-local-machine/339934#3399341Answer by Jörg W Mittag for What is your method of "folksonomy" tagging for files on your local machine?Jörg W Mittag2008-12-04T08:51:06Z2008-12-04T08:51:06Z<p>The BeOS operating system already did this in 1991, before it became fashionable on the web – in fact, the web didn't even exist then. There's several successors, reimplementations and filesystems inspired by the BeFS out there. Some operating systems that include them are <a href="http://ZETA-OS.Com/" rel="nofollow" title="magnussoft ZETA operating system">magnussoft ZETA</a> (discontinued successor to BeOS, uses the original BeFS), <a href="http://Haiku-OS.Org/" rel="nofollow" title="Haiku operating system">Haiku OS</a> (open source clone of BeOS, formerly known as OpenBeOS, uses an open source reimplementation of BeFS, called OpenBeFS), <a href="http://SkyOS.Org/" rel="nofollow" title="SkyOS">SkyOS</a> (proprietary commercial BeOS-inspired operating system, using a fork of OpenBeOS) and <a href="http://Syllable.Org/" rel="nofollow" title="Syllable operating system">Syllable</a> (BeOS-inspired open source OS, formerly called AtheOS, using a BeFS-inspired fileystem called AtheOS FS).</p>
http://stackoverflow.com/questions/338703/what-is-your-method-of-folksonomy-tagging-for-files-on-your-local-machine/354914#3549140Answer by dreftymac for What is your method of "folksonomy" tagging for files on your local machine?dreftymac2008-12-10T02:14:39Z2008-12-10T02:14:39Z<p><strong>Emacs Org Mode:</strong>
<a href="http://www.youtube.com/watch?v=oJTwQvgfgMM&feature=related" rel="nofollow">youtube google tech talk</a></p>
http://stackoverflow.com/questions/338703/what-is-your-method-of-folksonomy-tagging-for-files-on-your-local-machine/471379#4713791Answer by Jason S for What is your method of "folksonomy" tagging for files on your local machine?Jason S2009-01-23T00:07:10Z2009-01-23T00:07:10Z<p>I don't know but I agree. I ended up putting together a MySQL database to handle mine. (mostly for organizing JPEG photos)</p>
http://stackoverflow.com/questions/338703/what-is-your-method-of-folksonomy-tagging-for-files-on-your-local-machine/473403#4734030Answer by Kim for What is your method of "folksonomy" tagging for files on your local machine?Kim2009-01-23T15:51:52Z2009-01-23T15:51:52Z<p><a href="http://pages.stern.nyu.edu/~marriaga/software/oyepa/" rel="nofollow">http://pages.stern.nyu.edu/~marriaga/software/oyepa/</a></p>
<p>ugly, but it works....also, there is find;)</p>
http://stackoverflow.com/questions/338703/what-is-your-method-of-folksonomy-tagging-for-files-on-your-local-machine/473447#4734471Answer by Patrick Cuff for What is your method of "folksonomy" tagging for files on your local machine?Patrick Cuff2009-01-23T16:03:09Z2009-01-23T16:03:09Z<p>I don't use tags, I just don't have the discipline to do it all the time. I find that searching, using a desktop search tool like Copernic Desktop Search, works the best for me.</p>
http://stackoverflow.com/questions/338703/what-is-your-method-of-folksonomy-tagging-for-files-on-your-local-machine/473486#4734861Answer by Kibbee for What is your method of "folksonomy" tagging for files on your local machine?Kibbee2009-01-23T16:12:11Z2009-01-23T16:12:11Z<p>I find that if I have to enter the data, to find the files then I won't do it. It takes too much time to think of good tags and apply them. I find it much easier to just drop my stuff into a hierarchy I can remember and be done with it. The hierarchy might not be perfect, and it may take slightly longer to find stuff, but it's better than spending tons of time entering tags for every file I create.</p>
http://stackoverflow.com/questions/338703/what-is-your-method-of-folksonomy-tagging-for-files-on-your-local-machine/484378#4843781Answer by Zxaos for What is your method of "folksonomy" tagging for files on your local machine?Zxaos2009-01-27T17:34:28Z2009-01-27T17:34:28Z<p>There are some partial tagging solutions for GNOME/Nautilus that you might be interested in.</p>
<p>If you install python bindings for Nautilus you can then install the tracker-tags-tab extension which allows you to set tag properties on files of your choice and then have them come up in a search using Tracker.</p>
<p>Have a look at <a href="http://svn.gnome.org/svn/tracker/trunk/python/nautilus/" rel="nofollow">http://svn.gnome.org/svn/tracker/trunk/python/nautilus/</a> and the python-nautilus package.</p>