Post A5Gy5ahHCfpwbObuQS by Jayden468238@distrotoot.com
 (DIR) More posts by Jayden468238@distrotoot.com
 (DIR) Post #A4ViuXwigDJvRU9Uhc by derek@distrotoot.com
       2021-02-21T21:11:00Z
       
       1 likes, 2 repeats
       
       Read Manpages With Less, Bat, Vim or Neovim<iframe id="lbry-iframe" width="560" height="315" src="https://lbry.tv/$/embed/read-manpages-with-less-bat-vim-or/b1882210278f39652ac60dec6f1fe939c5f29d3d?r=6APe7PNDEiNYw1cHdCJzgE1qGDJxSVnJ" allowfullscreen></iframe>
       
 (DIR) Post #A4VjYi9EAYq8fL9dtg by brandon@fosstodon.org
       2021-02-21T21:18:25Z
       
       0 likes, 0 repeats
       
       @derek Why HTML
       
 (DIR) Post #A4VjiaWRNN31uYip2u by duckhp@mastodon.stembod.net
       2021-02-21T21:20:08Z
       
       0 likes, 0 repeats
       
       @derek I just assume there's a '-h' or '--help' for it; After that, my levels of annoyed gets increased.
       
 (DIR) Post #A4Vjt4xX4CwBCoOdW4 by thegeekfather@distrotoot.com
       2021-02-21T21:22:08Z
       
       0 likes, 0 repeats
       
       @duckhp @derek After distrotube opened my eyes to tldr, that became 90% of what I needed.
       
 (DIR) Post #A4VkDKciXMa3ZyJkRs by duckhp@mastodon.stembod.net
       2021-02-21T21:25:46Z
       
       0 likes, 0 repeats
       
       @thegeekfather @derek speaking of less.. While using tmux quite a bit; I've become accustomed to using:$ <somecommand> --help | lessIt beats tmux pane scrolling
       
 (DIR) Post #A4VlUgK3DL1jkpQJQ8 by FoloGnorri@mastodonten.de
       2021-02-21T21:39:54Z
       
       0 likes, 0 repeats
       
       @derek Thanks for sharing the #lbry link to the video. I do like that better than yt links (though I copy them just into a file which later is processed by #youtube-dl).It seems the iframe is not displayed correctly on mastodon, though. But the  vanilla link should work anyway, I guess. I just try it here.https://lbry.tv/$/embed/read-manpages-with-less-bat-vim-or/b1882210278f39652ac60dec6f1fe939c5f29d3d?r=6APe7PNDEiNYw1cHdCJzgE1qGDJxSVnJNever thought about using #vim as my #manpage pager, but it is a good idea.
       
 (DIR) Post #A4Wr7GDit9lT1TdfH6 by wim66@distrotoot.com
       2021-02-22T10:17:24Z
       
       0 likes, 0 repeats
       
       @derek I sometimes like to turn a man page into a pdf with ghostscript.Here's the function.pdfify() # convert man pages to pdf and open the pdf file{    man -t $1 | ps2pdf - $1.pdf && setsid xdg-open $1.pdf &> /dev/null    }
       
 (DIR) Post #A4YA7ZDoKnAGF3V1hw by jmw150@distrotoot.com
       2021-02-23T01:25:25Z
       
       0 likes, 0 repeats
       
       @derek read info pages with less. vim keys are eternal.
       
 (DIR) Post #A4a9275dmyPbuHQvo0 by mrcooper@coopertronic.ddns.net
       2021-02-24T00:22:28Z
       
       0 likes, 0 repeats
       
       @derek Do the 'iframe' tags do anything on Mastodon?
       
 (DIR) Post #A4dYW6avHAwJNzLKqG by cpt_bob@distrotoot.com
       2021-02-25T15:52:20Z
       
       0 likes, 0 repeats
       
       @derek I'm going to have to find your video on Neovim then cause I've never used it and have no idea why it's better than vim.
       
 (DIR) Post #A5Gy5ahHCfpwbObuQS by Jayden468238@distrotoot.com
       2021-03-16T16:13:07Z
       
       0 likes, 0 repeats
       
       @derek I've wrote a bash script that searches the specified manpage for the specified words.