什么脚本语言同时具有 ec2 库和 ec2 库? ncurses api 好用吗?
我正在寻找为elasticfox 编写一个cli 替代品。 使用 python / ruby / bash 或类似的东西会很好。
这是一个副项目,旨在让我们的 Ubuntu 环境变得更有趣,因此尽可能多的抽象 - 我很喜欢它:)。
I'm looking to write a cli replacement for elasticfox.
Would be nice to use python / ruby / bash or something alike.
This is a side project to make our Ubuntu environment a bit more fun, so as much abstraction as possible - I'm loving it :).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
如果您喜欢 Python,这里有:
If you like Python, there's:
您还可以使用 bash 和基于curses 的对话程序,例如whiptail 或dialog。对话框程序还有一个 X 等效程序,Xdialog。
这对于非常简单、快速和肮脏的工作或 POC 工作很有用。
You could also use bash and a curses based dialog program like whiptail or dialog. The dialog program also has an X equivalent, Xdialog.
This can be useful for very simple, quick and dirty, or POC work.
或者使用 Perl。
EC2: https://metacpan.org/pod/Net::Amazon::EC2< /a>
诅咒: http://search.cpan.org/search?query =curses&mode=module(大量具有不同抽象级别的模块)
Or use Perl.
EC2: https://metacpan.org/pod/Net::Amazon::EC2
Curses: http://search.cpan.org/search?query=curses&mode=module (plenty of modules with different grades of abstraction)