• Joined on 2022年01月14日
bbb651 created pull request ziglang/zig#30859 2026年01月16日 22:58:54 +01:00
init: fix typos
bbb651 pushed to init-template-typos at bbb651/zig 2026年01月16日 22:57:55 +01:00
0e840a3d51 init: fix typos
bbb651 pushed to init-template-typos at bbb651/zig 2026年01月16日 22:56:05 +01:00
bbb651 created branch init-template-typos in bbb651/zig 2026年01月16日 22:56:05 +01:00
bbb651 created repository bbb651/zig 2026年01月16日 22:54:49 +01:00
bbb651 commented on pull request dnkl/fuzzel#472 2025年06月16日 23:26:17 +02:00
Add delete-line binding

Yes, it’s still not possible to do in a single keybind, IIUC #476 made it possible for Control + Shift + Backspace to be a default keybind in a non fragile way,...

bbb651 commented on pull request dnkl/fuzzel#532 2025年04月30日 16:37:25 +02:00
WIP: Add --print0 command line option (on hold until multi-selection support is added)

My view is that makes sense to add when and if multi-selection support is added.

Yeah I agree I made this with the assumption that multi selection mode will be added at some point, it's...

bbb651 commented on pull request dnkl/fuzzel#532 2025年04月24日 12:40:13 +02:00
WIP: Add --print0 command line option (on hold until multi-selection support is added)

I just realized printing a terminating null byte is really awkward and break some programs (including wl-copy), it matches fzfs behavior:

~$ printf 'a\nb' 
bbb651 created pull request dnkl/fuzzel#532 2025年04月24日 12:23:09 +02:00
Add --print0 command line option
bbb651 pushed to print0 at bbb651/fuzzel 2025年04月24日 12:18:26 +02:00
296890b47c Add --print0 command line option
b789998693 dmenu: add support for fallbacks in icon metadata
9d00e7fc5a changelog: add missing bug ref
a843274206 doc: fuzzel.ini: *-workers: "if you have a ridiculous number of cores"
a8e0ddf81d render: limit number of worker threads to --lines
Compare 10 commits »
bbb651 created branch print0 in bbb651/fuzzel 2025年04月24日 12:18:25 +02:00
bbb651 commented on issue dnkl/fuzzel#506 2025年04月20日 00:31:41 +02:00
Support display and meta option from Rofi's extended dmenu protocol?

To elaborate on display, it's like #470 where I suggested data but the other way around, and can also be replaced with --accept-nth:

printf '😦\tfrowning' 
bbb651 commented on pull request dnkl/fuzzel#493 2025年04月01日 19:16:25 +02:00
Add --accept-nth command line option to select column to output

Maybe it should be incompatible or print a warning when used together with --index

bbb651 merged pull request dnkl/fuzzel#495 2025年03月11日 10:10:51 +01:00
Add `keyboard-focus=exclusive
bbb651 pushed to keyboard-focus at bbb651/fuzzel 2025年03月10日 13:02:39 +01:00
9a0a38de37 Add keyboard-focus=exclusive|on-demand command line and config option
bbb651 created pull request dnkl/fuzzel#495 2025年03月09日 21:54:07 +01:00
Add `keyboard-focus=exclusive
bbb651 pushed to keyboard-focus at bbb651/fuzzel 2025年03月09日 21:53:01 +01:00
a522fcde68 Add keyboard-focus=exclusive|on-demand command line and config option
bbb651 pushed to keyboard-focus at bbb651/fuzzel 2025年03月09日 21:52:15 +01:00
93a16c3ec5 Add keyboard-focus=exclusive|on-demand command line and config option
33c9b8e86d Add --accept-nth command line option to select column to output
4b2cc7af24 docs: clarify that "filename" is not an XDG field name.
a4441a5e1a ci: freebsd: 'wlroots' is not a package
Compare 4 commits »
bbb651 created branch keyboard-focus in bbb651/fuzzel 2025年03月09日 21:52:14 +01:00
bbb651 commented on pull request dnkl/fuzzel#492 2025年03月07日 11:08:51 +01:00
Add keyboard-focus=exclusive|on-demand command line and config option

I accidentally force pushed the branch to master while trying to resolve the submodule being removed (some weird interaction with jj and force pushing), and that made codeberg think it's been...