RS File Splitter
Preview Status
Discontinued Discontinued
Platforms
Linux
Download
v5.0 (BIN)

RS File Splitter is a simple Linux GUI for LXSplit. It allows you to split or rejoin any file just like the famous hjsplit for Windows.

  1. Install the dependencies:
    gambas3-runtime, gambas3-gb-gtk, gambas3-gb-qt4, gambas3-gb-image, gambas3-gb-form, lxsplit

    Note: gambas3-gb-qt4 is optional, install it only if you need the QT support for KDE.

  2. Download the package containing the binaries (BIN)
  3. Give the execution rights to the binary file:
    chmod +x RSFileSplitter.gambas
  4. Run the binary file double-clicking on it or typing in a terminal:
    ./RSFileSplitter.gambas

You can report any bugs or issues, as well as suggestions for enhancements and proposals, using the project's official page on BitBucket.

  • Changed the development environment from Gambas2 to Gambas3
  • Rearranged and cleaned up the GUI
  • Heavily cleaned up all the source code (deleted tens of useless lines of code)
  • Reduced a lot the program's executable size
  • Improved windows and errors handling
  • Now the program is a GUI for LXSplit
  • Possibility to choose an output folder (even though LXSplit does not allow it!)
  • To Gambas and LXSplit creators.
  • To my girlfriend for her patience.