Skip to content

AvianFlu/nsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#nsh - A shell in node.js

This is nsh, the node.js shell project. It is super-experimental, but actually kind of works!

Please use with caution.

Also, this project was committed to git from inside of a running session of itself.

Furthermore, I'm writing this readme from inside an nsh session!

SHELLCEPTION

Current Features:

  • Execution via backticks and $()

  • Pipes

  • Arbitrary command execution (args must currently be in quotes)

  • Arbitrary JS execution

    console.log(ifconfig -a);

About

A(n eventually) POSIX-compliant shell in node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published