spacebabies / www.explizit.org

Explizit song archive

Home Page:https://www.explizit.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Explizit song archive

ANSI ART today

Covert the beautiful ANSI art:

iconv -f CP438 -t utf8 < FILE_ID.DIZ

Produce the second panel's output with GNU find:

LC_ALL='en' \
  find $XPLPATH -type f \
    -printf '%f/%s/%s/%Te %TB %TY %TH:%TM:%.2TS %TZ/%TFT%TF%Tz\n' \
  | LC_ALL='en' numfmt -d/ --field=2 --to=iec \
  | column -t -s/

Print file checksums:

sha256sum --tag /some/folder/*

About

Explizit song archive

https://www.explizit.org/

License:GNU General Public License v3.0


Languages

Language:HTML 99.1%Language:JavaScript 0.6%Language:CSS 0.4%