https://github.com/daviinacio/findper
Quick way to find product price change percent
https://github.com/daviinacio/findper
bash c cli cpp math price-comparison tool
Last synced: about 2 months ago
JSON representation
Quick way to find product price change percent
- Host: GitHub
- URL: https://github.com/daviinacio/findper
- Owner: daviinacio
- License: mit
- Created: 2020-03-20T14:57:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T10:45:13.000Z (about 6 years ago)
- Last Synced: 2025-10-29T16:42:35.819Z (8 months ago)
- Topics: bash, c, cli, cpp, math, price-comparison, tool
- Language: C++
- Size: 10.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FindPer
Quick way to find product price change percent
## Instalation
```
git clone https://github.com/daviinacio/findper.git && cd findper && make install
```
## Getting Started
Current value: `-c`
Final value: `-f`
```bash
findper -c 4 -f 10
```