TLDR
Enter a command. For example: sk, wrk, yank, git delete tag, nix collect garbage.

lynx

 
Command-line web browser. More information: https://lynx.browser.org.
 
  • Visit a website:
     
    lynx {{example.com}}
     
  • Apply restrictions for anonymous account:
     
    lynx -anonymous {{example.com}}
     
  • Turn on mouse support, if available:
     
    lynx -use_mouse {{example.com}}
     
  • Force color mode on, if available:
     
    lynx -color {{example.com}}
     
  • Open a link, using a specific file to read and write cookies:
     
    lynx -cookie_file={{path/to/file}} {{example.com}}
     
  • Navigate forwards and backwards through the links on a page:
     
    Up arrow key, Down arrow key
     
  • Go back to the previously displayed page:
     
    Left arrow key or u
     
  • Exit:
     
    q then y

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.