batti
NOTE FROM MAINTAINER: I have stop working on this, anyone is most welcome to Pick it up
Load-shedding information used to be completely written in bash until the blockade started. It downloads and extract schedule form nea as and processes your query.
Hoping you will never need these kinda thing.
batti Copyright © 2016 to the batti authors.
1 Installation
1.1 Arch
yaourt batti-git1.2 Ubuntu
add repo into `/etc/apt/sources.list`
$ echo deb http://foss-np.github.io/deb-packages >> /etc/apt/sources.list
$ sudo apt-get update
$ sudo apt-get install batti1.2.1 Building deb
$ make deb1.3 Windows
Currently there is no automated method, please follow Manual section.
1.4 OS/X
BSD sed will might work
1.5 Manual
1.5.1 Requirement
| linux | OS/X | ms-windows | |
|---|---|---|---|
| bash | bash | git-bash/migw | |
| GNU sed* | sed | gnu32 | |
| wget | wget | wget | |
| pdftotext | poppler-utils | poppler-utils | |
| python 2/3 | python | python 3 |
- BSD sed might not work
configure will check the dependencies
1.5.1.1 Optional Dependencies
- 2utf8 old dependencies
1.5.2 Download
Download the latest verion from zip or tar, clone the repo.
$ cd path-to-batti
$ ./configure
$ sudo make install2 Usage
$ batti -h
Usage: batti [OPTIONS] [GROUP_NO]
-a | --all Show All [default]
-w | --week Show weeks schedule
-t | --today Show todays schedule
-g | --group Group number 1-7
-u | --update Check for update
-p | --previous Show previous schedule
-d | --dump Dump raw schedule data
-x | --xml Dump shedule to xml
-c | --credits Display the Credits
-h | --help Display this information
-v | --version Version information
3 Beyond Terminal
3.1 conky
batti is written to be use in terminal, but using conky you can easily make the desktop widget showing information.
3.2 android
Yes, android is linux and supports bash.
NOTE: we got frustrated from so call that app…
CURRENTLY THERE IS NO APK, you should run it from terminal
$ ./configure
$ make droid
$ git branch droid4 Others
- charge-khattam
- Python tkinter GUI wrapper.
- Nepal-Loadshedding-Indicator
- The applet for unity


