aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2023-11-08-scli.md
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cleberg.net>2024-05-01 21:45:52 -0500
committerChristian Cleberg <hello@cleberg.net>2024-05-01 21:45:52 -0500
commitdc1261d703ae1e1a14841b030888e3f87ff7c38f (patch)
tree71139c9021b09704b2d45be3b64d54e2acbae55f /content/blog/2023-11-08-scli.md
parentba6b552c8256cc2e071c910ef7821c82443f1f82 (diff)
downloadcleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.tar.gz
cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.tar.bz2
cleberg.net-dc1261d703ae1e1a14841b030888e3f87ff7c38f.zip
prettier formatting and rewrap lines
Diffstat (limited to 'content/blog/2023-11-08-scli.md')
-rw-r--r--content/blog/2023-11-08-scli.md28
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