diff options
Diffstat (limited to 'content/blog/2023-11-08-scli.md')
-rw-r--r-- | content/blog/2023-11-08-scli.md | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/content/blog/2023-11-08-scli.md b/content/blog/2023-11-08-scli.md index 0d01ea4..363e77b 100644 --- a/content/blog/2023-11-08-scli.md +++ b/content/blog/2023-11-08-scli.md @@ -20,15 +20,15 @@ and download the packaged binaries for an easier installation process. In order to use `scli`, you need a few dependencies: -- `openjdk17-jre` - Used as a dependency for the `signal-cli` tool. Version may - vary. -- `signal-cli` - Used as the backbone of the `scli` tool. -- `findutils` - Replaces the standard Busybox version of `xargs`. -- `urwid` - A console user interface library for Python. -- `urwid-readline` - For GNU emacs-like keybinds on the input line. -- `qrencode` - Displays a QR code in the terminal to link the device using your - phone. Not necessary if you're only linking on desktop and can copy/paste the - connection URL. +- `openjdk17-jre` - Used as a dependency for the `signal-cli` tool. Version + may vary. +- `signal-cli` - Used as the backbone of the `scli` tool. +- `findutils` - Replaces the standard Busybox version of `xargs`. +- `urwid` - A console user interface library for Python. +- `urwid-readline` - For GNU emacs-like keybinds on the input line. +- `qrencode` - Displays a QR code in the terminal to link the device using + your phone. Not necessary if you're only linking on desktop and can + copy/paste the connection URL. Let's start by installing the packages available via Alpine's repositories. Be sure to install the latest version of `openjdk`. If you run into Java-related @@ -102,8 +102,8 @@ signal-cli -u USERNAME receive ``` Also be sure to test the daemon to ensure it works properly. If no errors occur, -it's working. If you run into errors because you're not running a DBUS -session, see my notes below. +it's working. If you run into errors because you're not running a DBUS session, +see my notes below. ```sh signal-cli -u USERNAME daemon @@ -115,8 +115,8 @@ This process will differ depending on your desktop environment (DE). If you are running a DE, you likely have a DBUS session running already and can simply launch the program. -However, if you're like me and running your computer straight on the TTY -without a DE, you'll need to start a DBUS session for this program. +However, if you're like me and running your computer straight on the TTY without +a DE, you'll need to start a DBUS session for this program. ```sh # If you're not running a DBUS session yet, you need to start one for scli @@ -136,7 +136,7 @@ information on configuration options. nano ~/.config/sclirc ``` -``` conf +```conf # ~/.config/sclirc wrap-at = 80 |