https://github.com/commenthol/yakbaktape
Read yakbak tape files
https://github.com/commenthol/yakbaktape
Last synced: 15 days ago
JSON representation
Read yakbak tape files
- Host: GitHub
- URL: https://github.com/commenthol/yakbaktape
- Owner: commenthol
- License: unlicense
- Created: 2018-05-02T18:45:37.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T03:52:59.000Z (about 8 years ago)
- Last Synced: 2026-03-20T00:50:58.314Z (3 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# yakbaktape
> Read yakbak tape files
Small CLI utility to (humanly) read tape files recorded with [yakbak][].
## Install
npm i -g yakbaktape
## Usage
Single file
yakbaktape tapes/4edfe52cf41a6a64e96946c4d2de3038.js
Grep through multiple files
find tapes/ -type f | xargs yakbaktape | grep body
## Output
```
-------- filename --------
test/tapes/4edfe52cf41a6a64e96946c4d2de3038.js
-------- statusCode --------
statusCode: 200
-------- headers --------
{ date: 'Wed, 02 May 2018 17:01:20 GMT',
'content-type': 'application/javascript;',
...
-------- body --------
...
```
## License
Unlicense https://unlicense.org
## References
- [yakbak][]
[yakbak]: https://npmjs.com/package/yakbak