brchadders / holeInfo

A script to print Pi-Hole information in your terminal without needing to SSH into your pi. Written using curses in python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pi-Hole Status

Simple script written uses curses to print information from your pi-hole on your terminal without needing to SSH into your pi or havin to open the web interface. Script refreshes once every 30 seconds, should work on linux and macOS.

Installation instructions:

Make sure you have python3 installed

$ git clone https://github.com/mnk400/holeinfo
$ cd holeinfo
$ make install

Usagae:

$ holeinfo

About

A script to print Pi-Hole information in your terminal without needing to SSH into your pi. Written using curses in python.


Languages

Language:Python 95.7%Language:Makefile 4.3%