Commit Graph

14 Commits

Author SHA1 Message Date
bakkeby
a686ac9b72 bump version to 5.3
ref.
https://git.suckless.org/dmenu/commit/7be720cc88ed2294338f7182600df10f21c575ce.html
2024-03-20 08:06:09 +01:00
bakkeby
b4aad57ce4 Bump to 1d2b462.
bump version to 5.2

Ref.
https://git.suckless.org/dmenu/commit/1d2b462acf1210b8f86966b8dd9bb6e36e369ee1.html
2022-10-06 15:19:05 +02:00
monosans
4dfeea35c2
Remove unused variables from config.mk 2022-09-25 22:22:12 +03:00
bakkeby
036d2b0d08 Removing the json patch
Reasoning:
   - the patch is old and incompatible and conflicts with so many
     other patches
   - the functionality is rather limited especially considering that
     it is generally possible to convert json data to work with the
     TSV patch or the separator patch
   - the patch is for dmenu 4.9, which means that since February 2009
     nobody has bothered upgrading this patch to 5.0 or 5.1, which
     again implies that not many people actually use or rely on this
     patch

The json patch may be re-introduced into dmenu-flexipatch in the
future, but in that case it would be a bespoke version that is
designed around some of the other patches and takes more liberties
rather than trying to adhere to what is available at
https://tools.suckless.org/dmenu/patches/json/

Example using jq to convert json data to TSV format:

$ cat ~/.bookmarks
{
	"uggah": "buggah",
	"hello": "there",
	"bye": "tomorrow"
}

$ cat ~/.bookmarks | jq -r '. | to_entries | .[] | "\(.key)\t\(.value)"'
uggah	buggah
hello	there
bye	tomorrow
2022-09-05 12:46:15 +02:00
bakkeby
59d8327727 Makefile: add manual path for OpenBSD ref. https://git.suckless.org/dmenu/commit/28fb3e28120db29ea45d1951eee7047b4109ab5f.html 2022-06-21 10:19:50 +02:00
bakkeby
daf318abf3 Bump to 5.1 2022-03-02 09:35:23 +01:00
bakkeby
93f5b58d4e Adding tsv patch 2021-05-15 12:51:58 +02:00
bakkeby
82c9f772f7 bump version to 5.0 2020-09-02 20:42:50 +02:00
bakkeby
3eac73fe85 Adding json patch 2020-08-09 15:10:29 +02:00
bakkeby
f47269e387 Commenting out pango libraries 2020-08-09 11:07:11 +02:00
bakkeby
ee3e48fe0b Adding grid patch 2020-08-05 11:31:54 +02:00
bakkeby
419de40e2c Adding pango patch 2020-06-13 15:32:41 +02:00
bakkeby
e9cfb59a5d Adding alpha patch 2020-05-29 17:01:40 +02:00
bakkeby
f128efa1b2 Added border, center, fuzzymatch, incremental, initialtext, instant, line-height, mouse-support, navhistory, non-blocking-stdin, password, pipeout, printinputtext, rejectnomatch, scroll, vertfull, wmtype and xyw patches 2019-09-19 00:33:15 +02:00