Popularity
3.1
Declining
Activity
0.0
Stable
51
2
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.
-
go-storage
A vendor-neutral storage library for Golang: Write once, run on every storage service. -
bigfile
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, ...) -
skywalker
A package to allow one to concurrently go through a filesystem with ease -
concurrent-writer
Highly concurrent drop-in replacement for bufio.Writer -
fileconversion
A Go library to convert various file formats to plaintext and provide related functions -
shred
This is a libary to mimic the functionallity of the linux shred command. -
go-staticfiles
Collects assets (css, js, images...) from a different locations and tags file names with a hash for easy versioning and aggressive caching.
ONLYOFFICE Docs — document collaboration in your environment
Powerful document editing and collaboration in your app or environment. Ultimate security, API and 30+ ready connectors, SaaS or on-premises
Promo
www.onlyoffice.com
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).