Skip to content

Instantly share code, notes, and snippets.

@lessavin
Last active November 11, 2025 22:51
Show Gist options
  • Select an option

  • Save lessavin/26d97bd7adc49c5ba22bcf002a4927ea to your computer and use it in GitHub Desktop.

Select an option

Save lessavin/26d97bd7adc49c5ba22bcf002a4927ea to your computer and use it in GitHub Desktop.
ZX2C4's password manager TSV exporter.
#!/bin/sh
# pass2tsv.sh
# ZX2C4's password manager TSV exporter.
pass grep --color=none . | sed -z -e 's/\x1b\[[0-9;]*m//g' -e 's/:\n/\t/g' | sort
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment