Savepad is a text editor designed for the command line interface. It provides a clean and simple environment for editing text files, with features such as syntax highlighting and line numbers. In this tutorial, we will guide you on how to install Savepad on Manjaro.
Before we begin, ensure that you have the following:
Open the terminal emulator on your Manjaro system.
Install Git on your Manjaro system, if you don't have it already, using the following command:
sudo pacman -S git
Clone the Savepad repository from GitHub to your local system using the following command:
git clone https://github.com/shelltr/textpad.git
Navigate to the Savepad folder using the following command:
cd textpad
Run the following command to make the textpad
script executable:
chmod +x textpad
Copy the textpad
script to your $PATH
environment variable by running the following command:
sudo cp textpad /usr/local/bin/
Once installation is complete, you can launch Savepad by simply typing textpad
in the terminal window.
In this tutorial, we have provided the steps for installing Savepad on Manjaro, a Linux distribution. Savepad is a powerful text editor that provides several features for advanced text editing, such as syntax highlighting, line numbers, and more. After completing the installation steps, you can use Savepad to edit text files from the command line interface on your Manjaro system.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!