curl -s https://packagecloud.io/install/repositories/corvus-ch/tools/script.deb.sh | sudo bash
apt install bilocation
git clone [email protected]:corvus-ch/bilocation
cd bilocation
make build
$ bilocation tag path/to/some/file my_tag
$ bilocation summary
my_tag
$ bilocation search my_tag
path/to/some/file
$ bilocation untag path/to/some/file my_tag
See bilocation help
for all the available commands, options and arguments.
This library is licensed under MIT. For information about how to contribute to this project, see CONTRIBUTING.