LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 04-21-2022, 08:59 AM   #1
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,616

Rep: Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554
Finding a better man


I want a man page viewer with more features than man(1).

Specifically, I want something that:
1) Prioritises the current man page in its title, so I get meaningful taskbar entries like "somecommand manual" instead of generic "currentuser : man -- Konsole".
2) Has a sidebar with ToC/headings for the current man page, so I can quickly navigate.
3) Has bookmarks so I can mark commonly referenced sections and easily return to them, even when there's no nearby header.

And it needs to retain at least the following features of man:
4) Starts instantly and remain entirely offline (i.e. nothing web-browser-based)
5) Not be a change in screen brightness when switching to it - i.e. allow light text on dark bkg, like my terminal.
6) Text that is suitably formatted/selectable/searchable/etc.

My searches have revealed a few alternative man page viewers that don't meet the requirements: xman, gman, yelp, khelpcenter, man helper, mangl.

Can anyone introduce me to something that satisfies the above, or is this yet another time when I'll need to waste time building my own solution?

 
Old 04-21-2022, 10:22 AM   #2
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,340

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Quote:
Originally Posted by boughtonp View Post
is this yet another time when I'll need to waste time building my own solution?

Why do you consider writing software that is useful to yourself a waste of time?
 
Old 04-21-2022, 11:03 AM   #3
boughtonp
Senior Member
 
Registered: Feb 2007
Location: UK
Distribution: Debian
Posts: 3,616

Original Poster
Rep: Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554Reputation: 2554
Quote:
Originally Posted by jailbait View Post
Why do you consider writing software that is useful to yourself a waste of time?
Because it's yak shaving; I'd rather be spending the time on other things.

Also, it feels like this is something that someone must have done already at some point in the past two decades - nothing I want is an obscure/niche feature - so if I could just find that existing solution I wouldn't need to duplicate the effort.

 
Old 04-21-2022, 08:09 PM   #4
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,349
Blog Entries: 28

Rep: Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146Reputation: 6146
This thread from AskUbuntu contains several suggestions.
 
Old 04-21-2022, 08:59 PM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 22,001

Rep: Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629Reputation: 3629
Man is usually a way for those already trained to get help. It isn't designed to be a learning tool.

Usually all that data for it comes from the programs. man is just a way to display it. One could make a web reader out of it that is entirely offline.
https://askubuntu.com/questions/3392...-a-web-browser
There are some small fast browsers to view those.

Last edited by jefro; 04-21-2022 at 09:01 PM.
 
2 members found this post helpful.
Old 04-22-2022, 12:10 AM   #6
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Just because it hasn't been mentioned yet:
https://hiphish.github.io/blog/2020/...d-on-steroids/
I like the quick previews in the search.
 
Old 04-22-2022, 02:29 AM   #7
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,936

Rep: Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323Reputation: 7323
what if you download the full man package offline and use it from browser (like this: https://linux.die.net/man/)
 
2 members found this post helpful.
Old 04-22-2022, 12:47 PM   #8
computersavvy
Senior Member
 
Registered: Aug 2016
Posts: 3,345

Rep: Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484Reputation: 1484
Another approach is the 'info' command. It is certainly more usable in some ways than 'man', though it may not meet the desires of the OP.
 
2 members found this post helpful.
Old 04-22-2022, 07:51 PM   #9
dogpatch
Member
 
Registered: Nov 2005
Location: Central America
Distribution: Mepis, Android
Posts: 490
Blog Entries: 4

Rep: Reputation: 238Reputation: 238Reputation: 238
Have you tried Konqueror's man viewer? Type
Code:
man:/command
into the url address place (and, No, you don't have to be connected to the internet). Also works for
Code:
info:/command
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
face to face, man to man dazzler Linux - General 1 07-27-2004 06:27 AM
How to quit man (less) and keep man info on screen? peb Linux - Newbie 7 03-25-2004 10:02 PM
One man's bogmarsh is another man's raceway. canon LinuxQuestions.org Member Success Stories 1 10-29-2003 11:56 AM
How is 'man 3 printf' different from 'man printf' ?? purpleburple Linux - General 3 09-23-2002 12:29 AM
Compiling packages on RH 7.1 causes man files to be named man.gz mmboam Linux - General 0 05-09-2001 06:47 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05:00 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration