https://github.com/regolith-linux/lago
Manage notifications in the terminal
https://github.com/regolith-linux/lago
Last synced: 3 months ago
JSON representation
Manage notifications in the terminal
- Host: GitHub
- URL: https://github.com/regolith-linux/lago
- Owner: regolith-linux
- License: apache-2.0
- Created: 2021-10-03T15:01:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-13T18:27:25.000Z (8 months ago)
- Last Synced: 2026-02-04T11:07:35.925Z (4 months ago)
- Language: Vala
- Homepage:
- Size: 39.1 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Lago
A command line interface to the [Rofication desktop notification system](https://github.com/DaveDavenport/Rofication). Lago can be used to view and delete desktop notifications.
## Usage
```bash
src/lago -h
Usage:
lago [ ls | rm | rm | clear ]
Help Options:
-h, --help Show help options
Application Options:
-v, --version Display version number
-s Socket path to connect to notification server
```
### List Notifications
```bash
lago ls
```
### Delete Notification by ID
```bash
lago rm 4
```
### Delete Notification by Source
```bash
lago rm Slack
```
### Delete all Notifications
```bash
lago clear
```
## Compatibility
Lago should be compatible with both the original [Rofication project](https://github.com/DaveDavenport/Rofication) as well as the [Regolith version](https://github.com/regolith-linux/regolith-rofication).
## Build
```bash
git clone https://github.com/regolith-linux/lago
cd lago && mkdir build && cd build
meson ..
ninja
sudo ninja install
sudo ldconfig
```
## Status
Lago can be considered alpha quality. Fixes in PR welcome. Feature additions, ask first please.