Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option to open info manuals #8

Closed
kaushalmodi opened this issue Apr 27, 2017 · 1 comment
Closed

Add option to open info manuals #8

kaushalmodi opened this issue Apr 27, 2017 · 1 comment

Comments

@kaushalmodi
Copy link
Owner

Idea is to have an option like --info.

So if one does eless --info emacs, it opens the Emacs Info Manual in eless. The argument after --info could be any Info manual available on the system.

Eventually should be able to alias info to eless --info.

kaushalmodi added a commit that referenced this issue May 2, 2017
Example:

        info emacs | eless

This solves #8. But unlike thought in
that thread, `--info` option will not be needed.

After this tcsh alias:

      alias info '\info \!* | eless'

, running "info emacs" opens that Info manual in eless.
@kaushalmodi
Copy link
Owner Author

The --info option won't be needed eventually. The Info mode setting is done automatically when the user does info emacs | eless.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant