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

31 Commits

Author SHA1 Message Date
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
ericchiang
28e83994dd slice selector added 2014-09-17 21:44:04 -04:00
ericchiang
548f9480f4 selector interface simplified 2014-09-17 20:32:49 -04:00
ericchiang
9f9ed735dc verion bump for charset interpreter 2014-09-16 14:20:52 -04:00
Eric Chiang
96b2c17c6a Merge pull request #11 from mattn/charset
Use charset.NewReader()
2014-09-16 14:18:49 -04:00
mattn
c1de9b1922 Use charset.NewReader() 2014-09-17 02:11:16 +09:00
ericchiang
10f5586835 version bumped for windows patch 2014-09-15 21:49:23 -04:00
Eric Chiang
d0b9bf4bb1 Merge pull request #9 from mattn/windows
Support windows
2014-09-15 21:48:15 -04:00
mattn
6bdab12d52 Support windows 2014-09-16 10:16:50 +09:00
Eric Chiang
af61952d1c Merge pull request #7 from EricChiang/dev
Dev
2014-09-14 22:21:38 -04:00
ericchiang
8f8d21ab92 tests added 2014-09-14 22:20:05 -04:00
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