eza icon indicating copy to clipboard operation
eza copied to clipboard

bug: Problems with man pages

Open j-xella opened this issue 9 months ago • 3 comments

Those are the ones I spotted right away, if there are more, please add in comments.

  1. There is no documentation for --absolute option
  2. Man pages contain $version string, which I think should be replaced with an actual eza version number
  3. in "SEE ALSO" section, man pages still point to markdown files, for example eza_colors.5.md . The .md suffix should be removed in man pages.

j-xella avatar May 10 '24 10:05 j-xella

Thanks for noting these down, those should definitely be fixed :D

cafkafk avatar May 13 '24 07:05 cafkafk

About the version thingy, I believe the problem is somewhere in the nix code because the Justfile which I'm using to generate the man pages for the deb packages seems to work.

gierens avatar May 13 '24 09:05 gierens

The man page currently contains:

-w, --width=COLS : Set screen width in columns.

Valid options are none, absolute or relative. The default value is none

absolute mode highlights based on file modification time relative to the past year. relative mode highlights based on file modification time in relation to other files. none disables highlighting.

I don't think the 2nd and 3rd paragraphs are relevant to the 1st, and I don't think they make any sense (to me) on their own. Perhaps they are meant to occur elsewhere? Or did something get deleted from after the 1st para?

tartley avatar Jun 03 '24 22:06 tartley