snowballons /
streamwatch-cli
A simple, lightweight command-line tool to manage your favorite live streams, check their status efficiently, and launch them directly in your media player without needing a heavy web browser.
Loading repository data…
LUCKYS1NGHH / repository
Simple and lightweight Python-based CLI network usage monitor for GNU/Linux designed to run as a systemd service
Lightweight Python CLI (command-line interface) network usage monitor for Linux.
Designed to run as a systemd service.
Start recording network usage:
nusgmon record
Start recording network usage every second and of a specific interface only:
nusgmon record -w 1 --iface wlp2s0
View today's usage:
nusgmon --today
View current week's usage in JSON format:
nusgmon --thisweek --json
View usage after certain date:
nusgmon --since 2026-03-15
Prune records before 30 days:
nusgmon db --prune 30
Record a specific interface data usage or of all as bundle
Lightweight network usage monitor
Stores usage history in SQLite
Daily / weekly / monthly statistics
Graph style options for statistics
JSON output for scripting
Works with systemd
Configuration file support
Sends data usage notification alerts (needs nusgmon-alert)
Requires Python 3 and psutil library.
pip install psutil # or install `python-psutil` system-wide through your package manager
yay -S nusgmon-git
The setup script installs the nusgmon program and performs the required
file copy, permission, PATH variable etc. setup.
git clone https://github.com/LUCKYS1NGHH/nusgmon.git
cd nusgmon
chmod +x setup.sh
sudo ./setup.sh
yay -R nusgmon-git
Optional (removes the database):
rm -rf /var/lib/nusgmon
sudo systemctl disable --now nusgmon
sudo rm /etc/systemd/system/nusgmon.service
sudo rm /usr/local/bin/nusgmon
sudo systemctl daemon-reload
git checkout -b feature/your-feature
Please.. if you are facing any issue with nusgmon, please open a GitHub issue with details.
LUCKYS1NGHH
Selected from shared topics, language and repository description—not editorial ratings.
snowballons /
A simple, lightweight command-line tool to manage your favorite live streams, check their status efficiently, and launch them directly in your media player without needing a heavy web browser.
MD-Zack /
**CLI Contact Manager** is a simple, lightweight command-line tool built with Python to help you efficiently manage your personal contacts. It offers essential features like adding, searching, deleting, and displaying contacts stored secure
Csar395 /
A lightweight CLI tool for quickly storing, organizing, and retrieving terms and notes. Perfect for building a simple, structured personal knowledge base.
murugajoshua /
Task Tracker CLI is a lightweight Python command‑line tool for managing personal to‑do lists locally. Add, list, and mark tasks as done with simple commands. Built with clean, modular code and no external dependencies, it’s easy to extend, test, and integrate into other projects.
oject0r /
FlexCLI is a lightweight Python library for building dynamic command-line tools. It supports synchronous and asynchronous commands, aliases, detailed documentation, and intelligent error handling. With minimal overhead and powerful features, FlexCLI makes CLI development simple, fast, and efficient.
devmadhava /
habitx is a lightweight, Python-based CLI tool designed for effective habit management and tracking. It helps users build, maintain, and analyze their daily or weekly habits through simple terminal commands. With features like adding habits, marking completion, viewing streaks, and consistency analysis, habitx aims to build better routines.