Björn Richter
c7a421d264
Install through Homebrew without URL
...
`pup` is available directly through `brew install pup`.
Homebrew is also available for Linux but using the URL fails in two ways:
1. Homebrew refuses to download the installer:
```txt
$ brew install https://raw.githubusercontent.com/EricChiang/pup/master/pup.rb
Traceback (most recent call last):
`brew extract` or `brew create` and `brew tap-new` to create a formula file in a tap on GitHub instead.: Invalid usage: Non-checksummed download of pup formula file from an arbitrary URL is unsupported! (UsageError)
`brew extract` or `brew create` and `brew tap-new` to create a formula file in a tap on GitHub instead.: Invalid usage: Non-checksummed download of pup formula file from an arbitrary URL is unsupported! (UsageError)
```
2. The Linux binaries are missing from the install script provided by the URL so
even if you first download it manually, the installed binary is not for Linux
2021-06-01 12:06:08 +02:00
Santiago Castro
e5aaefb00a
Fix broken Markdown headings
2017-04-18 01:18:09 -03:00
Neeme Praks
d86d2436c7
fixed some typos
2015-10-01 14:19:43 +03:00
Vítor Galvão
9aed71c4cf
readme.md: corrected homebrew’s name
2015-05-31 20:58:19 +01:00
Eric Chiang
9693b29260
use pup --help for list of flags
2015-04-05 15:26:22 -04:00
Eric Chiang
775989779e
updated readme
2015-02-01 14:21:55 -05:00
Eric Chiang
a07991268b
Allow user to specify charset
2014-12-14 00:00:36 -05:00
ericchiang
6fee0ebe20
link fixed
2014-12-01 09:43:55 -05:00
ericchiang
4705e17343
linux install instructions added
2014-11-23 16:00:01 -05:00
ericchiang
9326703a03
brew formula and readme updated
2014-11-23 15:21:12 -05:00
ericchiang
6e6254521e
updated readme
2014-11-23 15:11:17 -05:00
ericchiang
69d82fdf33
Updated README, version, pup.rb and release.sh
2014-11-10 09:20:25 -05:00
ericchiang
d0ff822037
pup redone
...
Added:
* psuedo classes
:empty
:[first/last/only]-child
:[first/last/only]-of-type
:contains("text")
:nth[-last]-child(n|odd|even|3n+1|n+2)
:nth[-last]-of-type(n|odd|even|3n+2|n+2)
* json{} attr keys moved up a level
* quote enclosed attr selectors
* '+' and '>' intermediate selectors
2014-11-09 22:01:20 -05:00
Eric Chiang
2505d0f4b3
Update README.md
2014-11-02 09:21:04 -05:00
Eric Chiang
f485ee6e2c
talk info removed from README
2014-10-28 11:08:53 -04:00
Eric Chiang
f29a4324d4
Update README.md
2014-10-13 11:58:51 -04:00
ericchiang
acad6bb01c
brew formula added
2014-10-13 11:29:59 -04:00
ericchiang
dfe4a38973
json{} displayer added
2014-10-11 13:06:13 -04:00
Eric Chiang
dd9e318ca4
codementor stuff
2014-10-08 09:39:06 -04:00
ericchiang
4b8fa5624e
changed css link
2014-09-28 21:10:00 -04:00
Eric Chiang
60e8d81125
Merge pull request #20 from claudioc/patch-1
...
Replace w3schools with a better reference
2014-09-28 21:06:31 -04:00
ericchiang
c1e6f93da9
dead links changed and version bumped
2014-09-28 17:43:42 -04:00
Claudio Cicali
3abce3422b
Replace w3schools with a better reference
2014-09-24 17:00:06 +02:00
ericchiang
791366455e
slices cleaned up
2014-09-18 18:28:02 -04:00
Eric Chiang
5c76aeeba9
Update README.md
2014-09-17 21:50:06 -04:00
Eric Chiang
abd4c986bf
Update README.md
2014-09-14 19:25:43 -04:00
ericchiang
1aa3770b59
dist removed from history
2014-09-14 16:16:21 -04:00
Peter van Dijk
ae1a06e8ed
Quote possible shell wildcard
...
Because of this:
```
$ echo a[href*=boxscores]
a[href*=boxscores]
$ touch ah
$ echo a[href*=boxscores]
ah
```
2014-09-14 11:09:11 +02:00
Duncan Beevers
dbcd8d86c5
Typo
2014-09-13 14:25:02 -05:00
Eric Chiang
ccbb4d1495
Update README.md
2014-09-13 14:03:03 -04:00
Eric Chiang
f00f4b450a
Update README.md
2014-09-13 08:56:00 -04:00
ericchiang
fb2219a584
attribute function added
2014-09-02 22:23:02 -04:00
ericchiang
1c07121c07
text function added
2014-09-01 23:58:30 -04:00
Eric Chiang
6915c6abb9
Update README.md
2014-09-01 20:56:02 -04:00
ericchiang
84e54e1430
attribute selectors added
2014-09-01 16:39:26 -04:00
ericchiang
825f458e22
cleaned up code and add comments
2014-09-01 15:07:42 -04:00
ericchiang
957fc30cc1
added colorful printing
2014-09-01 14:23:28 -04:00
Eric Chiang
60b1b5b9a3
Update README.md
2014-09-01 13:29:04 -04:00
ericchiang
1b27120ea8
Initial commit
2014-09-01 12:54:45 -04:00