Script to extract name and location information out of git-annex repo, ported to python3. https://gist.github.com/eruffaldi/924f6b53a63dede6e59f
Find a file
2024-08-13 13:09:27 -04:00
annexgetfile.py Add source information 2024-08-13 13:08:18 -04:00
README.md Removed mention of abuild in license 2024-08-13 13:09:27 -04: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

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, and project is licensed under MIT License.