Lighter is a command-line tool for splitting large files into smaller ones.
To install Lighter, you have to make the installer executable
chmod +x installer
./installer
This will install the Lighter globally on your computer.
To use Lighter, open your terminal and navigate to the folder that contains the file you want to split. Then, run the following command:
lighter
This will start the Lighter program, which will prompt you to enter the name of the file you want to split. Follow the on-screen instructions to split your file into smaller ones.
This project is under MIT license
- Math.js - used for file size calculation
Contributions are always welcome! If you want to apply a change please sumbit a pull request.