Page 1 of 2

Curiosity

Posted: Sat Jun 01, 2019 10:51 am
by sg-1
We open system folders with Firefox to read the contents.
Sistem.png

Re: Curiosity

Posted: Sat Jun 01, 2019 11:39 am
by Eadwine Rose
Your question..?

Re: Curiosity

Posted: Sat Jun 01, 2019 11:53 am
by sg-1
I have no questions to ask only to those who visit the forum.

Re: Curiosity

Posted: Sat Jun 01, 2019 3:10 pm
by skidoo
Thanks, sg-1. It is a good tip, an efficient way for curious learners to browse the filesystem.

Re: Curiosity

Posted: Sat Jun 01, 2019 7:56 pm
by Stevo
Another browser trick is to open man pages in them instead of the terminal, since the formatting is much nicer, with

man:packagename

Re: Curiosity

Posted: Sun Jun 02, 2019 3:11 pm
by jj1j1
I'm interested in this, but it doesn't work for me. I see the format is similar to, "about:config", or "about:preferences", but for example, "man:ls" brings up a "Select Application" dialog box.

Re: Curiosity

Posted: Sun Jun 02, 2019 3:25 pm
by Head_on_a_Stick
I don't have a graphical file manager installed so FF can be useful for quick browsing of the filesystem tree (although I prefer ranger).
jj1j1 wrote: Sun Jun 02, 2019 3:11 pm it doesn't work for me
How about

Code: Select all

man -Hfirefox ls
It used to work for me in Debian stretch but it seems to be broken in buster :frown:

Re: Curiosity

Posted: Sun Jun 02, 2019 3:47 pm
by jj1j1
This is what I get:

Code: Select all

$ man -Hfirefox ls
man: command exited with status 3: /usr/lib/man-db/zsoelim | /usr/lib/man-db/manconv -f UTF-8:ISO-8859-1 -t UTF-8//IGNORE | preconv -e UTF-8 | tbl | groff -mandoc -Thtml

Re: Curiosity

Posted: Sun Jun 02, 2019 3:57 pm
by turtlebay777
sg-1 wrote: Sat Jun 01, 2019 11:53 am I have no questions to ask only to those who visit the forum.
So why the post?

Re: Curiosity

Posted: Sun Jun 02, 2019 4:09 pm
by gosia
Hello jj1j1,
Did you install groff?

Code: Select all

sudo apt install groff
many greetings gosia