Path to this page:
./
www/wiki-tui,
Simple and easy to use Wikipedia TUI
Branch: CURRENT,
Version: 0.6.4,
Package name: wiki-tui-0.6.4,
Maintainer: pinA simple and easy to use Wikipedia Text User Interface.
wiki-tui currently has these features:
-Browse through Wikipedia (Set the language by changing the url in the config)
-Uses webscraping and a custom view to display wikipedia articles in the
terminal
-Use links to open other articles
These features are planned:
-View and interact with more elements of wikipedia articles (like tables,
images, etc.)
-Better error handling
Master sites:
Filesize: 8324.011 KB
Version history: (Expand)
- (2023-02-21) Updated to version: wiki-tui-0.6.4
- (2023-02-12) Updated to version: wiki-tui-0.6.2
- (2023-01-02) Updated to version: wiki-tui-0.6.1
- (2022-11-14) Updated to version: wiki-tui-0.6.0
- (2022-08-02) Updated to version: wiki-tui-0.5.1
- (2022-08-01) Updated to version: wiki-tui-0.5.0
CVS history: (Expand)
2023-02-21 14:22:48 by pin | Files touched by this commit (3) |  |
Log message:
www/wiki-tui: update to 0.6.4
v0.6.4 (Fri Feb 17 2023)
Bug Fixes
- Fix disambiguations not being shown [#160]
- Fix whitespace at the top of some articles [#159]
- Fix no redirect messages being shown [#158]
- Add changelog and use auto for creating releases [#156]
v0.6.3 (Thu Feb 16 2023)
Bug Fixes
- Fix wrong error origin in dialogs [#155]
- Fix incorrect error message formatting when opening links [#154]
- Fix missing whitespace on list items starting with a special character [#153]
- Fix html tags in toc [#152]
- Fix large gaps before and after lists [#151]
|
2023-02-12 20:04:29 by pin | Files touched by this commit (3) |  |
Log message:
www/wiki-tui: update to 0.6.2
What's Changed
Bug Fixes 🐛
- Fix link selection of mulit-line links by @Builditluc in #141
- Fix link selection reset on layout change by @Builditluc in #142
Documentation Changes
- Simplify Readme by @Builditluc in #138
- Improve Contribution Documentation by @Builditluc in #139
Style and Structure Changes
- Update default labels in the issue templates by @Builditluc in #127
- Update label configurations in workflows by @Builditluc in #128
- Create Api Handler by @Builditluc in #147
- Create new parser system by @Builditluc in #149
- Rework backend by @Builditluc in #150
Other Changes
- Add keywords to the cargo manifest by @Builditluc in #145
|
2023-01-01 21:49:41 by pin | Files touched by this commit (4) |  |
Log message:
www/wiki-tui: update to 0.6.1
Bug Fixes
- Fix error when no results are available by @Builditluc in #105
- Fix multiple views not displaying the correct border by @Builditluc in #118
- Fix large release size by @Builditluc in #119
- Fix short articles having a limited size by @Builditluc in #120
- Fix external links not being recognized by @Builditluc in #121
Other Changes
- Bump cursive to 0.20 by @Builditluc in #106
- Change GitHub workflow badge routes by @Builditluc in #107
- Update contributors badge style by @Builditluc in #108
- Update lockfile dependencies by @Builditluc in #122
- Fix spelling error by @Builditluc in #123
|
2022-11-14 15:56:01 by pin | Files touched by this commit (3) |  |
Log message:
www/wiki-tui: update to 0.6.0
What's Changed
Exciting New Features
- Add focus keybindings to the config by @Builditluc in #79
- Better logging messages by @Builditluc in #83
- Create config file if not existent by @Builditluc in #88
- Overhaul the UI by @Builditluc in #81
Bug Fixes
- Fix no article being displayed by @Builditluc in #73
- Disable logging if not enabled in the config by @Builditluc in #91
- Fix crash on non writable directory by @Builditluc in #99
Documentation Changes
- Add toc configuration documentation by @Builditluc in #75
- Change Branch naming by @Builditluc in #76
- Add FreeBSD install instructions by @nunotexbsd in #86
Other Changes
- Add label to exclude PRs from release notes by @Builditluc in #72
- Bump toml dependency to 0.5.9 by @Builditluc in #85
- Fix documentation action by @Builditluc in #101
|
2022-08-02 13:17:11 by pin | Files touched by this commit (2) |  |
Log message:
www/wiki-tui: update to 0.5.1
What's Changed
Exciting New Features
Add toc position setting by @Builditluc in #65
Add more toc settings by @Builditluc in #66
Bug Fixes
Fix toc not having scrollbars by @Builditluc in #64
Fix Word Spacing by @Builditluc in #68
Fix the crash that occurs when no links or headers exist by @Builditluc in #70
|
2022-08-01 10:14:09 by pin | Files touched by this commit (2) |  |
Log message:
www/wiki-tui: update to 0.5.0
Breaking Changes
Move Parser Configuration into a Feature Option by @Builditluc in #63
Exciting New Features
Add option to change the keybindings via configuration by @Builditluc in #38
Add AUR install option by @ThomasFrans in #42
Add a desktop-entry for packaging by @ThomasFrans in #44
Add checksums for the release assets by @Builditluc in #59
Bug Fixes
Fix Header Selection by @Builditluc in #41
Fix Keybinding Crash by @Builditluc in #46
Add missing element after line split by @ThomasFrans in #48
Disable stdout logging for release builds by @ThomasFrans in #47
Fix publish action in the cd workflow by @Builditluc in #60
Fix toc not having scrollbars by @Builditluc in #64
Other Changes
Update Bug Report Issue Template by @Builditluc in #40
Add label requirement to ci workflow by @Builditluc in #52
Add documentation job to ci workflow by @Builditluc in #55
Fix typo in search.rs by @eltociear in #56
Add yashinghcodes/wik project to similar projects by @Builditluc in #58
Increase Stale Days to 365 by @Builditluc in #61
|
2022-05-17 20:35:38 by pin | Files touched by this commit (3) |  |
Log message:
www/wiki-tui: update to 0.4.8
What's Changed
Exciting New Features:
Add an option for selecting a different backend
Bug Fixes
Fix flickering issue with the crossterm and termion backend
Fix the crash that occurred when scrolling during the article loading
|
2022-04-16 17:46:08 by pin | Files touched by this commit (3) |  |
Log message:
www/wiki-tui: update to 0.4.7
v0.4.7
-Fix CD-Workflow by @Builditluc in #28
-Fix build of published Versions on crates.io by @Builditluc in #29
v0.4.6
Breaking Changes
-Rework Branching and CI/CD Pipeline by @Builditluc in #24
Other Changes
-Refactor with clippy and fix Tests by @Builditluc in #25
|