Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/frioux/hq.dkr
https://github.com/frioux/hq.dkr
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/frioux/hq.dkr
- Owner: frioux
- Created: 2017-12-08T04:14:06.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2020-06-13T18:06:50.000Z (over 4 years ago)
- Last Synced: 2024-10-22T12:00:30.623Z (2 months ago)
- Size: 1000 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `hq` Container
## Usage
```
curl -sL frew.co | docker run -i --rm frew/hq '//head/title/text()'
```### Description
[`hq`](https://github.com/rbwinslow/hq) is a commandline tool built in the
spirit of [`jq`](https://stedolan.github.io/jq/) but for HTML. Use this
container if you don't like having to deal with pip and whatnot.There are no volumes or environment variables expected. While the `-f` `hq`
flag is unsupportable without a volume, you can just implement that with `<`,
which is fewer characters and simpler anyway.