mirror of
https://github.com/aome510/hackernews-TUI.git
synced 2026-04-26 09:25:56 +03:00
[GH-ISSUE #73] Failed to execute the command: 'article_md --format html' #21
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hackernews-TUI#21
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 @ivancernja on GitHub (May 7, 2022).
Original GitHub issue: https://github.com/aome510/hackernews-TUI/issues/73
I am unable to open the article view inside the terminal.
The description tells me to configure the 'article_parse_command' option as described on the link:
https://github.com/aome510/hackernews-TUI/blob/main/config.md#article-parse-command
But that blob doesn't exist.
What am I doing wrong?
@aome510 commented on GitHub (May 7, 2022):
Hi, recently I moved the config doc to another folder. You can use this link instead https://github.com/aome510/hackernews-TUI/blob/main/doc/config.md#article-parse-command
@ivancernja commented on GitHub (May 7, 2022):
That helped, thanks so much!