1
0
mirror of https://github.com/mgdm/htmlq.git synced 2021-09-14 22:19:11 +03:00

24 Commits

Author SHA1 Message Date
Funami580
8d2300fd78 Fix workflow not adding binary artifacts to release (#15)
* Fix workflow not adding binary artifacts to release

* Workflow: Archive as .zip for Windows

Co-authored-by: Funami580 <Funami580@users.noreply.github.com>
2021-09-12 13:30:27 +01:00
Michael Maclean
014ae255b9 Update README.md 2021-09-11 20:12:26 +01:00
Michael Maclean
5cae41f69b Bump version to 0.2.0 due to default selector change v0.2.0 2021-09-07 19:08:33 +01:00
Chris Dickinson
1f40ebee8e add a binary build github workflow (#7) 2021-09-07 19:03:29 +01:00
Colin Arnott
ea402b2a14 make html not * the default selector (#4)
Currently if you leave off the selector argument the cli breaks. It
would be nice to have a sane default, like print the whole html
document. There are some places where Options are converted into
Strings, implying that * is supposed to be the default selector. This
change realises that implied intention, but decides html, which prints
the whole document, instead of *, which prints every tag recursively, is
a better default.
2021-09-07 19:02:45 +01:00
ols
6f3c358ab8 Add install instructions to README (#9)
* Add install instructions to README

Fixes #8 by adding basic installation instructions until such time
as the project is accepted into package managers.

* Update README.md

Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com>

Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com>
2021-09-07 18:27:37 +01:00
Stuart Langridge
f65f77ce15 Use long options in documentation (#11)
Change the README to use long options, as proposed in issue #10.
2021-09-07 18:26:35 +01:00
Michael Maclean
0cb3b72045 Bump version 2020-02-23 21:30:30 +00:00
Michael Maclean
aea0f26515 Tidy up error handling 2020-02-23 21:28:49 +00:00
Michael Maclean
a32001ca75 Metadata updates 2019-05-20 21:38:56 +01:00
Michael Maclean
2fd765950a Clippy 2019-05-20 10:44:27 +01:00
Michael Maclean
c5eb75728d Update README 2019-05-11 18:10:59 +01:00
Michael Maclean
530a8078c2 Pretty printing 2019-05-11 18:07:38 +01:00
Michael Maclean
e6570e0dec Merge pull request #1 from mgdm/ignore-whitespace
Allow ignoring whitespace-only text nodes
2019-05-10 21:26:55 +01:00
Michael Maclean
83467ebe8b Allow ignoring whitespace-only text nodes 2019-05-10 21:22:00 +01:00
Michael Maclean
a8ebc77519 Move attribute selection into its own function 2019-05-10 19:50:23 +01:00
Michael Maclean
a9541c77b3 Move to a config object 2019-05-10 19:42:30 +01:00
Michael Maclean
9a4e15dbc7 Fix writing to output file 2019-05-10 18:56:50 +01:00
Michael Maclean
fded0510ef Doc updates 2019-05-10 18:46:17 +01:00
Michael Maclean
9166274cba Enable searching for attributes 2019-05-10 18:23:09 +01:00
Michael Maclean
c3dde3d9ae Create LICENSE.md 2019-05-07 22:00:14 +01:00
Michael Maclean
a41dc75c4a Add an example 2019-05-07 21:58:35 +01:00
Michael Maclean
0860f1c8d8 Create README.md 2019-05-07 21:55:54 +01:00
Michael Maclean
52ddb66cf5 Initial commit 2019-05-07 21:54:19 +01:00