Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Using zsh as a base for Network device CLI
- X-seq: zsh-workers 35035
- From: Vinod KK <nadarji@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Using zsh as a base for Network device CLI
- Date: Tue, 5 May 2015 11:00:43 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=f0kBJJqfiKcgiveCGQjynuFxX4QaOYIqh5M5UMHp2DM=; b=U89VZIu58Nyp+8jJhWuDvLL2rJ25bqDwYfdCg8ZuheRitSAdHDmgjJWPV3hX6qdUe4 C0HM3RdAqqLRfQxdCWHsOe+bvso5RcEWAVxAarp8FHb1U/950bQpJbjde8xUeWFwjptG a1wzv4uoFj4pZo/Fi+Jr1xzb9CPM6nt/oEV3+Tjj9qi1lyYsBdAOchtNLIQbntffvq2o slI9tjeCgQcRpa/xhqpS6CPyAXVprF4stbBUm5zvBQVHz9rJLJ89l47UVvFbZAsYgq5p vnkJnMSkgT9J8bdWpVz0ArxyLDFgkIxv+xrDVSFuHFIck8NaKoNBjStBjHJf1yryk1gL mbqw==
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Hi,
One of my current tasks is to move our device CLI to a standard shell, to
exploit job control, piping and the rest of the good features. I have
decided to use zsh for this purpose, as it seems to be the most extensive
one, functionally.
The main challenges in this is to
1. change the initial builtins to the commands that the device understands
and
2. update completion to use the command syntax of the device.
There is a bit of existing C code that parses the command syntax grammer
that I would like to leverage.
I had 2 questions regarding this:
1. Has something similar been attempted by anybody in this group?
2. What should be my initial design path, so that the solution fits in with
zsh philosophy?
Thanks
Vinod
Messages sorted by:
Reverse Date,
Date,
Thread,
Author