Correct an entry.
Chris Pressey
5 years ago
274 | 274 | `tagfarm` is an ultra-lightweight, filesystem-based categorization system for arbitrary |
275 | 275 | files. Each tag is implemented as a directory full of symbolic links to files with that tag. |
276 | 276 | |
277 | #### Implementation: tree (Python) | |
277 | #### Implementation: tagfarm (Python) | |
278 | 278 | |
279 | 279 | * reference: true |
280 | 280 | * license: Public Domain |