Re: [sqlite] Clear sqlite3 terminal enhancement

2019-03-30 Thread Luuk


On 28-3-2019 14:42, Dominique Devienne wrote:

On Thu, Mar 28, 2019 at 1:16 PM Clemens Ladisch  wrote:


Jeffrey Walton wrote:

When working in the Linux terminal we can clear the scrollback with
the 'clear' command; and we can delete all history and scrollback with
the 'reset' command. I am not able to do the same within the sqlite3
terminal.

Those are programs run from the shell.  So you can use ".shell clear" or
".shell reset".


Nice trick, thanks for sharing. `.shell cls` on Windows worked for me. --DD



The 'reset' option is even shorter on Windows.

Try ALT+F7

;)


___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Clear sqlite3 terminal enhancement

2019-03-28 Thread Dominique Devienne
On Thu, Mar 28, 2019 at 1:16 PM Clemens Ladisch  wrote:

> Jeffrey Walton wrote:
> > When working in the Linux terminal we can clear the scrollback with
> > the 'clear' command; and we can delete all history and scrollback with
> > the 'reset' command. I am not able to do the same within the sqlite3
> > terminal.
>
> Those are programs run from the shell.  So you can use ".shell clear" or
> ".shell reset".
>

Nice trick, thanks for sharing. `.shell cls` on Windows worked for me. --DD
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Clear sqlite3 terminal enhancement

2019-03-28 Thread Clemens Ladisch
Jeffrey Walton wrote:
> When working in the Linux terminal we can clear the scrollback with
> the 'clear' command; and we can delete all history and scrollback with
> the 'reset' command. I am not able to do the same within the sqlite3
> terminal.

Those are programs run from the shell.  So you can use ".shell clear" or
".shell reset".


Regards,
Clemens
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] Clear sqlite3 terminal enhancement

2019-03-28 Thread Jeffrey Walton
Hi,

When working in the Linux terminal we can clear the scrollback with
the 'clear' command; and we can delete all history and scrollback with
the 'reset' command. I am not able to do the same within the sqlite3
terminal.

I'd like to request a '.clear' command and a '.reset' command to do
the same in the sqlite3 terminal. They should perform the same actions
that are performed in a typical shell.

Jeff
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users