Skip to content

Install

  1. Visit the GitHub Releases page.
  2. Download the asset for your platform.
  3. Make it executable and move it into your PATH:
Terminal window
chmod +x ./splitby
mv ./splitby /usr/local/bin/splitby

If you have Rust installed:

Terminal window
git clone https://github.com/Serenacula/splitby.git
cd splitby
cargo build --release
mv ./target/release/splitby /usr/local/bin/splitby
Terminal window
splitby --version