Skip to content

man wrapper for creating and reading user manuals from markdown files

License

Notifications You must be signed in to change notification settings

pearl-hub/kobol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kobol

Project Status Communication
Build status Join the gitter chat at https://gitter.im/pearl-core/pearl

Table of Contents

Description

  • name: kobol
  • description: man wrapper for creating and reading user manuals from markdown files.
  • author: Filippo Squillace
  • username: fsquillace
  • OS compatibility: linux, osx

Quickstart

  • Create the markdown file mymanual.md in $KOBOL_VARDIR/markdown.

  • To view the content of it as a manual (the manual will be generated just before viewing it):

$ kobol mymanual

Every man options can be used in kobol as well. For instance for searching according to the keyword banana :

$ kobol -K banana mymanual

kobol creates the corresponding manual in $KOBOL_VARDIR/mans directory.

Similarly to man command, to list all available mans you need to run mandb first to generate the cache:

mandb $KOBOL_MANPATH
kobol -k .

For more information on how to search for manuals go here.

Installation

This package needs to be installed via Pearl system.

pearl install kobol

kobol requires the ronn command to be installed:

gem install ronn

Dependencies

The main dependencies are the following:

Troubleshooting

This section has been left blank intentionally. It will be filled up as soon as troubles come in!

About

man wrapper for creating and reading user manuals from markdown files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published