How to install Suplemon Text Editor on Ubuntu – Best Console Text Editor for Linux

Suplemon is a free open source powerful console text editor with multi cursor support for Linux system. It comes with syntax highlighting, autocomplete, Undo/Redo, Copy & Paste with multi line support. You can also open multiple files in tabs. And you can easily jumping to files and lines in your console like terminal. Some other features are custom keyboard shortcuts support, mouse support and Extensions support. You can also restores cursor and scroll positions when reopening files in Suplemon Text Editor.

Suplemon

Install Suplemon Text Editor on Ubuntu:

There are two options available to install Suplemon Text Editor on Ubuntu. you can install it via PIPX or directly from repo.

Also Read:  How To Install Azure Storage Explorer On Ubuntu

Now open the terminal app (ctrl+alt+t) and run below commands one by one.

sudo apt install pipx
pipx ensurepath
pipx install suplemon

To start Suplemon text editor run below command.

suplemon

Suplemon Text Editor Usage:

suplemon # New file in the current directory
suplemon [filename]... # Open one or more files

Suplemon Text Editor config file path

~/.config/suplemon/suplemon-config.json

You can also install it by cloning the repo.

git clone https://github.com/richrd/suplemon.git
cd suplemon
python3 suplemon.py
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply