Tagsistant 0.1.20080104 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Tagsistant 0.1.20080104 (Default branch)
# 1  
Old 01-04-2008
Tagsistant 0.1.20080104 (Default branch)

ImageTagsistant is a semantic filesystem for Linux andBSD kernels. It uses directories as tags andallows file tagging by simply putting files insidedesired tag directories. The path you are walkingby is your query, e.g.tagsistant/tag1/AND/tag2/OR/tag3/AND/tag2/. Beinga low level interface, a filesystem can beinstantly used by shell users, file managers, orCGI. A plug-in architecture is under developmentto add autotagging functionality for common fileslike .mp3, .ogg, .jpeg, .html, and .xml. Atransparent ontology engine is also planned toallow users create a relationship schema betweendirectories by moving one inside the other.License: GNU General Public License v2Changes:
Plugin support was added with example plugins forauto-tagging files. There can be no duplicatedtags in queries. Some SIGSEGV bugs were resolved.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
tracker-tag(1)							   User Commands						    tracker-tag(1)

NAME
tracker-tag - Add, remove and list tags. SYNOPSIS
tracker-tag [OPTION...] FILE [FILE...] DESCRIPTION
tracker-tag allows the caller add tags, remove tags and list tags by URN or to list all tags and the files associated with them. The FILE argument can be either a local path or a URI. It also does not have to be an absolute path. OPTIONS
-?, --help Show summary of options. -l, --limit=N Limit search to N results. The default is 512. -o, --offset=N Offset the search results by N. For example, start at item number 10 in the results. The default is 0. -r, --or-operator Use OR for search terms instead of AND (the default) -t, --list List all tags. Results include the number of files associated with that tag and the tag's unique identifier. You can show the files associated with each tag by using --show-files. -s, --show-files Show the files associated with each tag. This option is ONLY available WITH the --list option. -a, --add=TAG Add a tag with the name TAG. If no FILE arguments are specified, the tag is simply created (if it didn't already exist) and no files are associated with it. Multiple FILE arguments can be specified. -d, --delete=TAG Delete a tag with the name TAG. If no FILE arguments are specified, the tag is deleted for ALL files. If FILE arguments are speci- fied, only those files have the TAG deleted. -V, --version Print version. SEE ALSO
tracker-store(1), tracker-sparql(1), tracker-search(1), tracker-info(1). GNU
July 2009 tracker-tag(1)