Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Cwoodall6/quickcalc
Simple Menu Bar Application For Mac
https://github.com/Cwoodall6/quickcalc
math
Last synced: 26 days ago
JSON representation
Simple Menu Bar Application For Mac
- Host: GitHub
- URL: https://github.com/Cwoodall6/quickcalc
- Owner: Cwoodall6
- License: mit
- Created: 2016-09-23T14:36:50.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T15:42:06.000Z (over 7 years ago)
- Last Synced: 2024-08-04T09:05:52.646Z (4 months ago)
- Topics: math
- Language: JavaScript
- Size: 1.55 MB
- Stars: 36
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - quickcalc
README
quickcalc
Simple Menu Bar Application For Mac and Windows[![GitHub release](https://img.shields.io/github/release/Cwoodall6/quickcalc.svg?maxAge=2592000?style=plastic)]()
[![Github All Releases](https://img.shields.io/github/downloads/Cwoodall6/quickcalc/total.svg?maxAge=2592000?style=plastic)]()# ![pageres](assets/quickcalc_design.jpg)
## A Calculator That Does More 👍
![Alt Text](https://github.com/Cwoodall6/quickcalc/blob/master/assets/ezgif.com-crop-3.gif)## Functions To Help Your Daily Life ✅
![Alt Text](https://github.com/Cwoodall6/quickcalc/blob/master/assets/ezgif.com-crop.gif)## Let's Do Some Math ➗
![Alt Text](https://github.com/Cwoodall6/quickcalc/blob/master/assets/ezgif.com-crop-2.gif)## Install
*macOS 10.9+*, Windows now available!
### macOS
[**Download**](https://github.com/Cwoodall6/quickcalc/releases/download/v1.1.0/quickcalc.app.zip), unzip, and move `quickcalc.app` to the `/Applications` folder.
### Windows
[**Download**](https://github.com/Cwoodall6/quickcalc/releases/download/v1.1.0/quickcalc-win32-ia32.zip), unzip, and use `quickcalc.app`.
## Functions
### Math ➕
- Calculations can be simple or complex `5 + 4` `(4**3)/(4839-32+423)`
* `+` plus
* `-` minus
* `*` multiply
* `/` divide
* `%` modulo
* `**` exponent
- `:sqrt` returns square root ex. `:sqrt(4)`
- `:abs` returns absolute value ex. `:abs(4-7)`
- `:log` returns log (base 10) ex. `:log(100)`
- `:ln` returns natural log (base E) ex. `:ln(50)`
- `:e` returns e^x ex. `:e(2)`
- Trig functions are within code but aren't guarenteed to give a desired answer, so they aren't included in this list.### Date and Time ⌚
- `:today` returns the current date; you may add or subtract days ex. `:today + 5`
- `:datein` returns the date plus the value you pass ex. `:datein 3`
- `:daysof` returns the amount of days in the value passed ex. `:daysof jan` `:daysof 3 years 5 months`
- `:time` returns current time### Money 💸
- `:off` returns a percentage off of a value ex. `20% :off 300` `3% :off 50.50`
- `:of` returns percentage of a value ex. `50% :of 40` `16% :of 32.70`### Misc. 🖥
- `:color` takes a Hex color code and displays a rectangle of inputed color ex. `:color(#000)`## Shortcuts
- Quit: command + Q## Future Iterations
- [X] May Change UI
- [X] More Keyboard Shortcuts
- [X] Parenthesis
- [ ] Auto Updater (IMPORTANT)
- [ ] More Functions
- [ ] Correct Trig functions
- [ ] Dark Mode
## Ispiration and Thanks
- [Devin Rousso](http://devinrousso.com) Thanks for your guidance and help with getting me in the right direction. Go grab the [**GroupMe**](https://github.com/dcrousso/GroupMe#readme) client.## License
MIT © [Chaz Woodall](https://chazwoodall.com)