From 6fe44e254a107d3a660057d255dc186c3c5b47ea Mon Sep 17 00:00:00 2001 From: Wertzui <122686226+lwertzui@users.noreply.github.com> Date: Tue, 15 Jul 2025 23:38:29 +0200 Subject: [PATCH 1/8] Update README.md Add instructions on how to upload files --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 7b5beec8..7b3d425d 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,10 @@ libraries that are not available on crates.io. * `ctrl+j / Up / PgUp` Previous line * `ctrl+k / Down / PgDown` Next line +## File Uploads + * `file:///path/to/file` Uploads the File "file" at the path "/path/to/" + * `file://clip` Uploads Content of Current Clipboard + ## Configuration Upon startup, `gurk` tries to load configuration from one of the default locations: From 7317b621c49322893c9c6f76dcb30cdd3ea9c61f Mon Sep 17 00:00:00 2001 From: Wertzui <122686226+lwertzui@users.noreply.github.com> Date: Tue, 15 Jul 2025 23:39:42 +0200 Subject: [PATCH 2/8] Update README.md Match writing style to rest of Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b3d425d..847569ff 100644 --- a/README.md +++ b/README.md @@ -105,8 +105,8 @@ libraries that are not available on crates.io. * `ctrl+k / Down / PgDown` Next line ## File Uploads - * `file:///path/to/file` Uploads the File "file" at the path "/path/to/" - * `file://clip` Uploads Content of Current Clipboard + * `file:///path/to/file` Upload File "file" at path "/path/to/" + * `file://clip` Upload Content of Clipboard ## Configuration From ad16712e673822eca7ed8fa27e9f0dbca6175416 Mon Sep 17 00:00:00 2001 From: Wertzui <122686226+lwertzui@users.noreply.github.com> Date: Sun, 16 Nov 2025 21:21:51 +0100 Subject: [PATCH 3/8] Update README.md add concrete instuctions for arch and freebsd --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 847569ff..f1af1ff9 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,14 @@ cargo install --git https://github.com/boxdot/gurk-rs gurk ## Arch Linux +```shell +pacman -S gurk +``` +\(as root\) - Official repository, tagged releases: [`gurk`](https://archlinux.org/packages/extra/x86_64/gurk) +```shell +yay -S gurk +``` - AUR source build from Git HEAD: [`gurk-git`](https://aur.archlinux.org/packages/gurk-bin) ## Nix/NixOS @@ -47,6 +54,20 @@ or system-wide: environment.systemPackages = with pkgs; [ gurk-rs ]; ``` +# Freebsd +##\(as root\) +```shell +pkg install gurk +``` +- pkg repositories + + +```shell +cd /usr/ports/net-im/gurk-rs +make install clean +pkg install net-im/gurk-rs +``` +-ports tree # Usage Run From 6f53d513d9e479d03fe001053167e81ee52e6c42 Mon Sep 17 00:00:00 2001 From: Wertzui <122686226+lwertzui@users.noreply.github.com> Date: Sun, 16 Nov 2025 21:23:31 +0100 Subject: [PATCH 4/8] Update README.md update escape characters --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1af1ff9..7e1159c4 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ cargo install --git https://github.com/boxdot/gurk-rs gurk ```shell pacman -S gurk ``` -\(as root\) +(as root\ - Official repository, tagged releases: [`gurk`](https://archlinux.org/packages/extra/x86_64/gurk) ```shell yay -S gurk @@ -55,7 +55,7 @@ environment.systemPackages = with pkgs; [ gurk-rs ]; ``` # Freebsd -##\(as root\) +##(as root) ```shell pkg install gurk ``` From 735d0dc0b73f7475a557c58bcef49b7e00fb048d Mon Sep 17 00:00:00 2001 From: Wertzui <122686226+lwertzui@users.noreply.github.com> Date: Sun, 16 Nov 2025 21:25:55 +0100 Subject: [PATCH 5/8] Revise gurk installation instructions in README Updated installation instructions for gurk-rs. --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7e1159c4..8ef76569 100644 --- a/README.md +++ b/README.md @@ -55,9 +55,9 @@ environment.systemPackages = with pkgs; [ gurk-rs ]; ``` # Freebsd -##(as root) +## (as root) ```shell -pkg install gurk +pkg install net-im/gurk-rs ``` - pkg repositories @@ -65,7 +65,6 @@ pkg install gurk ```shell cd /usr/ports/net-im/gurk-rs make install clean -pkg install net-im/gurk-rs ``` -ports tree # Usage From 0088d2e41de84eb68fbd7978358c27c1a8945206 Mon Sep 17 00:00:00 2001 From: Wertzui <122686226+lwertzui@users.noreply.github.com> Date: Sun, 16 Nov 2025 21:26:39 +0100 Subject: [PATCH 6/8] Revise formatting in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8ef76569..2637e625 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![ci][ci-badge]][ci-link] [![chat][chat-badge]][chat-link] [Signal Messenger] client for terminal. - +pkg install net-im/gurk-rs ![screenshot](screenshot.png) # Installation @@ -33,7 +33,7 @@ cargo install --git https://github.com/boxdot/gurk-rs gurk ```shell pacman -S gurk ``` -(as root\ +(as root) - Official repository, tagged releases: [`gurk`](https://archlinux.org/packages/extra/x86_64/gurk) ```shell yay -S gurk @@ -55,7 +55,7 @@ environment.systemPackages = with pkgs; [ gurk-rs ]; ``` # Freebsd -## (as root) +#### (as root) ```shell pkg install net-im/gurk-rs ``` From 3cc8f0cb7cc2044c70a7cbd3071e53e3e6d56131 Mon Sep 17 00:00:00 2001 From: Wertzui <122686226+lwertzui@users.noreply.github.com> Date: Sun, 16 Nov 2025 21:27:46 +0100 Subject: [PATCH 7/8] Fix typo in README for 'ports tree' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2637e625..88b53c05 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ pkg install net-im/gurk-rs cd /usr/ports/net-im/gurk-rs make install clean ``` --ports tree +- ports tree # Usage Run From b15f300f1235ab67c1069b0ad37291ecec219d8d Mon Sep 17 00:00:00 2001 From: Wertzui <122686226+lwertzui@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:24:20 +0100 Subject: [PATCH 8/8] remove accidental middle-click paste --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88b53c05..50d69bf9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![ci][ci-badge]][ci-link] [![chat][chat-badge]][chat-link] [Signal Messenger] client for terminal. -pkg install net-im/gurk-rs + ![screenshot](screenshot.png) # Installation