Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cpg314/archivelfs

Allows retrieving Git LFS files when git-archive only provides pointers.
https://github.com/cpg314/archivelfs

git-archive git-lfs

Last synced: 1 day ago
JSON representation

Allows retrieving Git LFS files when git-archive only provides pointers.

Awesome Lists containing this project

README

        

# archivelfs

Allows retrieving [Git LFS](https://git-lfs.com/) files when [git-archive](https://git-scm.com/docs/git-archive) only returns pointers.

See

## Usage

```
Allows retrieving Git LFS files when git-archive only provides pointers
Usage: archivelfs [OPTIONS] [ROOT]

Arguments:
[ROOT] Repository root

Options:
--jobs [default: 4]
-h, --help Print help
-V, --version Print version
```

## Installation

### Binaries

The [releases page](https://github.com/cpg314/archivelfs/releases) contains packages for Ubuntu/Debian, Arch Linux, as well as tarballs.

### From source

```
$ cargo install --git https://github.com/cpg314/archivelfs
```