mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[GH-ISSUE #89] Error:failed to execute command #27
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#27
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kirk781 on GitHub (Apr 24, 2023).
Original GitHub issue: https://github.com/aome510/hackernews-TUI/issues/89
When opening in article view, it gives the error, failed to execute command:
article_md --format html [url of the article].
Please make sure you have configured the "article_parse_command" option as described in the following link.
The link leads to nowhere. I also can't open articles in the web browsers. Do I need to configure a command line based web browser like Lynx to do that?
I am on the latest version of the app installed via Cargo. The OS is Manjaro [it is capable of installing via Arch repos but cargo gets even earlier updates for Rust applications, hence I chose it over the AUR].
@aome510 commented on GitHub (Apr 24, 2023):
Sorry for the confusion. Recently, I updated the folder name in the repo, so the old link doesn't work now. The new link should be https://github.com/aome510/hackernews-TUI/blob/main/docs/config.md#article-parse-command
I assume you're a Linux user. The default URL open command is
openwhich doesn't work in Linux (context: https://github.com/aome510/hackernews-TUI/issues/87). You can configure it by updating the~/.config/hn-tui.toml. Example config file for your reference: https://github.com/aome510/hackernews-TUI/blob/main/examples/hn-tui.toml#L10@aome510 commented on GitHub (Apr 26, 2023):
The issues with URL open command on Linux and the broken link to
article_parse_commandconfig document should be fixed with the new version0.13.0.