meta

what's the meta about say it ditto dot net?

User Tools

Site Tools


terminal:miscbash

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
terminal:miscbash [2025/08/17 16:08] – makemkv workaround no longer needed meloterminal:miscbash [2026/07/11 23:18] (current) melo
Line 2: Line 2:
  
 aliases and stuff aliases and stuff
 +
 +==== paste 2FA QR code image to pass ====
 +
 +<code bash>
 +paste_img | zbarimg -q --raw - | pass otp insert 2fa/$SERVICE_NAME
 +</code>
 +
 +''paste_img'' is a wrapper script for ''xclip'':
 +
 +<code bash>
 +xclip -sel clip -target image/png -o
 +</code>
  
 ==== number files from start ==== ==== number files from start ====
terminal/miscbash.txt · Last modified: by melo

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki