Skip to content
This repository has been archived by the owner on May 31, 2020. It is now read-only.
/ mtar Public archive

tar archive tool to add files with arbitrary paths (Migrated to https://git.sr.ht/~nilium/mtar)

License

Notifications You must be signed in to change notification settings

nilium/mtar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mtar

GoDoc

mtar is a simple-ish tool for creating tar files with arbitrary src-to-archive path mappings and regexp filters.

You can download and install mtar using the go tool by running

$ go get -u go.spiff.io/mtar

Usage text can be read at https://godoc.org/go.spiff.io/mtar or by running mtar -h.

LICENSE

mtar is licensed under the BSD two-clause license. This is readable at the top of its source file(s) and in the LICENSE.txt file.