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

exed

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

exed

okay, so I wrote another text editor. this commit is what I have achived in just under two hours. It's also a depject example application!

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
6
-14.29%
Maintainers
1
Weekly downloads
 
Created
Source

exed

okay, so I wrote another text editor. this commit is what I have achived in just under two hours. It's also a depject example application!

It's more about navigating the file system actually, but you can edit and save files, and run commands too.

The design is simple: there is a command bar, and a result panel. Type something into the command bar, then various handlers test if they understand what you wrote. So far, I have handlers for:

  • directories (it shows the files in that directory)
  • files (opens the file in a text editor, which I am using right now to edit this file, ctrl-s to save)
  • bash if it wasn't a file or a directory, try to run it as a bash command, streaming the output into the terminal.

hiting esc takes you back to the command bar, and hitting enter in the command bar takes you to the result panel, (unless the result panel is not focusable, it leaves you in the command bar)

License

MIT

FAQs

Package last updated on 27 Mar 2017

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