Posts: 530
Threads: 26
Joined: Feb 2015
Reputation:
0
02-19-2015, 03:41 PM
(This post was last modified: 10-01-2015, 01:40 PM by avj.)
I think a Gui based man page browser would help a lot of former windows users get used to using linux.
It seems to be hard to find a man page for a particular function if you don't know the name to look for.
A browser that lists bash commands and installed man pages would be very helpful. At least in my opinion.
“I have not failed. I’ve just found 10,000 ways that won’t work.” - Thomas Edison
Posts: 8,895
Threads: 541
Joined: Feb 2014
Reputation:
5
Could you draw us up an example of how you envisage this to look like? Cheers.
Posts: 530
Threads: 26
Joined: Feb 2015
Reputation:
0
“I have not failed. I’ve just found 10,000 ways that won’t work.” - Thomas Edison
Posts: 530
Threads: 26
Joined: Feb 2015
Reputation:
0
To my surprise xman is already installed on my system from the package x11-apps.
Just another reason to like LL.
I guess I should have done the google searching first and then checked to see if it was installed.
Sorry for wasting your time, but maybe it will bring some attention to xman so others can find
what they are looking for.
“I have not failed. I’ve just found 10,000 ways that won’t work.” - Thomas Edison
Posts: 530
Threads: 26
Joined: Feb 2015
Reputation:
0
02-19-2015, 11:57 PM
(This post was last modified: 02-20-2015, 12:13 AM by avj.)
I created a desktop application launcher for xman. Now all I have to do to see man pages is double click the icon. It pulls up a small app with three buttons: Help, Quit, and Manual Page. I click Manual Page, and I get a window with a list of man pages in the upper portion of the window. I can click items on the list and view them in the lower portion of the window.
The command I used for the launcher is: xman -bothshown
Adding a second command line argument: -notopbox will start the program without the small app with the three buttons.
“I have not failed. I’ve just found 10,000 ways that won’t work.” - Thomas Edison
Posts: 530
Threads: 26
Joined: Feb 2015
Reputation:
0
No problem, I just hope it helps other LL users.
“I have not failed. I’ve just found 10,000 ways that won’t work.” - Thomas Edison