8000 GitHub - p182/refpack-pipe: Simple CLI wrapper for refpack-rs library to compress files using stdin/stdout pipe
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

p182/refpack-pipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple CLI wrapper for refpack-rs library to compress files using stdin/stdout pipe

License Notices for Dependencies


Notes

  • This project acts as a wrapper around the above MPL-licensed library without modifying its source code.
  • The MPL-licensed library is distributed according to the terms of MPL 2.0.
  • Your own code is licensed separately under the chosen license.
  • All copyright and license notices for dependencies are preserved as required.

It was made to use with projects in another languages (eg. Python, etc.), but you can use in any way you want

You can build it by installing Rust toolchain and running second command to build

Install on Debian/Ubuntu:

sudo apt install rust

Install on Termux (Android):

pkg install rust

For Windows and macOS or other OS Rust installation use official guide for your OS

Build in any OS:

cargo build --release

If you're using Windows you can download prebuilt .exe via GitHub Actions:

https://github.com/p182/refpack-pipe/actions/runs/16153722687 (artifact download at the bottom of page)

https://github.com/p182/refpack-pipe/actions/runs/16153722687/artifacts/3490015212 (direct link to built zipped .exe, don't forget to unpack it, of course)

About

Simple CLI wrapper for refpack-rs library to compress files using stdin/stdout pipe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0