From 26368e374a0e6e5d485d93547310c3e6238036e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Aino=20Violetta=20Al=C3=A9anor?= Date: Sun, 7 May 2023 20:02:11 +0200 Subject: add README --- README | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..c780739 --- /dev/null +++ b/README @@ -0,0 +1,19 @@ +* pickme : a simple emoji picker + +** synopsis + +you type in a string and it lists the emojis whose names contain that +string. + +** building + +#+BEGIN_SRC sh + make +#+END_SRC + +** installation + +#+BEGIN_SRC sh + ( d=$( [-n $XDG_DATA_HOME ] && echo $XDG_DATA_HOME || "~/.local/share" ) ; mkdir -p $d/pickme ; mv UnicodeData.txt $d/pickme ) + # Put the `pickme' binary in your favourite place to put binaries. +#+END_SRC -- cgit v1.2.3