Commit Graph

17 Commits

Author SHA1 Message Date
8a4f518cb9
Fix clang-tidy warnings.
All checks were successful
continuous-integration/drone/push Build is passing
2020-01-27 06:32:28 +01:00
bb5d9cecad
Change namespace of version. 2020-01-27 04:50:33 +01:00
ad676bbc13
Add rofi export. 2019-11-28 09:03:52 +01:00
3fe1e78af4
Add --delete, to delete URIs from the database.
All checks were successful
continuous-integration/drone/push Build is passing
Closes #5.
2019-11-28 00:56:20 +01:00
45668b6c9f
Add export: link.
A plain list of links, separated by newline. Closes #2.
2019-11-27 21:53:48 +01:00
2b9768a5a9
Provide help for specific arguments (--help=option).
All checks were successful
continuous-integration/drone/push Build is passing
2019-10-10 14:36:59 +02:00
2c4fb47f63
Changed namespace-indentation and header order. 2019-09-30 13:23:45 +02:00
f48b07f323
Refactored for better readability.
All checks were successful
continuous-integration/drone/push Build is passing
Ran clang-tidy over the code, took most of the advice.
2019-09-25 03:58:29 +02:00
c484800f6d
Improved short help for --export. 2019-09-23 03:16:58 +02:00
c9b82fd774
Added RSS export.
All checks were successful
continuous-integration/drone/push Build is passing
2019-09-06 00:53:58 +02:00
fdca73532f
Add JSON export. 2019-09-03 17:50:14 +02:00
d946d25a5b
Re-enable --regex. Forgot to add the callback.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-08 10:13:49 +02:00
fafb0c8aa1
Switched from vsqlite++ to POCO.
Some checks failed
continuous-integration/drone/push Build is failing
2019-08-07 19:41:58 +02:00
1b0fd8cd75
Made argument identifiers lowercase.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-06 19:02:22 +02:00
e2eb8a1f41
Removed erroneous newline in --help output.
All checks were successful
continuous-integration/drone/push Build is passing
2019-08-06 18:38:03 +02:00
aedbebc6f6
Moved from popl to Poco for option parsing.
Some checks failed
continuous-integration/drone/push Build is failing
2019-08-06 17:14:32 +02:00
7fb23ee207
Split code into library and cli. 2019-07-26 20:58:24 +02:00