Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Add a bunch of stuff to the TODO file
- Loading branch information
Showing
1 changed file
with
9 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,21 @@ | ||
| Features | ||
| -------------------- | ||
|
|
||
| * Hook into STD.pm or something similar so the user can do something like | ||
| C<grok '[*]'> or C<grok -s '[*]'> to find out about syntax | ||
| * Look at proto and other installation software for Perl 6 and see if we can | ||
| find a way to look up module files, for C<grok Pod::Parser>, etc | ||
| * Add switch to display the raw pod output. perldoc uses -u (unformatted) | ||
| * Add -m switch to display module's file in its entirety like perldoc | ||
| * Think about i18n, add -L for lang code like perldoc | ||
| * Borrow the S32 function lookup feature (grok -f FUNCTION) from | ||
| * Maybe use Pod::Man to allow --format=man | ||
| * Start porting/bundling third-party docs | ||
| * Borrow the S32 function lookup feature (C<grok -f FUNCTION>) from | ||
| Padre::Plugin::Perl6 | ||
|
|
||
|
|
||
| Perl6::Perldoc-related | ||
| -------------------- | ||
| * Figure out how to wrap lines to $COLUMNS | ||
| * Maybe write an nroff renderer | ||
| * Maybe write an nroff renderer (for --format=man) | ||
| * Modify Perl6::Perldoc::To::Ansi to use the same coloring as Pod::Text::Color |