Socket
Socket
Sign inDemoInstall

edion

Package Overview
Dependencies
15
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    edion

Edion is a text editor for the Terminal, tested and working on Windows and Linux.


Version published
Maintainers
1
Created

Readme

Source

Edion CLI editor

Edion is a text editor for the Terminal, tested and working on Windows and Linux.

It has a couple programming langages with Syntax highlighting, and more will be added over time.

Install CLI

npm install -g edion

Use using npx

npx edion <path>

Usage

Open any text file with the command

edi <path>

See the list of supported extensions with Syntax highlighting

edi --langs

Force a language to use for syntax highlighting, regardless of the path's extension.

edi <path> --lang=<extension>

Supported Syntax Highlighting

json       | JSON (JavaScript Object Notation)
ts         | TypeScript
js         | JavaScript
cs         | C#
c          | C
cc/cpp/ino | C++
sh         | Shell Script / Bash
lua        | LUA
py         | Python
ini/inf    | INI
html/htm   | HTML (HyperText Markdown Language)
php        | PHP (Php Hypertext Preprocessor)

FAQs

Last updated on 25 Mar 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc