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
- Host: GitHub
- URL: https://github.com/programmerjake/quick-shell
- Owner: programmerjake
- License: apache-2.0
- Created: 2017-04-30T06:39:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-16T21:58:44.000Z (over 8 years ago)
- Last Synced: 2025-07-29T05:55:26.798Z (6 months ago)
- Topics: autocomplete, bash, formatting, jit, parser, refactoring, shell
- Language: C++
- Size: 87.9 KB
- Stars: 8
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.