Paul Fariello
Paul Fariello
It's easier to install grammalect python script by doing a simple ``` pip3 install . ``` Then `grammalect-cli.py` will be installed in `~/.local/bin` which can be added to $PATH. After...
Cron may send a mail with job stdout so it's duplicate
Add support for https://xmpp.org/extensions/xep-0308.html. Easy impl could be done directly in core.rs handle_message. But the same issue will arise when doing OMEMO and we definitely don't want to handle all...
ncurses seems to support partial scroll on supported terminal. This could enhance rendering.
Move prev/next word in input. Easy to implement if https://gitlab.redox-os.org/redox-os/termion/-/issues/169 is fixed.
This used to be supported but a rework in UI lost that. Wait until https://gitlab.redox-os.org/redox-os/termion/-/issues/183 is resolved.