What is the goal of Libre Terminal? The goal of this software is to provide users with an easy terminal interface, cutting cross-platform incompatibilities, being extremely fast, and lastly, very customizable, having a configuration & [SOON] plug-in system.
-
Easy terminal interface? What do you mean? With an easy terminal interface, we refer to one that does not make you memorize either hard names or extremely long commands.
-
Cutting cross-platform incompatabilities? What does this mean? With the cut of cross-platform incompatabilities we mean stopping the differences between (mainly) Linux with Windows, along with MacOS, and then every other possible OS
You will need the following packages for this to work: g++, make
For Linux users, you can check the dependencies.sh file in build/. For Windows users, please download GCC through MinGW and make through MSYS2 which can be downloaded through winget: winget install MSYS2.MSYS2 and then on MSYS2 run: pacman -S make
NOTE: instead of building the binary yourself, you can also download it through the releases
- Install the repo, you can either do this with Git, the GitHub GUI or GitHub CLI. It's strongly recommended to install it through Git, using this command:
git clone https://github.com/fif3x/LibreTerminal.git/* 2. Create the configuration file location needed. For Linux users, just run this:
mkdir -p ~/.config/libreterminal && touch ~/.config/libreterminal/config.confand for Windows users, create a file named config.conf under the location C:\\LibreTerminal
- Now change directory to the build folder, make the script executable (if needed) and run it For Windows:
cd build
buildFor Linux:
cd build
chmod +x *
./build.sh- If it has been compiled succesfully, your program should be located in either
bin/linuxorbin/win
Free and Open Source Software (FOSS) program. Licensed under the GNU GPL v3 license. No warranty.
For any questions, suggestions, ideas or problems, please contact me on one of the following platforms:
- Instagram: @fifex._
- Telegram: t.me/fif3x
