mirror of
https://github.com/PurpleComputing/helpful-scripts.git
synced 2026-02-03 13:53:24 +00:00
Update dockutil-labels-user.sh
This commit is contained in:
@@ -33,11 +33,21 @@ if [[ " $@ " =~ "googlechrome" ]]; then
|
||||
APPNA="Google Chrome"
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "googlechromeenterprise" ]]; then
|
||||
APPNA="Google Chrome"
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "firefox" ]]; then
|
||||
APPNA="Firefox"
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "brave" ]]; then
|
||||
APPNA="Brave Browser"
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
|
||||
# MICROSOFT OFFICE APPS
|
||||
@@ -61,7 +71,11 @@ if [[ " $@ " =~ "microsoftoutlook" ]]; then
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "microsoftonenote" ]]; then
|
||||
APPNA="Microsoft OneNote"
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
|
||||
# CLOUD STORAGE APPS
|
||||
if [[ " $@ " =~ "dropbox" ]]; then
|
||||
@@ -128,6 +142,26 @@ if [[ " $@ " =~ "adobecreativeclouddesktop" ]]; then
|
||||
|
||||
fi
|
||||
#OTHERS
|
||||
if [[ " $@ " =~ "console" ]]; then
|
||||
APPNA="Console"
|
||||
APPPA="/Applications/Utilities"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "activitymonitor" ]]; then
|
||||
APPNA="Activity Monitor"
|
||||
APPPA="/Applications/Utilities"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "diskutility" ]]; then
|
||||
APPNA="Disk Utility"
|
||||
APPPA="/Applications/Utilities"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "terminal" ]]; then
|
||||
APPNA="Terminal"
|
||||
APPPA="/Applications/Utilities"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "mail" ]]; then
|
||||
APPNA="Mail"
|
||||
APPPA="/Applications"
|
||||
@@ -152,6 +186,21 @@ if [[ " $@ " =~ "teamviewer" ]]; then
|
||||
APPNA="TeamViewer"
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "teamviewerhost" ]]; then
|
||||
APPNA="TeamViewer Host"
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "appleremotedesktop" ]]; then
|
||||
APPNA="Remote Desktop"
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "screensharing" ]]; then
|
||||
APPNA="Screen Sharing"
|
||||
APPPA="/System/Library/CoreServices/Applications"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "microsoftremotedesktop" ]]; then
|
||||
APPNA="Microsoft Remote Desktop"
|
||||
@@ -187,6 +236,16 @@ if [[ " $@ " =~ "cyberduck" ]]; then
|
||||
APPNA="Cyberduck"
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "asana" ]]; then
|
||||
APPNA="Asana"
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "googledrive" ]]; then
|
||||
APPNA="Google Drive"
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
# NOT KNOWN TO INSTALLOMATOR - USE FOR DOCK POPULATION ONLY
|
||||
|
||||
@@ -234,6 +293,21 @@ if [[ " $@ " =~ "3cx" ]]; then
|
||||
APPNA="3CX Desktop App"
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "nordlayer" ]]; then
|
||||
APPNA="NordLayer"
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "nordpass" ]]; then
|
||||
APPNA="NordPass"
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
if [[ " $@ " =~ "btcloudphone" ]]; then
|
||||
APPNA="BT Cloud Phone"
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
# ********************************************************************************************************************************
|
||||
# END APP LABELS
|
||||
@@ -255,6 +329,13 @@ if [[ " $@ " =~ "systempreferences" ]]; then
|
||||
|
||||
fi
|
||||
|
||||
# SYSTEM PREFERENCES
|
||||
if [[ " $@ " =~ "systemsettings" ]]; then
|
||||
APPNA="System Settings"
|
||||
APPPA="/Applications"
|
||||
|
||||
fi
|
||||
|
||||
# LAUNCHPAD
|
||||
if [[ " $@ " =~ "launchpad" ]]; then
|
||||
APPNA="Launchpad"
|
||||
|
||||
Reference in New Issue
Block a user