andrewchambers / janetsh

A powerful new shell that uses the janet programming language for both the implementation and repl.
https://janet-shell.org
MIT License
372 stars 13 forks source link

Add `history` builtin command #193

Closed x4lldux closed 5 years ago

x4lldux commented 5 years ago

Dumps the history file with numbered lines.

andrewchambers commented 5 years ago

Closing for now, I think it really needs to use the history api, which will be completely different.