suplemon icon indicating copy to clipboard operation
suplemon copied to clipboard

:lemon: Console (CLI) text editor with multi cursor support. Suplemon replicates Sublime Text like functionality in the terminal. Try it out, give feedback, fork it!

Results 31 suplemon issues
Sort by recently updated
recently updated
newest added

It takes ages to open large files. I tried to open normal text file that has 11MB of size and I had to kill whole process after waiting dozens of...

I tried suplemon today trying to find alternative for joe which development goes in a very wrong path and it is time to get rid of joe editor. Running on...

Add support for Windows, WSL, Termux and Wayland on Linux. The which command is deprecated in debianutils (5.0-1). Use a python function instead for POSIX compatibility.

I implemented a new StatusBar architecture, the end result is you have status components which can be exposed by any module and used by any statusbar. The system consists of...

~~Not to merge right away, just a request for comments.~~ The idea of the color manager is to never use raw curses color_pairs outside the manger itself but instead use...

# Issue Type [x] Bug (Typo) # Steps to Replicate and Expected Behaviour - Examine suplemon/modules/autodocstring.py, suplemon/suplemon_module.py and observe `wether`, however expect to see `whether`. - Examine suplemon/viewer.py and observe...

Hey, I've encountered this exception after doing the following on the master branch (8bb67d6758e5bc5ca200fdce7a0fb6635abb66f4): 1. Open a file 2. Press `Enter` 3. Exiting via `Ctrl` + `q` That lead to...

Hi, I saw in #101 that you don't intend to support Windows, nonetheless I tried to use it at work and it almost works! If you're OK with it, I...