Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/spacebabies/www.explizit.org

Explizit song archive
https://github.com/spacebabies/www.explizit.org

mod music s3m scene tracker

Last synced: about 1 month ago
JSON representation

Explizit song archive

Awesome Lists containing this project

README

        

# www.explizit.org
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/*
```