> > I requested them some time ago, but no comments form RT back at that
> time
> > .... name completion is cool, but what you describe is a must to feel
> like
> > using real shell :-)
> >
> > -pekr-
>
> Another one which would be _really_ useful to have: %history.r
>
> Could be installed by default next to %user.r which could store the params
> for history.r
>
> /size /refresh etc..
>
> Could be a boost for learning, playing, debugging and also really handy
> for
> remote maintenance tasks.
>
> Could be loaded in interesting ways to create online tutorials for
> Rebol/Core Rebol/Command
>
> And then extended to allow Rebol/View to load 'history' files also.
> To help consistency, perhaps the header could be simailr to Index
>
> REBOL [Title: "History for Lesson 1" Type: 'history]
>
> Presumably all this could be implented now in some manner and then roll
> into
> REBOL 3++ when it has sufficient community validation...
>
> $0.02
> - jason
>
>
The history of your commands is in system/console/history.
So
save/header %myhistory.r system/console/history [Title: {My Own History}
Type: 'history]
is up to you already.
If i remember right, there was even at least one script working with the
history some time ago on rebol.org, but I do not remember the name.
AR
--
GMX - Die Kommunikationsplattform im Internet.
http://www.gmx.net
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.