kdave

Results 265 comments of kdave

Released in 0.5.2, thanks.

Copied from `mc` formatter, this seems to give a good result when viewed on terminal, but the actual output contains a lot of `^H` characters that emulate deletion and need...

This seems to work: ``` COLUMNS=80 man -P cat > file ``` ``` FSCK.BTRFS(8) BTRFS FSCK.BTRFS(8) NAME fsck.btrfs - do nothing, successfully SYNOPSIS fsck.btrfs [-aApy] [...] DESCRIPTION fsck.btrfs is a...

Now implemenetd for branch devel. Remaining is to do that for pull requests too once it's tested.

Won't be done for PR workflows, changes to manual pages are rare so it'd slow down testing. If needed use the `ci/name` branch that also runs the `devel` workflow but...