1
0
mirror of https://github.com/ericchiang/pup synced 2024-11-24 08:58:08 +00:00
Commit Graph

19 Commits

Author SHA1 Message Date
ericchiang
66251a1061 selector is now an interface 2014-09-14 20:34:21 -04:00
Eric Chiang
abd4c986bf Update README.md 2014-09-14 19:25:43 -04:00
ericchiang
3e26ed725f class selector fixed 2014-09-14 19:01:24 -04:00
ericchiang
1aa3770b59 dist removed from history 2014-09-14 16:16:21 -04:00
Eric Chiang
1086c694ca Merge pull request #3 from Habbie/patch-1
Quote possible shell wildcard
2014-09-14 10:17:40 -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
Eric Chiang
c349ad6fa0 Merge pull request #1 from duncanbeevers/patch-1
Typo
2014-09-13 15:28:02 -04: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
ericchiang
292afbc5f0 license added 2014-09-01 13:36:10 -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