aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsinanmohd <pcmsinan@gmail.com>2022-07-16 16:15:52 +0530
committersinanmohd <pcmsinan@gmail.com>2022-07-16 16:15:52 +0530
commitb877e9415b124ea5a84228a209e4b95e13f17544 (patch)
tree191748f637ea7d4a2a6ad1fba17c8abd091c112e
parent1dd04fc29a3d2c31171cec487fb5c112da903466 (diff)
add installation and why section to readme
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7208263..1d5453a 100644
--- a/README.md
+++ b/README.md
@@ -6,10 +6,20 @@ stikman brings platform independent stickers for the desktop
## Showcase (using telegram and element/matrix)
![stikman.gif](stikman.gif)
+## Why
+Generally you can only use a given set of stickers within the app they were made for. This is an attempt to make it easy to use the same sticker set across multiple chat apps. one of the other reason i created stikman was lack of proper support for stickers in chat platforms like element/matrix, its a lot of work and you need a self hosted server, stikman makes it easy. now that matrix basically have bridges for every other chat platform when i asked whats holding people back from switching to it in couple of rooms all of them basically said this, stikman comes with all the features you would expect from it sticker sharing, creation etc... .now its one less thing to worry about when choosing your preferred chat program
+
## Notes
apply [this](https://gitlab.com/sinanmohd/stikman/-/blob/master/nout-sxiv.patch) patch to sxiv or use the patched version [here](https://gitlab.com/sinanmohd/nsxiv) for a more seamless experience, it'll automatically quit sxiv after sticker selection
+## Installation
+```
+git clone https://gitlab/sinanmohd/stikman
+cd stikman
+sudo make install
+```
+
## Usage
* launch stikman using a key binding daemon like [sxhkd](https://wiki.archlinux.org/title/Sxhkd) and select a sticker using `m` or right click. additionally quit using `q` if you didint apply the [nout sxiv patch](https://gitlab.com/sinanmohd/stikman/-/blob/master/nout-sxiv.patch)