Skip to content
/ Bales Public

super simple rust archive utility based on freight

Notifications You must be signed in to change notification settings

Phant80m/Bales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bales

super simple rust archive utility based on freight

usage:

bales compress bar.txt foo/ baz.rs -o main.tar.gz  
bales compress bar.txt foo/ baz.rs -o main.zip

How to extract a file

works with .tar.gz | .zip usage:

bales extract file.tar.gz -o output/ 

output can be assumed:

bales extract file.tar.gz # output will be file/

How to extract a file from a url

bales extract --url https://example.com/sample.tar.gz -o main/ # output must be specified 

About

super simple rust archive utility based on freight

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages