Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.
marook edited this page Sep 13, 2010 · 3 revisions

Introduction

tagfs is used to organize your documents using tags. To see how it works read the demo.

Requirements

  • Linux kernel with fuse enabled
  • python-fuse installed

Installation

  • Copy the tagfs.py file into your bin directory
  • Make sure that the tagfs.py file is executable

Usage

  • Mount a tagged directory: tagfs.py -i /path/to/my/items/directory /path/to/my/mount/point
  • Unmount a tagged directory: fusermount -u /path/to/my/mount/point
Clone this wiki locally