Popularity
3.2
Declining
Activity
0.0
Stable
58
3
9
Programming language: Go
License: Apache License 2.0
Tags:
Files
tarfs alternatives and similar packages
Based on the "Files" category.
Alternatively, view tarfs alternatives based on common mentions on social networks and blogs.
-
bigfile
DISCONTINUED. Bigfile -- a file transfer system that supports http, rpc and ftp protocol https://bigfile.site -
go-exiftool
Golang wrapper for Exiftool : extract as much metadata as possible (EXIF, ...) from files (pictures, pdf, office documents, ...) -
fileconversion
A Go library to convert various file formats to plaintext and provide related functions -
go-staticfiles
Collects assets (css, js, images...) from a different locations and tags file names with a hash for easy versioning and aggressive caching.
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
Promo
coderabbit.ai
Do you think we are missing an alternative of tarfs or a related project?
Popular Comparisons
README
TarFS
A wrapper around tar.Reader
.
- Implements the
FileSystem
interface for tar files. - Adds an
Open
method, that enables reading of file according to its' path.
Get
go get -u github.com/posener/tarfs
Example
See [the example](./examples/example_test.go).