Skip to content

Commit

Permalink
.af += base64
Browse files Browse the repository at this point in the history
  • Loading branch information
awdeorio committed Sep 7, 2023
1 parent a46000d commit eb5161a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .always_forget.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1109,6 +1109,9 @@ recode UTF8..ASCII FILE # convert UTF8 to ASCII
recode ../CR-LF FILE # Convert newlines from Unix to DOS
recode ../Base64 FILE # Convert to base64
recode utf8/Base64..ASCII FILE # Convert uft8/base64 to ASCII
base64 --decode
base64 --decode --ignore-garbage

fromdos # convert line endings to UNIX
dos2unix # convert line endings to UNIX (old)
pandoc -t gfm X.html -o X.md # HTML to GitHub flavored markdown
Expand Down

0 comments on commit eb5161a

Please sign in to comment.