victorb/trymodule

Save/Restore session

Open

#11 建立於 2016年3月21日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)JavaScript (31 fork)github user discovery
enhancementhelp wanted

倉庫指標

Star
 (1,133 star)
PR 合併指標
 (PR 指標待抓取)

描述

Something that would be useful to have is a save/restore functionality, where previous entered code and state can be restored in a future session.

  1. User enters trymodule lodash and repl opens with lodash installed
  2. User enters var something = lodash.repeat('WIN', 5)
  3. User enters save()
  4. User closes repl and opens it again with trymodule colors
  5. User enters restore()

And now something and lodash is available in the repl again.

貢獻者指南