danielgtaylor / danielgtaylor/nesh
Want to use nesh for interactive shell program
- Dominant language
- CoffeeScript
- Stars
- 284
- Forks
- 23
- PR merge metrics
- No merged PRs in 30d
Description
I would like to use nesh, embedded as core to an interactive shell app. Similar to node, but instead of evaluating javascript commands, the input commands would be custom commands that would invoke some operation.
for example:
./myprog
> run sql 'select avg(x) from table1'
> 33
Could you provide skeleton prototype or point me in the right direction. Thanks.
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue requests a skeleton prototype or guidance for embedding nesh as the core of an interactive shell application. Begin by reviewing nesh's public interface and command-evaluation flow; done would mean demonstrating a custom command such as `run sql 'select avg(x) from table1'` and returning its result.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- coffeescript, node.js
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100