pagerc

Results 9 comments of pagerc

I've a couple issues that I'd like to see rectified: 1) The emoji output is fine, but it'd be better if we could disable the variation sequence (converts the text-font...

> Why days? I could cross-reference that super fast in sqlite. If this is a lot of work for you, stand back! I got this. > > Still not sure...

It's to use horizontal rules to delineate the visible range instead of a highlight group for every line in the visible range. If I set the current highlight group to...

WSLtty on Windows 10 doesn't play nice with auto or manual installation. I'm guessing fontconfig can't update the terminal font via device control codes?

Just saw the `monaspace` font today too, and here's the github document detailing the "texture healing" concept: https://github.com/githubnext/monaspace/blob/main/docs/Texture%20Healing.md The concept of "texture healing" excites me for improving legibility of squished...

It should at least default to using the same value as --color

Update your configuration file to contain the appropriate mappings, e.g. `~/.dir_colors` ``` LINK 01;36m \e[01;36 # symbolic link. (If you set this to 'target' instead of a *rc 36m \e[36...

To fully explain what's going on: `ls` is typically provide by one of the following packages: - GNU `coreutils` - GPL `busybox` - MIT `toybox` Of these, only GNU coreutils...

As LS_COLORS is a non-POSIX extension to `ls`, I recommend looking at [exa](https://the.exa.website/features/colours) for colorized directory listings. Or if you're a GNU purist, check out this extensive list of colorings:...