Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

repl-edit

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

repl-edit

Edit code in the repl using a real text editor

  • 0.9.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 05 Nov 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc