Thanks, but i hope you know that there already exist a wild variety of "solutions"
especially
perldebug comes with a variety of unknown goodies, like tab completion, introspection and doc lookup and is backwards compatible.
I once spend time adding patching the debugger to Data::Dump of the evaled line and allowing multiline commands ( talk ... sorry slides are offline ATM)
> It only really implements cd and ls. So you can start the shell and type:
yep, OS independence is nice ... though I'm thinking about reusing Brian's powertools
> The eval which evaluates each line has strict and warnings switched off, so you can use things like barewords. Thus the following also works fine and feels slightly more shell-like:
> cd bin
two problems
- the Shell code should be production ready, thus allowing cut&paste
- as soon as you use a path separator like / barewords would fail (parser sees regex)
my idea is to allow a DWIM typing with barewords and path, but to visually translate to correct syntax
i.e. one types
> cd /home/user
but display and history would automatically shows
> cd '/home/user'
(tab completion needs syntax awareness anyway and it'll be a service for people coming from sh)
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.