Install
Download a prebuilt binary
Section titled “Download a prebuilt binary”- Visit the GitHub Releases page.
- Download the asset for your platform.
- Make it executable and move it into your
PATH:
chmod +x ./splitbymv ./splitby /usr/local/bin/splitbyBuild from source
Section titled “Build from source”If you have Rust installed:
git clone https://github.com/Serenacula/splitby.gitcd splitbycargo build --releasemv ./target/release/splitby /usr/local/bin/splitbyVerify the install
Section titled “Verify the install”splitby --version