Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

box - Command Line Tool

The box command line tool for creating, extracting, and managing .box archives.

Installation

cargo install --path cli

Commands

Create an archive

box create archive.box file1.txt file2.txt directory/

Extract an archive

box extract archive.box -o output_directory/

List contents

box list archive.box

Show archive info

box info archive.box

Validate integrity

box validate archive.box

Screenshots

Unix

Windows

License

Licensed under the European Union Public License, version 1.2 (LICENSE or https://joinup.ec.europa.eu/collection/eupl/eupl-text-11-12)

The EUPL is a copyleft, GPL-compatible license. See this introduction for more information.