Skip to content

Latest commit

 

History

History
94 lines (70 loc) · 2.76 KB

README.org

File metadata and controls

94 lines (70 loc) · 2.76 KB

batti

Load-shedding information written in bash. It downloads and extract schedule form nea as and processes your query.

https://raw.github.com/foss-np/batti/gh-pages/images/screenshot.png

http://i.creativecommons.org/l/by/3.0/88x31.png

batti Copyright © 2015 to the batti authors.

Setting up

Dependencies

  • poppler-utils for pdftotext
  • GNU sed, for Win/OSX (not BSD sed)
  • wget

configure will check the dependencies

Install

$ git clone https://github.com/foss-np/batti
$ cd batti
$ ./configure
$ sudo make install
TIP:     see make recipies
Optional Dependencies

HOW-TO USE

$ batti -h
Usage:  batti [OPTIONS] [GROUP_NO]
        -a | --all      Show All [force]
        -g | --group    Group number 1-7
        -t | --today    Show today's schedule [uses with group no]
        -w | --week     Show week's schedule
        -u | --update   Check for update [ignores extra options]
        -x | --xml      Dump to xml
        -c | --credits	Display the Credits
        -h | --help     Display this message

Plugin & Extension

This plugin makes use of conky only. You can enable this plugin via

$ cd /path/to/batti/
$ ./conky_independent.sh -g 7 -m 1

To add plugin to conky-forever after installation run do the following.

$ echo "_conky_forever=/path/to/conky-forever" >> path.config
$ ./conky_plugin.sh [GROUP_NO]

android

Yes, android is linux and supports bash.

NOTE:    we got frustrated from so call that app…

apk can be found [][play.google] or from [github.com/foss-np/releases/][here]

For building apk you will install the android development base or

from source do the following:

$ ./configure
$ make droid
$ git branch droid

Others

charge-khattam
Python tkinter GUI wrapper.
Nepal-Loadshedding-Indicator
The applet for unity

Similar works on github we found!