From a08a587bb8aa97b92a7ad6d49763e629e1fdf2ea Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Thu, 15 Oct 2015 02:04:21 +0200 Subject: [PATCH] Add Terminal category and entry --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c84ec9a..0ced7eb 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [ - [Safe Mode Boot](#safe-mode-boot) - [Software Installation](#software-installation) - [Spotlight](#spotlight) +- [Terminal](#terminal) ## Appearance @@ -783,6 +784,15 @@ mdfind -name 'searchterm' ``` +## Terminal + +#### Ring Terminal Bell +Rings the terminal bell (if enabled) and puts a badge on it. +```bash +tput bel +``` + + ## License Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.