RSS: Blog | Wiki | Forum

EasyPopup

From Easyneufenglish

Jump to: navigation, search

Contents

[edit] Easypopup

[edit] Operation

Easypopup is a program which displays popups (one more... see "eggbubbledialog" and Zenity). It allows us to display text files which come from url or from the filesystem.


The compilation and installation of easypopup program is carried out by the "easypopup du buildroot" package. The sources of the program can be found in the tarball easypopup-${version}.tar.gz.

[edit] Use

simon@X31:/tmp/easypopup-0.2.4/src$ ./easypopup --help
Usage : easypopup [OPTIONS]
Version: 0.2.4
        --file    | -f : display file
        --help    | -h : display this (help)
        --release | -r : release popup
        --title   | -t : set popup title
        --url     | -u : display url
        --verbose | -v

  • Displaying a file :
`easypopup -t "Logs Easygate" -f /var/log/messages`
  • Displaying an url :
`easypopup -t "Artichow" -f www.artichow.org/README`
`easypopup -r`

[edit] Known issues

  • The files displayed by easypopup must be encoded in UTF-8.