All Projects → sumnerevans → menu-calc

sumnerevans / menu-calc

Licence: MIT license
A calculator for Rofi/dmenu(2)

Projects that are alternatives of or similar to menu-calc

Rofi Calc
🖩 Do live calculations in rofi!
Stars: ✭ 449 (+897.78%)
Mutual labels:  calculator, rofi
dmenu-hotkeys
View for your hotkeys in rofi/dmenu style
Stars: ✭ 51 (+13.33%)
Mutual labels:  dmenu, rofi
rofi-power-menu
Configurable power menu mode for Rofi and dmenu
Stars: ✭ 207 (+360%)
Mutual labels:  dmenu, rofi
rofi-fontawesome
fontawesome icon list for rofi dmenu
Stars: ✭ 58 (+28.89%)
Mutual labels:  dmenu, rofi
dotfiles
Config files for i3, polybar, rofi, mpv, Xresources, kitty and some bash-things...
Stars: ✭ 52 (+15.56%)
Mutual labels:  dmenu, rofi
rofi
Rofi: A window switcher, application launcher and dmenu replacement
Stars: ✭ 9,231 (+20413.33%)
Mutual labels:  dmenu, rofi
udiskie-dmenu
Manage removable devices in couple of keystrokes!
Stars: ✭ 30 (-33.33%)
Mutual labels:  dmenu, rofi
Sprache.Calc
Easy to use extensible calculator for .NET. Demonstrates Sprache toolkit grammar inheritance.
Stars: ✭ 42 (-6.67%)
Mutual labels:  calculator, calc
kpmenu
Dmenu/rofi interface for KeePass
Stars: ✭ 21 (-53.33%)
Mutual labels:  dmenu, rofi
webextension-dmenu
Tab search, selection and beyond with a dmenu filter program
Stars: ✭ 17 (-62.22%)
Mutual labels:  dmenu
rpncalc
RPNCalc: The Command Line Reverse Polish Notation (RPN) Calculator
Stars: ✭ 19 (-57.78%)
Mutual labels:  calculator
nano-id-cc
Nano ID collision calculator
Stars: ✭ 31 (-31.11%)
Mutual labels:  calculator
Dotfiles
🍙 Personal dotfiles repository.
Stars: ✭ 148 (+228.89%)
Mutual labels:  dmenu
rsc
A handwritten scientific calculator for interpreting equations.
Stars: ✭ 32 (-28.89%)
Mutual labels:  calculator
calculator
Calculator app designed for elementary OS
Stars: ✭ 73 (+62.22%)
Mutual labels:  calculator
Mather
A powerful expression-based calculator, unit converter, and general computation engine for Android
Stars: ✭ 49 (+8.89%)
Mutual labels:  calculator
gnome-hud
Unity like HUD menu for the GNOME Desktop Environment using rofi menu.
Stars: ✭ 111 (+146.67%)
Mutual labels:  rofi
dotfiles
Arch Linux DotFiles - Managed by GNU stow
Stars: ✭ 30 (-33.33%)
Mutual labels:  rofi
configuration
Config files
Stars: ✭ 12 (-73.33%)
Mutual labels:  rofi
glGraph
A 2d Graphing Calculator written in C++ using Modern OpenGL
Stars: ✭ 15 (-66.67%)
Mutual labels:  calculator

menu-calc

A calculator for Rofi/dmenu(2)

Screencast

Installation

Arch Linux AUR: menu-calc

Dependencies

Usage

menu-calc uses bc as the backend and will accept any operations bc is able to do:

= -h
= 4+4
= (4+2)/(4+3)
= 4^2
= sqrt(4)
= c(2)

The answer can be copied to the clipboard and used for further calculations inside (or outside) Rofi/dmenu.

If launched outside of Rofi/dmenu the expression may need quotation marks.

Custom Usage

To launch directly into the calculator, use the following command (useful if bound to "super + equal" in sxhkd, i3 or the like):

= -- [rofi/dmenu parameters]

For example:

= -- -location 2 -width 100

Force usage of dmenu

By default, if rofi is installed, it will be used. You can force menu-calc to use dmenu or any other dmenu-like application:

= --dmenu=dmenu
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].