Skip to content

DevelopMan303/tars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

tars

This is tars. A wrapper for tar, simple or super. 99% of tar usage is to extract the archive and all need different parameters. tars only need the filename. The file will be extracted according the file ending. Because it is simple, nothing else is supported."

The following file types are supported: *.tar *.tar.gz *.tgz *.gz *.tar.bz2 *.bz

Usage

tars test.tar.gz

That's it.

Install

Clone it at any location you like:

git clone https://github.com/DevelopMan303/tars.git

Afterwards copy it to a bin directory:

mkdir -p ~/bin ; cd tars ; cp tars ~/bin

You may logout/login afterwards.

License

Do with this whatever you like.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages