Save Terminal commands in the Mac menu bar. Run and copy them with keyboard shortcuts.
7-day free trial
With Bidbar, all your commands are at your finger tips, just a click of a button or a tap of a key away.
Jot down simple one-liners you keep forgetting or save complex scripts that serve a purpose.
Save hard-to-remember commands
git reset --soft HEAD~1
grep -rnw "keyword" ./directory
Toggle dark mode ⚫
osascript -e 'tell application "System Events" to tell appearance preferences to set dark mode to not dark mode'
Open apps and links
open -a Terminal ~/path/to/folder
open -a Xcode
open https://getbidbar.com
Do git operations 🦑
cd path/to/project &&
git pull &&
git commit -am "Commit my awesome changes"
Run scripts in various languages
python path/to/file.py
sh shell_script.sh
Say custom messages 🔊
say Today's date is `date +%A%B%d`
{ echo Goals for today; cat goals.txt; } | say
After running a command, see the results in a detailed notification and view the output in a clean, minimal window.
Use keyboard shortcut
⌘⌥ + [1-9]
to run and
⇧⌘⌥ + [1-9]
to copy commands 1-9 without using a mouse.
7-day free trial