An open API service indexing awesome lists of open source software.

https://github.com/programmerjake/quick-shell

Bash-compatible shell that JIT compiles commands
https://github.com/programmerjake/quick-shell

autocomplete bash formatting jit parser refactoring shell

Last synced: 4 months ago
JSON representation

Bash-compatible shell that JIT compiles commands

Awesome Lists containing this project

README

          

##Quick Shell

Note: Currently in-progress. Not usable as a shell yet.

A [bash](https://www.gnu.org/software/bash/)-compatible shell that Just-In-Time (JIT) compiles the shell commands.

Intended to be also usable as a library for auto-complete, refactoring, formatting, and general shell script introspection. Inspired by [clang](http://clang.llvm.org/). Licensed under the Apache License.