没有任何数据可供显示
开源项目社区 | 当前位置 : |
|
www.trustie.net/open_source_projects | 主页 > 开源项目社区 > cli-calc |
cli-calc
|
0 | 0 | 8 |
贡献者 | 讨论 | 代码提交 |
概述
Cli-Calc is yet another command-line screen scraper for the Google Calculator, this time written in Ruby for variety's sake.
You can pass it an argument to evaluate or invoke it with no arguments and enter an interactive mode that's sort of like bc. In interactive mode, the script will evaluate the expression each time you press Return and assign the results to a variable that you can use later. You can name the variables yourself if you'd like, as well as save and restore sets of variables from a file.
It respects the http_proxy environment variable, so you can use it at work. Also, if you have the Ruby bindings for GNU Readline installed, you get command editing, history, and autocompletion.
You can download the latest version here.
创建时间:2014-05-06 21:59