xtagger 1.2.1

Command line application for managing and searching tags stored in filesystem extended attributes
Documentation
1
2
3
4
5
use anyhow::Result;

fn main() -> Result<()> {
    xtagger::run()
}