Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cpg314/archivelfs
- Owner: cpg314
- License: apache-2.0
- Created: 2023-11-06T22:33:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-04T09:36:33.000Z (7 months ago)
- Last Synced: 2024-05-04T10:31:11.046Z (7 months ago)
- Topics: git-archive, git-lfs
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 rootOptions:
--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
```