CBTAGFS(1p) User Contributed Perl Documentation CBTAGFS(1p) NAME cbtagfs - a tagging filesystem using FUSE SYNOPSIS cbtagfs [OPTIONS] DESCRIPTION Mount a filesystem that allows you to create and manage tags for files stored elsewhere, and search for those files by tags. OPTIONS -f, --file= Use FILE as a SQLite database to house tagging information. -d, --dbi= Use the Perl DBI connection string STR for storage. -m, --memory Use an in-memory SQLite database for storage. This is the default. Warning: all tagging information will be lost when you unmount the filesystem. AUTHOR Jacob Beacham perl v5.14.2 2012-10-17 CBTAGFS(1p)