./www/hackernews-tui, Terminal UI to browse Hacker News

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.13.4, Package name: hackernews-tui-0.13.4, Maintainer: pin

hackernews_tui is a Terminal UI to browse Hacker News written in Rust.

The application mainly consists of the following views:
-Story View-Front Page displaying a list of stories in front page of Hacker News
-Comment View` displaying a list of comments in a story
-Story Search View displaying a search bar and a list of stories matching the
search query.


Master sites:

Filesize: 71.271 KB

Version history: (Expand)


CVS history: (Expand)


   2023-10-23 09:48:09 by pin | Files touched by this commit (3) | Package updated
Log message:
www/hackernews-tui: update to 0.13.4

What's Changed

    Add Scoop installation instruction by @rashil2000 in #96
    Add --locked to the cargo installation by @zakwanhisham in #98
    Update Hacker News HTML text parsing logic by @aome510 in #99
   2023-09-04 08:37:46 by pin | Files touched by this commit (3) | Package updated
Log message:
www/hackernews-tui: update to 0.13.3

What's Changed
 - Implement Rust native article view as fallback on failed
   article_parse_command by @0x6b in #94

New Contributors
 - @0x6b made their first contribution in #94
   2023-06-04 22:16:38 by pin | Files touched by this commit (3) | Package updated
Log message:
www/hackernews-tui: update to 0.13.2

What's Changed
 - Add example configuration with dark mode palette in #92
 - Crate updates, and reverting to tracing 0.1.37 because of yanked
   release in #93
   2023-04-27 09:15:05 by pin | Files touched by this commit (3) | Package updated
Log message:
www/hackernews-tui: update to 0.13.1

v0.13.1
 - HOTFIX: remove a reverse effect from the highlighting style in #91

v0.13.0
 - Add cross-platform default value for url_open_command in #88
 - Support opening specific comment view on startup in #90
     - added -i <item_id> cli option to open the application in a specific
     comment view
   2022-10-09 18:05:31 by pin | Files touched by this commit (3) | Package updated
Log message:
www/hackernews-tui: update to 0.11.0

What's Changed
 - Expand story view capabilities in #80

Breaking changes
 - Renamed toggle_sort_by_date command to cycle_sort_mode in
   keymap.story_view_keymap
   2022-08-30 22:40:36 by pin | Files touched by this commit (3) | Package updated
Log message:
www/hackernews-tui: update to 0.10.2

v0.10.2 - What's Changed

    Rewrite CI-CD in #77
    Update dependencies in #76
    Use a "forked" rcdom module in #78

v0.10.1 - What's Changed

    Update dependencies in #68
    Support multiple keybindings to a single command in #70
    Implement different view traits/helpers in #71
    Refactor link handler codes in #72
    Code refactor and cleanup part I in #74
    Code refactor and clean part II in #75

    Breaking changes
    -Modified the list of shortcuts and default shortcuts for each view.
     Please refer to the shorcuts README or the example config file for
     migration to the new version.
   2022-05-23 09:08:34 by pin | Files touched by this commit (1)
Log message:
www/hackernews-tui: add warning about require rust
   2022-01-17 13:28:58 by pin | Files touched by this commit (3) | Package updated
Log message:
www/hackernews-tui: update to 0.9.1

What's Changed:
-Render story text in comment view in #62
-Update dependencies in #63