jupyterlite / cockle

In-browser bash-like shell implemented in TypeScript.
BSD 3-Clause "New" or "Revised" License
3 stars 2 forks source link

History maxSize and ignore duplicates and leading whitespace #20

Closed ianthomas23 closed 3 months ago

ianthomas23 commented 3 months ago

Added more to shell history:

  1. Programmatically set maxSize (will probably be env var eventually).
  2. Ignore duplicate commands.
  3. Ignore commands with leading whitespace.

And more comprehensive testing.