chezbgone / filtag

file tagging utility

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

filtag

Small file-tagging utility for easy searching and filtering in the future.

Installation

Install to .cabal/bin with

cabal install

Usage

Lists available tags

filtag list [verbose]

Lists files associated with {tag}

filtag find {tag}

Add {tags} to {file}

filtag tag {file} {tags}

Add {tags} to {file}

filtag remove {file} {tags}

Any of the above commands generates a .tags file in the directory containing the serialized tag mapping.

About

file tagging utility

License:MIT License


Languages

Language:Haskell 100.0%