Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

jmhobbs/TagNest

Repository files navigation

TagNest

TagNest is an experimental project to monitor, tag, and search files in a directory.

I am writing this for personal use, but feel free to tinker, use and contribute.

TagNest will not edit your files or directories, it just sets up a database that monitors and tags/indexes them for you to search.

Status

TagNest master should always be working fine. At this point all "wild and crazy" work is done in branches.

Setup

  • Download TagNest
  • Create the sqlite3 database, i.e. cat database.sql | sqlite3 your.db.name.here.db3
  • Edit your tagnest.config file, point it at the folder to monitor.
  • Run it!
  • Open the "Need Tags" window, and tag your stuff.

Screen Shots

Log Window

v0.1 Log Window

System Tray

v0.1 System Tray

Files Needing Tags

v0.1 Files Needing Tags

Search

v0.1 Search

Design

TagNest is implemented in two pieces, the daemon(s) and the GUI.

The daemon can run stand alone, or as a child of the GUI. It crawls the files, watching for changes in content and location.

The daemon marks files for the GUI to display as needing tag information.

All indexing is done with SHA1 hashes of the file or directory structure. This is pretty fast, which is important because at the moment I am using brute-force timed polling.

In the future I plan to add a full-text search feature for various file types. Some of this is already in place.

What it runs on

TagNest should run on anything that supports PyQt4. So Mac, Windows and Linux. It has only been tested on Linux.

TagNest currently depends on:

  • Python (with sqlite3)
  • PyQt4
  • pyPdf

About

Simple Python file storage/search/tagging.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages