suplemon icon indicating copy to clipboard operation
suplemon copied to clipboard

Features requests / problems

Open slajerek opened this issue 4 years ago • 0 comments

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 macOS installed via pip.

Anyway, there are a few things that made me not using suplemon, although it looks really promising:

  • ^H says help, but pressing ctrl or cmd H does not show help (ctrl+H seems to be deleting a line)
  • can't select text with keyboard easily (tried with shift, might be that it's in not accessible help)
  • selecting text with mouse does not work
  • it shows some not needed debug/error messages
2021-12-30 16:14:20,647 - suplemon.config - INFO - Failed to load config file '/Users/mars/.config/suplemon/suplemon-config.json'.
2021-12-30 16:14:20,656 - suplemon.module_loader - ERROR - Failed loading module: crypt
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/suplemon/module_loader.py", line 66, in load_single
    mod = imp.load_source(name, path)
  File "/usr/local/Cellar/[email protected]/3.9.7/Frameworks/Python.framework/Versions/3.9/lib/python3.9/imp.py", line 171, in load_source
    module = _load(spec)
  File "<frozen importlib._bootstrap>", line 711, in _load
  File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 850, in exec_module
  File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
  File "/usr/local/lib/python3.9/site-packages/suplemon/modules/crypt.py", line 5, in <module>
    from Crypto import Random
ModuleNotFoundError: No module named 'Crypto'

That's all for now. I dropped these lines just to let you know, my search for ultimate CLI editor continues.

slajerek avatar Dec 30 '21 15:12 slajerek