• Joined on 2025年10月21日
ccjmne commented on issue dnkl/foot#57 2026年04月01日 19:45:30 +02:00
Ligature support

Thank you @dnkl for the detailed explanation!

ccjmne created branch support-semicolon-ini-comments in ccjmne/fuzzel 2026年03月23日 21:54:39 +01:00
ccjmne pushed to support-semicolon-ini-comments at ccjmne/fuzzel 2026年03月23日 21:54:39 +01:00
ed111df1d7
Handle semicolon-prefixed comments in ini config.
ccjmne pushed to master at ccjmne/fuzzel 2026年03月23日 21:42:54 +01:00
54de0cec50
Support environment var. expansion in include path
630ebeb4e6
Expand environment variables in the cache property
02f73460fa OpenBSD has UTF-32
9e42e3e770 docs: fuzzel.ini add auto-select default
ca8aa55f9a
changelog: add new 'unreleased' section
Compare 28 commits »
ccjmne opened issue dnkl/fuzzel#749 2026年03月23日 19:59:32 +01:00
Emulate ANSI video-revert, provide selection-match-background
ccjmne commented on issue dnkl/fuzzel#744 2026年03月23日 19:43:23 +01:00
Accept ; comments in the INI config (or change extension to .conf)

For what it's worth, I too ran into that "issue". It's fairly trivially understood and resolved, which is why I suppose people haven't been reporting it here, but it still is somewhat pesky.

ccjmne created pull request dnkl/fuzzel#722 2025年12月31日 19:38:22 +01:00
Draft: Expand environment variables in include and cache
ccjmne pushed to master at ccjmne/fuzzel 2025年12月31日 19:22:09 +01:00
201a3bad28
Support environment var. expansion in include path
306db906ee
Expand environment variables in the cache property
Compare 2 commits »
ccjmne pushed to master at ccjmne/fuzzel 2025年12月31日 18:31:46 +01:00
8fb1b4c3fc
Expand environment variables in the cache property
ccjmne commented on issue dnkl/fuzzel#721 2025年12月31日 15:14:59 +01:00
Have the cache configuration entry understand environment variables

@markstos, I haven't written any C code since my university days, but I had a quick look at the code and I think implementing your suggestion seems easy enough that I could handle it.

ccjmne created repository ccjmne/fuzzel 2025年12月31日 15:05:38 +01:00
ccjmne commented on issue dnkl/fuzzel#721 2025年12月31日 14:50:16 +01:00
Have the cache configuration entry understand environment variables

Oh, that'd be excellent! Damn, you are good at this.

ccjmne commented on issue dnkl/fuzzel#719 2025年12月31日 14:47:15 +01:00
Option to disable pruning the cache

Oh, that's interesting, leveraging the --accept-nth/--with-nth pair and removing empty entries!

ccjmne opened issue dnkl/fuzzel#721 2025年12月31日 14:42:06 +01:00
Have the cache configuration entry understand environment variables
ccjmne commented on issue dnkl/fuzzel#719 2025年12月31日 14:27:21 +01:00
Option to disable pruning the cache

For what it's worth, I just went ahead and used:

ccjmne opened issue dnkl/fuzzel#719 2025年12月31日 14:17:42 +01:00
Option to disable pruning the cache
ccjmne commented on issue dnkl/fuzzel#695 2025年10月27日 18:22:05 +01:00
Favour matches at word boundaries

Fantastic, thank you very much, @markstos!

ccjmne opened issue dnkl/fuzzel#695 2025年10月21日 15:11:01 +02:00
Have the fuzzy algorithm favour matches at word boundaries