All Projects → posener → tarfs

posener / tarfs

Licence: Apache-2.0 license
An implementation of the FileSystem interface for tar files.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to tarfs

Squashfs Tools Ng
A new set of tools and libraries for working with SquashFS images
Stars: ✭ 76 (+52%)
Mutual labels:  filesystem, tar
ratarmount
Random Access Read-Only Tar Mount
Stars: ✭ 217 (+334%)
Mutual labels:  filesystem, tar
Pyfilesystem2
Python's Filesystem abstraction layer
Stars: ✭ 1,256 (+2412%)
Mutual labels:  filesystem, tar
go-mtree
File systems verification utility and library, in likeness of mtree(8)
Stars: ✭ 55 (+10%)
Mutual labels:  filesystem, tar
Afs
Abstract File Storage
Stars: ✭ 126 (+152%)
Mutual labels:  filesystem, tar
vk-music-fs
FUSE file system for VK audios
Stars: ✭ 34 (-32%)
Mutual labels:  filesystem
FSEvents
An unofficial wrapper around FSEvent tailored for Swift 5.
Stars: ✭ 80 (+60%)
Mutual labels:  filesystem
ModernOperatingSystems AndrewTanenbaum
My notes after reading 'Modern Operating Systems' book by Andrew Tanenbaum and Herbert Bos.
Stars: ✭ 71 (+42%)
Mutual labels:  filesystem
cpmtools
Tools to access CP/M file systems (forked)
Stars: ✭ 29 (-42%)
Mutual labels:  filesystem
itree
Interactive tree command for file system navigation
Stars: ✭ 18 (-64%)
Mutual labels:  filesystem
imgui
Dear ImGui Addons Branch = plain unmodified dear imgui plus some extra addon.
Stars: ✭ 348 (+596%)
Mutual labels:  filesystem
encfs4win
Windows port of EncFS
Stars: ✭ 356 (+612%)
Mutual labels:  filesystem
fat32
[New Version] This is FAT32 FileSystem Library, which is #![no_std] and does not use alloc.
Stars: ✭ 25 (-50%)
Mutual labels:  filesystem
go-fsimpl
Go io/fs.FS filesystem implementations for various URL schemes
Stars: ✭ 225 (+350%)
Mutual labels:  filesystem
flysystem-sync
Filesystem sync using Flysystem project.
Stars: ✭ 26 (-48%)
Mutual labels:  filesystem
tarballjs
Javascript library to create or read tar files in the browser
Stars: ✭ 24 (-52%)
Mutual labels:  tar
ansible-role-glusterfs
Ansible Role - GlusterFS
Stars: ✭ 95 (+90%)
Mutual labels:  filesystem
zipstream
A command line tool that allows you to easily share files and directories over the network
Stars: ✭ 49 (-2%)
Mutual labels:  tar
chicon-rs
A file abstraction system for Rust
Stars: ✭ 55 (+10%)
Mutual labels:  filesystem
VBCorLib
The VBCorLib framework brings many of the powerful .NET classes to VB6.
Stars: ✭ 81 (+62%)
Mutual labels:  filesystem

TarFS

Build Status codecov GoDoc Go Report Card

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].