Commit Graph

104 Commits

Author SHA1 Message Date
tastytea c7f35db5d9
Added tests for the URI class.
continuous-integration/drone/push Build is passing Details
2019-05-17 03:00:47 +02:00
tastytea 15af9633bf
Fixed off-by-one bug in remove_html_tags(). 2019-05-17 03:00:07 +02:00
tastytea a3eb01ff2e
Fixed time-matching in tests.
continuous-integration/drone/push Build is passing Details
Because remwharead converts time_points to local time, the string is
different depending on the timezone you are in.
2019-05-17 02:17:28 +02:00
tastytea a64c4862b9
Added debug output to CSV test.
continuous-integration/drone/push Build is failing Details
To figure out why the test fails in the CI.
2019-05-17 02:09:30 +02:00
tastytea 3968aaecd2
Removed debug output from adoc-test. 2019-05-17 02:04:26 +02:00
tastytea 607bc7ec5d
Make tests in CI verbose.
continuous-integration/drone/push Build is failing Details
2019-05-17 01:58:28 +02:00
tastytea 835ef81620
Added tests for CSV export.
continuous-integration/drone/push Build is failing Details
2019-05-17 01:50:31 +02:00
tastytea a08d305ab6
Adding tests for AsciiDoc export. 2019-05-17 01:42:49 +02:00
tastytea 129546d263
Run tests with every compiler. 2019-05-17 01:00:41 +02:00
tastytea 7717a8850e
Grouped expression to make catch-1.2 happy.
continuous-integration/drone/push Build is passing Details
2019-05-17 00:40:55 +02:00
tastytea 55cec75654
Re-ordered drone recipe. 2019-05-17 00:39:09 +02:00
tastytea 3f3964973a
Fixed array initialisation for gcc-5.
continuous-integration/drone/push Build is failing Details
2019-05-17 00:30:03 +02:00
tastytea f65f4b5fca
Install boost libraries in CI.
continuous-integration/drone/push Build is failing Details
2019-05-17 00:22:16 +02:00
tastytea ff07e07120
Added CI.
continuous-integration/drone/push Build is failing Details
2019-05-17 00:04:58 +02:00
tastytea d4314c3f1c
Changed short option for --span from -s to -S. 2019-05-17 00:04:24 +02:00
tastytea 49c89a0340
Looked over the documentation. 2019-05-16 13:19:29 +02:00
tastytea 0cf8c65c40
Removed --sort. 2019-05-16 12:55:54 +02:00
tastytea e65fb77722
Cosmetic changes. 2019-05-16 12:53:32 +02:00
tastytea 81f7feb044
List things by tag. 2019-05-16 12:39:22 +02:00
tastytea 1c5927666d
Fixed segfault with pages on https://freitag.de/. 2019-05-16 12:03:09 +02:00
tastytea a3259626ff
Added AsciiDoc support. 2019-05-16 09:41:20 +02:00
tastytea 914d22569f
Renamed URL to URI. 2019-05-16 08:37:38 +02:00
tastytea 98743148f9
Explain --span better. 2019-05-16 07:54:56 +02:00
tastytea 3e4ee6985f
Sort newest to oldest. 2019-05-16 07:54:24 +02:00
tastytea 563690dba9
Only attempt to archive URL if it begins with http. 2019-05-16 07:53:28 +02:00
tastytea bb9cff2992
Made CSV expoer RFC 4180 compliant. 2019-05-16 03:56:17 +02:00
tastytea dfc382b92c
CSV: Enclose everything in "". 2019-05-16 00:52:05 +02:00
tastytea d95a9a1255
Print only 1 CSV header. 2019-05-16 00:45:06 +02:00
tastytea 1c336bba29
There was 1 / too many. 2019-05-16 00:41:06 +02:00
tastytea f5e3e6af49
CSV header. 2019-05-16 00:33:28 +02:00
tastytea b6dffa9c7b
Filter by time-span in export. 2019-05-16 00:26:48 +02:00
tastytea 2c27a352a2
Export as CSV to stdout. 2019-05-16 00:13:26 +02:00
tastytea df69efbbb7
Print function name in error messages. 2019-05-16 00:04:49 +02:00
tastytea c17b7e89f1
Allow conversion from/to SQLite datetime. 2019-05-16 00:03:57 +02:00
tastytea f636215b8d
Aliased system_clock::time_point to time_point. 2019-05-15 22:41:48 +02:00
tastytea 91ab718099
Put global types in types.hpp. 2019-05-15 22:40:02 +02:00
tastytea cc912b8a36
Archive URLs. 2019-05-15 22:24:11 +02:00
tastytea 1c39c8ac86
Fetch page, extract title, description and full text. 2019-05-15 07:04:12 +02:00
tastytea a1e3c57da2
Storing URL & time & tags in the database works. 2019-05-14 22:57:51 +02:00
tastytea b7332de342
Added --sort. 2019-05-14 22:56:58 +02:00
tastytea 8ec8a1a558
Moved time functions into own files. 2019-05-14 22:13:58 +02:00
tastytea 76548146c0
Added rudimentary SQLite support. 2019-05-14 20:45:48 +02:00
tastytea 8da0ad07f0
Added license. 2019-05-13 03:49:32 +02:00
tastytea b336af35eb
Changed highlight language to zsh. 2019-05-13 03:47:46 +02:00
tastytea 495f54a971
Added unusability-note. 2019-05-13 02:43:27 +02:00
tastytea bf135b28b6
Added url to options. 2019-05-13 02:33:43 +02:00
tastytea 6c7a4d6685
Enhanced help message. 2019-05-13 02:33:05 +02:00
tastytea fbf3f484eb
Typographical errors, s/=/ /. 2019-05-13 02:30:03 +02:00
tastytea e716a74501
Added tests for string_to_timepoint and parse_options: -h/-V/-t. 2019-05-12 21:40:26 +02:00
tastytea 124ce0e280
Prepared cmake recipe. 2019-05-12 21:39:01 +02:00