xtagger 0.1.0

Command line application for managing and searching tags stored in filesystem extended attributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "xtagger"
version = "0.1.0"
authors = ["Stefan Achatz <erazor_de@users.sourceforge.net>"]
edition = "2021"
license = "MIT"
repository = "https://github.com/erazor-de/xtagger"
description = """
Command line application for managing and searching tags stored in filesystem extended attributes
"""

[dependencies]
clap = { version = "3", features = ["derive"] }
glob = "0.3"
itertools = "0.10"
xtag = { path = "../xtag", version = "0.1.0" }