Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wochap/dunst-nctui
Notification center for dunst in the terminal
https://github.com/wochap/dunst-nctui
dunst notification-center tui
Last synced: about 2 months ago
JSON representation
Notification center for dunst in the terminal
- Host: GitHub
- URL: https://github.com/wochap/dunst-nctui
- Owner: wochap
- License: gpl-3.0
- Created: 2023-10-03T16:07:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-06T20:04:07.000Z (9 months ago)
- Last Synced: 2024-04-14T05:19:54.964Z (9 months ago)
- Topics: dunst, notification-center, tui
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dunst-nctui
Notification center for dunst in the terminal
![](https://i.imgur.com/iAMi2EH.jpg)
## Usage
Copy `config.toml` to `~/.config/dunst-nctui/config.toml`
```
dunst-nctui
```## Development
```
go run .
```## Build
```
go build
```## Contributing
If you want to contribute to this project, submit an issue or pull request.
## Credits:
This would not be possible without the fantastic CLI libraries from [Charm](https://charm.sh/)!