Skip to content

Commit

Permalink
added some badges
Browse files Browse the repository at this point in the history
  • Loading branch information
sean9999 committed Mar 18, 2023
1 parent f05316f commit 1a93560
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
# rebouncer

> A debouncer in Go with map-reduce mojo
[![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](https://forthebadge.com)


![Editor Config](https://img.shields.io/badge/Editor%20Config-E0EFEF?style=for-the-badge&logo=editorconfig&logoColor=000)

[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)

[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/sean9999/rebouncer/graphs/commit-activity)


## A debouncer on steroids

Rebouncer melds the concept of a debouncer with the concepts of map-reduce to provide a flexible solution the problem of needing to take many events that occur over a short span of time, and reduce them to fewer events over a long span of time.

It was primarily written for my dev server, fasthak, as a way to deal with the enormous amount of inotify events that some IDEs generate, many of which should be ignored.
Expand Down

0 comments on commit 1a93560

Please sign in to comment.