Hey, quick note. If this isn’t the right place for it, feel free to delete or move it.
I couldn’t find an easy way to read the FreeBSD Handbook through the terminal without installing something like w3m or lynx, so I made my own solution. It works as long as you have the FreeBSD documentation installed (use $ bsdconfig and select Documentation). It’s under the BSD license too.
Honestly, I think it’s pretty ugly, and the navigation is super basic. For example, to get to the Wayland instructions, you’d have to type something like 2 2 7 46 1, pressing Enter after each number.
The only upsides are that it’s region/language agnostic, updates automatically when you update your handbook package, and is only 1.6 KB.
You can grab the handbook.sh file, ignore everything else, make it executable with chmod, and run it. I haven’t coded in years, so feel free to share any feedback or critiques!
https://github.com/dudleyi/handbook
- D
PS,
Does something like this already exist? Also, screenshots:
I couldn’t find an easy way to read the FreeBSD Handbook through the terminal without installing something like w3m or lynx, so I made my own solution. It works as long as you have the FreeBSD documentation installed (use $ bsdconfig and select Documentation). It’s under the BSD license too.
Honestly, I think it’s pretty ugly, and the navigation is super basic. For example, to get to the Wayland instructions, you’d have to type something like 2 2 7 46 1, pressing Enter after each number.
The only upsides are that it’s region/language agnostic, updates automatically when you update your handbook package, and is only 1.6 KB.
You can grab the handbook.sh file, ignore everything else, make it executable with chmod, and run it. I haven’t coded in years, so feel free to share any feedback or critiques!
https://github.com/dudleyi/handbook
- D
PS,
Does something like this already exist? Also, screenshots: