0.9.4 • Published 14 years ago

repl-edit v0.9.4

Weekly downloads
5
License
-
Repository
github
Last release
14 years ago

I'M NOT DEAD, I'M JUST RESTING

Beautiful plumage. But this project no longer functions and some of the functionality here has been implemented in Node proper via .load and .save in the REPL. I will no longer maintain it (poorly and infrequently).

If you want to contribute a .edit command to Node that would be pretty snazzy. Now that the REPL sucks less it's less pressing though. You can paste in some code the REPL doesn't understand, or broken syntax, and then Ctrl-C your way out of it.

repl-edit

Use your text editor to edit commands in Node's repl.

(tip o' the hat to Giles Bowkett for inspiration)

Installation

npm install repl-edit

Usage

Typically you just type require('repl-edit') in node's repl and it will extend it with new commands, just like .break and .clear that come with node.

(You can also fire up a repl with editing capabilities by running node-repl-edit in your shell)

Commands

.edit

The first time you run .edit your editor is opened containing the last statement you entered. Type away and then save and close the file when you're done. The code will be loaded and executed immediately. When you subsequently run .edit your editor is opened and contains whatever you left there.

Your editor is determined by the VISUAL and EDITOR environment variables, in that order. You can also change the editor for a single edit by doing something like .edit vim.

.run

.run runs the most recent command you've edited.

.editor

.editor mate -w changes your editor to TextMate for this session, by setting the environment variable VISUAL.

.stash

.stash /path/to/a/file saves your command to the named file.

.unstash

.unstash /path/to/a/file restores the contents of that file for you to run and/or edit.

License

Copyright 2010 - 2011 Sami Samhuri sami@samhuri.net

MIT license, see the included LICENSE

0.9.4

14 years ago

0.9.3

14 years ago

0.9.2

14 years ago

0.9.1

14 years ago

0.9.0

14 years ago

0.0.3

14 years ago

0.0.2

14 years ago

0.0.1

14 years ago