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.

貢獻者指南