annexgetfile/README.md

33 lines
806 B
Markdown
Raw Normal View History

2024-08-13 17:08:18 +00:00
# annexgetfile
Upstream: https://ayakael.net/forge/annexgetfile
## Description
Script to extract name and location information out of git-annex repo
Based on: https://gist.github.com/eruffaldi/924f6b53a63dede6e59f
## How to use
```shell
usage: annexgetfile.py [-h] [--annex ANNEX] [--all] [--verbose] [--tar TAR] [--abs] [path ...]
Retrieve file from git-annex, even barebone
positional arguments:
path file to be looked at
options:
-h, --help show this help message and exit
--annex ANNEX path to annex repository
--all list all
--verbose verbose dump
--tar TAR produces a tar file with given path cotaining the symbolic links
--abs makes abs files
```
## License
This readme, abuilds and support scripts are licensed under MIT License.