Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add a bunch of stuff to the TODO file
  • Loading branch information
hinrik committed Jul 1, 2009
1 parent 1259af1 commit 8227fcc
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions TODO
@@ -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

0 comments on commit 8227fcc

Please sign in to comment.