Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meinto/cntr
Simple key and click counter app (FOSS alternative for WhatPulse)
https://github.com/meinto/cntr
clickcounter counter keycounter systemtray whatpulse
Last synced: 24 days ago
JSON representation
Simple key and click counter app (FOSS alternative for WhatPulse)
- Host: GitHub
- URL: https://github.com/meinto/cntr
- Owner: meinto
- License: mit
- Created: 2020-02-28T17:21:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:21:24.000Z (almost 2 years ago)
- Last Synced: 2024-06-21T18:55:41.107Z (7 months ago)
- Topics: clickcounter, counter, keycounter, systemtray, whatpulse
- Language: TypeScript
- Homepage:
- Size: 3.94 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cntr
This is a simple key counter widget for your system tray. It could be an open source alternative to your WhatPulse client. It's wip.
**supported platforms**: `macos`
**support in porgress**: `windows`, `linux`![widget](./widget.png)
![app window](./app-window.png)## Build
Currently there is only a build script for mac os available:
```
git clone https://github.com/meinto/cntr.git
cd cntr
./build.sh
open ./dist
```## Contribution
Contributions are welcome. :)