signal-curses icon indicating copy to clipboard operation
signal-curses copied to clipboard

Curses-backed terminal interface for Signal using signal-cli

Results 10 signal-curses issues
Sort by recently updated
recently updated
newest added

I'm getting the following error when trying to run the CLI ``` a@reboot:~/src/signal-curses$ make install Makefile:8: java installed Makefile:18: signal-cli installed Makefile:27: libunixsocket-java installed Makefile:35: python-gobject installed Makefile:43: pkg-config installed...

Unable to run due to the crash. The version of signal-curses is the last one. ```bash [root@v48807 signal-curses]# python3 main.py -u +14107055522 --bus system -c /var/share/signal-cli/ Traceback (most recent call...

Here is the traceback: ``` Traceback (most recent call last): File "main.py", line 38, in scurses.launcher.run(args) File "/home/raghav/Development/signal-curses/scurses/launcher/__init__.py", line 30, in run signal.run() File "/home/raghav/Envs/signal-curses/lib/python3.7/site-packages/npyscreen/apNPSApplication.py", line 30, in run return...

I think I have set up the signal-cli daemon correctly but when i run main.py I do not get any of my contacts loaded. I captured one log where my...

Unable to select contacts. Seems that `len(contacts)` is returning NoneType rather than `int`. Here is the traceback: ```python Traceback (most recent call last): File "/opt/signal-curses/main.py", line 37, in scurses.launcher.run(args) File...

Nice tool. I'd like to package it for [Homebrew](brew.sh) the macOS package manager. This requires, as per [the guidelines for acceptable formulae (packages)](https://github.com/Homebrew/brew/blob/master/docs/Acceptable-Formulae.md#stable-versions) a tagged, stable version.

This should allow the "contacts not displayed" issue to be worked around when signal-cli does not properly fill the contacts list in the config file.

When you switch to a different conversation using Ctrl-X, the conversation history is discarded.

enhancement

Hello, i try to install this client, but: ``` root@sa /opt/signal/signal-curses-master # pip install -r requirements.txt Collecting npyscreen (from -r requirements.txt (line 1)) Downloading https://files.pythonhosted.org/packages/93/48/91b8321280f17d135918895b57f891f727be84a88f62fc62485a7039de00/npyscreen-4.10.5.tar.gz (94kB) 100% |████████████████████████████████| 102kB 4.2MB/s...

Hi! There are no commits since 2019 and no Git tags (#17). Are there any plans for this project to live on? Best, Sebastian