HN user

lain

23 karma
Posts1
Comments7
View on HN

I've found the Bitwarden browser extension has an option to automatically copy the 6 digit code after the username+password autofill. Can't remember if it does it by default though. See:

Settings / Options / Disable Automatic TOTP Copy

With bash, I like to put this in my `.inputrc`, so I can start typing a command, and use the up and down arrow keys to autocomplete:

  "\e[A": history-search-backward
  "\e[B": history-search-forward

I don't think I could disagree more with having `man` at the bottom of the advanced/infrequently-used section. Learning how to read and search through the documentation that comes with the system is a very beneficial thing to learn how to do.