Skip to content
Compare
Choose a tag to compare
@alphapapa alphapapa released this 04 Sep 05:40
· 3 commits to master since this release
0.3

Additions

  • Use completing-read for selecting tags. (Thanks to Aaron Zeng.)
  • Command pocket-reader-add-link also checks the clipboard for a link to add.
  • pocket-reader-tag-search (bound to ts) completion now supports the _untagged_ pseudo-tag, which lists items that have no tags. (Thanks to Aaron Zeng.)
  • Command pocket-reader-elfeed-search-add-link also marks links as read in Elfeed. (#27, #29. Thanks to Davide Masserut.)

Changes

  • Use current-kill instead of gui-get-selection. (#44. Thanks to Aaron Zeng.)
  • Parse queries with peg library.

Fixes