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 rust
Last synced: 3 days 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-09-01T16:22:38.000Z (5 months ago)
- Last Synced: 2024-11-16T20:42:17.583Z (2 months ago)
- Topics: git-archive, git-lfs, rust
- Language: Rust
- Homepage: https://c.pgdm.ch/code
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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
```