Rebecca Turner
Rebecca Turner
I've noticed that the `wcwidth` call here frequently returns `-1`: https://github.com/maralorn/nix-output-monitor/blob/23d4302bab647e9f0f238ff3566f33b13ed9209e/lib/NOM/Print/Table.hs#L75 The main culprits are these characters: - `⏱` - `⏳` - `⏵` However, patching `widthFold` to return a minimum...
Yes, this will likely not be merged/released (see https://github.com/github/hub/issues/2470), but having the PR here means packagers can cherry-pick the patch for distribution, as I've done here for nixpkgs: https://github.com/NixOS/nixpkgs/pull/217636
In the same vein, this might require separate verbs for `previous_match_in_file` and `next_match_in_file`, as this would make `line_up` and `line_down` operate on file lines rather than match lines.
It might be nice to have some sort of "on quit" configuration, where you can set a verb or verbs to be triggered when Broot exits.
Yes, I'll mark it ready for review once I have an explanation :)
Relative paths are nice and I want to see them instead of absolute paths most of the time. I'm also developing [a `broot` integration plugin for Neovim](https://github.com/9999years/broot.nvim/pull/14) and I'm using...
`git-annex` seems to not build on macOS, maybe we should disable it...?
Wait, the CI failures are non-blocking -- CI hasn't passed on the `master` branch in 2 months: https://github.com/cachix/git-hooks.nix/commit/0b6fdb0941e4dc283ff0e79e2d0aea74d713f2fc
Opened #421 to fix the CI failures on macOS.
Maybe a `$PATH` issue? https://github.com/jgm/pandoc/issues/7570