Live data from Hacker News

Show HN: Frogmouth – A Markdown browser for the terminal

github.com

1–10 of 71 posts

Show HN: Frogmouth – A Markdown browser for the terminal

#1
Hi HN,

Frogmouth is a TUI to display Markdown files. It does a passable job of displaying Markdown, with code blocks and tables. No image support as yet.

It's very browser like, with navigation stack, history, and bookmarks. Works with both the mouse and keyboard.

There are shortcuts for viewing README.md files and other Markdown on GitHub and GitLab.

License is MIT.

Let me know what you think...

Show HN: Frogmouth – A Markdown browser for the terminal
github.com

Re: Show HN: Frogmouth – A Markdown browser for the terminal

#3

Looks nice ! Can't install right now, does it have vim keybindings ?

I did add some vim-friendly bindings for switching the navigation panes on the left, but thinking about it not for the main viewer. Feels like an oversight now, good call. I’ll add that to the todo list.

Re: Show HN: Frogmouth – A Markdown browser for the terminal

#5

I'm a big fan of the Markdown Preview feature in VS Code Honest question: why do developers insist so much on using command line based tools? What's the advantage over using an IDE? (e.g. VS Code or PyCharm)

Speed, consistency, customization.

Re: Show HN: Frogmouth – A Markdown browser for the terminal

#6
post #5

I'm a big fan of the Markdown Preview feature in VS Code Honest question: why do developers insist so much on using command line based tools? What's the advantage over using an IDE? (e.g. VS Code or PyCharm)

Speed, consistency, customization.

Reusability is another factor for me. Often used solutions are converted to aliases, functions, shell scripts, etc.

Re: Show HN: Frogmouth – A Markdown browser for the terminal

#7
post #5

I'm a big fan of the Markdown Preview feature in VS Code Honest question: why do developers insist so much on using command line based tools? What's the advantage over using an IDE? (e.g. VS Code or PyCharm)

Speed, consistency, customization.

I get all three of those w/ my VS Code setup...could you explain in more detail?

Re: Show HN: Frogmouth – A Markdown browser for the terminal

#8

I'm a big fan of the Markdown Preview feature in VS Code Honest question: why do developers insist so much on using command line based tools? What's the advantage over using an IDE? (e.g. VS Code or PyCharm)

> Honest question: why do developers insist so much on using command line based tools? What's the advantage over using an IDE? (e.g. VS Code or PyCharm)

Unix is an IDE. CLI (and GUI) tools are the plugins.

Re: Show HN: Frogmouth – A Markdown browser for the terminal

#9

I'm a big fan of the Markdown Preview feature in VS Code Honest question: why do developers insist so much on using command line based tools? What's the advantage over using an IDE? (e.g. VS Code or PyCharm)

Reasons vary by tool, but some include: Speed, composability (see the "Rule of Composition" from the Unix philosophy), and the ability to be run in a remote terminal
Post reply on HN