Project

eft

0.0
No commit activity in last 3 years
No release in over 3 years
Eft is a ruby dsl that wraps whiptail to display dialog boxes.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies

Development

>= 0

Runtime

 Project Readme

[]: {{{1

File        : README.md
Maintainer  : Felix C. Stegerman <flx@obfusk.net>
Date        : 2014-02-20

Copyright   : Copyright (C) 2014  Felix C. Stegerman
Version     : v0.4.2

[]: }}}1

Gem Version

Description

[]: {{{1

eft - ruby + whiptail

Eft is a ruby dsl that wraps whiptail [1] to display dialog boxes; see example.rb for examples.

Eft.ask('What is your name?') do |q|
  q.on_ok { |name| puts "Hello, #{name}!" }
end

[]: }}}1

Specs & Docs

$ rake spec   # TODO
$ rake docs

TODO

  • specs! (how to automate tests of whiptail? - I don't know!)
  • --noitem?
  • choose between whiptail and dialog?
  • extend w/ dialog's other dialogs?
  • remove dependency on obfusk-util?

License

LGPLv3+ [2].

References

[1] Newt (and whiptail) --- http://en.wikipedia.org/wiki/Newt_(programming_library)

[2] GNU Lesser General Public License, version 3 --- http://www.gnu.org/licenses/lgpl-3.0.html

[]: ! ( vim: set tw=70 sw=2 sts=2 et fdm=marker : )