Dotfiles, utilities, and other apparatus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
515 B

  1. #!/bin/sh
  2. cat <<DOC
  3. Cheatsheets: ls ~/code/bpb-kit/home/cheatsheets
  4. Example code: ls ~/code/bpb-kit/home/fragments
  5. Keys:
  6. Ctrl-r - complete from hist
  7. Alt-c - complete chdir
  8. Ctrl-t - complete filename
  9. Alt-← / ↑ - back / up a dir
  10. Utils: Network & System:
  11. glances - monitoring ip addr show
  12. evince - read pdfs cat /etc/os-release
  13. weather - gov't weather data ss -tlnp
  14. eog - image viewer lsof -i
  15. DOC