New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

ne

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ne

Neon (a.k.a. 'Ne') is a stand-alone AND embeddable terminal-based text editor.

latest
Source
npmnpm
Version
0.2.2
Version published
Weekly downloads
34
126.67%
Maintainers
1
Weekly downloads
 
Created
Source

Neon (a.k.a 'Ne')

Neon is a terminal-based text editor, build on top of Terminal Kit. It's a stand-alone CLI app AND also a Terminal Kit's widget you can embed in your own app.

It's still a bit alpha, so save your files frequently, and it's not well optimized yet, but it's optimizable, and it will be done in the future, once all major features have been implemented.

If you want to embed it in a Terminal Kit app, you may require the Terminal Kit widget located at ne/lib/TextEditor.js or at ne/lib/EditorTextBox.js.

Major features:

  • Mouse support! for selecting, pasting, moving the cursor, mouse wheel scrolling. The mouse is even supported in the Linux console if you have GPM installed.
  • Syntax hilighting for Javascript, XML, HTML, CSS and Vue.js (rough support at the moment, but Javascript is OK)
  • Drop-down menu that can be navigated with the mouse or the keyboard
  • Auto-indent
  • Undo-redo
  • Selection: start, end, expand, select with the mouse, move, copy to clipboard
  • Search and replace with fixed string AND Javascript regexp (also the replace string accepts things like $1, etc)
  • Store multiple cursor (location) and cycle to them
  • Math/Javascript inline interpreter
  • ... and more...

Keywords

embeddable

FAQs

Package last updated on 24 Sep 2022

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