victorb/trymodule

Save/Restore session

开放

#11 创建于 2016年3月21日

 (1 条评论) (0 个反应) (0 位负责人)JavaScript (31 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (1,133 个星标)
PR 合并指标
 (30 天内没有已合并 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.

贡献者指南