Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/spacebabies/www.explizit.org
- Owner: spacebabies
- License: gpl-3.0
- Created: 2017-07-28T19:15:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-18T06:33:41.000Z (almost 5 years ago)
- Last Synced: 2023-09-10T23:50:20.009Z (over 1 year ago)
- Topics: mod, music, s3m, scene, tracker
- Language: HTML
- Homepage: https://www.explizit.org/
- Size: 122 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/*
```