Skip to content

Instantly share code, notes, and snippets.

@aacero
Created December 7, 2022 03:54
Show Gist options
  • Save aacero/7698052d65212114bc1517e2ace2b289 to your computer and use it in GitHub Desktop.
Save aacero/7698052d65212114bc1517e2ace2b289 to your computer and use it in GitHub Desktop.
Convert OneTab's export format to a "close-enough" MD format that buku can import
sed -e 's/ | /|/' OneTab |awk -F\| '{print "- ["$2"]("$1")"}' > onetab.md
buku -i onetab.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment