question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Suggestion: provide a man page

See original GitHub issue

I like this tool a lot, but I know I’ll forget the keybinds. Thus, I made a man page for myself and thought I’d share it. rofimoji-manpage.zip

Here’s the command I use to make the man page from the markdown file:

pandoc -s -t man -o <output.1> <input.1.md>

On my system (Ubuntu 18.04), I put my custom man files here: ~/.local/share/man/man1

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
Flurrywindecommented, Dec 4, 2020

Awesome! Glad to be of help, and it helps me too to learn how to add man pages to a setup.py.

1reaction
fdwcommented, Dec 4, 2020

Please have a look 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

man-pages(7) - Linux manual page - man7.org
Sections within a manual page The list below shows conventional or suggested sections. Most manual pages should include at least the highlighted sections....
Read more >
conventions for writing man pages - Linux Documentation
The list below shows conventional or suggested sections. Most manual pages should include at least the highlighted sections. Arrange a new manual page...
Read more >
HOW TO READ MAN PAGES
If unspecified, man will give you the first manpage it finds. The -f option will show you all ... Suggestions of other commands...
Read more >
How to use a man page: Faster than a Google search
I find that man pages offer a lot of good, usable information, especially when I need a command I haven't used recently, and...
Read more >
Best practices to put into a man page - Stack Overflow
Is there a best practices guideline for writing man pages? What should be included in the layout? The standard ones are: NAME SYNOPSIS...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found