Post APQRiSl9ca4vDH3Gk4 by celtichawk@dragonscave.space
 (DIR) More posts by celtichawk@dragonscave.space
 (DIR) Post #APQRiSl9ca4vDH3Gk4 by celtichawk@dragonscave.space
       2022-11-09T11:10:05Z
       
       0 likes, 0 repeats
       
       Right, my goal for today. Try to find as many command line programs for things as is practical.Web browsing from a terminal sucks most of the time. Email, doable to a point. Matodo? Tut for that. Reddit? No idea. Other things? I'll find them as I need 'em
       
 (DIR) Post #APQRiTFzlukSkvTtoW by storm@social.wolfe.casa
       2022-11-09T11:18:20.063600Z
       
       0 likes, 0 repeats
       
       @celtichawk I do most of my browsing from the command line, only breaking out the heavy browsers for javascript. I use w3m, especially for searching and reading articles. I even have keybindings for opening media links in mpv with the --really-quiet and --no-video flags. Another one sends the current page to brave, in case I stumble across something that has too much js.
       
 (DIR) Post #APQTcfBmhBY7vvs0dE by bgtlover@linuxrocks.online
       2022-11-09T11:19:43Z
       
       0 likes, 0 repeats
       
       @storm @celtichawk what about links? I tryed it once, and either I did something wrong, or it's inaccessible.
       
 (DIR) Post #APQTcgS7zuDVquWZkG by celtichawk@dragonscave.space
       2022-11-09T11:25:50Z
       
       0 likes, 0 repeats
       
       Both links/lynx use review and a whole other set of keys, which takes getting used to. w3m looks to me to be the most feature complete one however. Now if I could just have w3m start up on a specific web page@bgtlover@linuxrocks.online @storm
       
 (DIR) Post #APQTcgoSes56yAyPYW by storm@social.wolfe.casa
       2022-11-09T11:39:41.481088Z
       
       0 likes, 0 repeats
       
       @celtichawk if you want it to start on a page, export WWW_HOME in your .bashrc or .bash_profile, E.G.WWW_HOME="https://duckduckgo.com"