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"
|
APPNA="Google Chrome"
|
||||||
APPPA="/Applications"
|
APPPA="/Applications"
|
||||||
|
|
||||||
|
fi
|
||||||
|
if [[ " $@ " =~ "googlechromeenterprise" ]]; then
|
||||||
|
APPNA="Google Chrome"
|
||||||
|
APPPA="/Applications"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
if [[ " $@ " =~ "firefox" ]]; then
|
if [[ " $@ " =~ "firefox" ]]; then
|
||||||
APPNA="Firefox"
|
APPNA="Firefox"
|
||||||
APPPA="/Applications"
|
APPPA="/Applications"
|
||||||
|
|
||||||
|
fi
|
||||||
|
if [[ " $@ " =~ "brave" ]]; then
|
||||||
|
APPNA="Brave Browser"
|
||||||
|
APPPA="/Applications"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# MICROSOFT OFFICE APPS
|
# MICROSOFT OFFICE APPS
|
||||||
@@ -61,7 +71,11 @@ if [[ " $@ " =~ "microsoftoutlook" ]]; then
|
|||||||
APPPA="/Applications"
|
APPPA="/Applications"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
if [[ " $@ " =~ "microsoftonenote" ]]; then
|
||||||
|
APPNA="Microsoft OneNote"
|
||||||
|
APPPA="/Applications"
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
# CLOUD STORAGE APPS
|
# CLOUD STORAGE APPS
|
||||||
if [[ " $@ " =~ "dropbox" ]]; then
|
if [[ " $@ " =~ "dropbox" ]]; then
|
||||||
@@ -118,8 +132,8 @@ if [[ " $@ " =~ "acrobatdc" ]]; then
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
if [[ " $@ " =~ "adobereaderdc" ]]; then
|
if [[ " $@ " =~ "adobereaderdc" ]]; then
|
||||||
APPNA="Adobe Acrobat Reader"
|
APPNA="Adobe Acrobat Reader"
|
||||||
APPPA="/Applications"
|
APPPA="/Applications"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
if [[ " $@ " =~ "adobecreativeclouddesktop" ]]; then
|
if [[ " $@ " =~ "adobecreativeclouddesktop" ]]; then
|
||||||
@@ -128,6 +142,26 @@ if [[ " $@ " =~ "adobecreativeclouddesktop" ]]; then
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
#OTHERS
|
#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
|
if [[ " $@ " =~ "mail" ]]; then
|
||||||
APPNA="Mail"
|
APPNA="Mail"
|
||||||
APPPA="/Applications"
|
APPPA="/Applications"
|
||||||
@@ -152,6 +186,21 @@ if [[ " $@ " =~ "teamviewer" ]]; then
|
|||||||
APPNA="TeamViewer"
|
APPNA="TeamViewer"
|
||||||
APPPA="/Applications"
|
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
|
fi
|
||||||
if [[ " $@ " =~ "microsoftremotedesktop" ]]; then
|
if [[ " $@ " =~ "microsoftremotedesktop" ]]; then
|
||||||
APPNA="Microsoft Remote Desktop"
|
APPNA="Microsoft Remote Desktop"
|
||||||
@@ -187,6 +236,16 @@ if [[ " $@ " =~ "cyberduck" ]]; then
|
|||||||
APPNA="Cyberduck"
|
APPNA="Cyberduck"
|
||||||
APPPA="/Applications"
|
APPPA="/Applications"
|
||||||
|
|
||||||
|
fi
|
||||||
|
if [[ " $@ " =~ "asana" ]]; then
|
||||||
|
APPNA="Asana"
|
||||||
|
APPPA="/Applications"
|
||||||
|
|
||||||
|
fi
|
||||||
|
if [[ " $@ " =~ "googledrive" ]]; then
|
||||||
|
APPNA="Google Drive"
|
||||||
|
APPPA="/Applications"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
# NOT KNOWN TO INSTALLOMATOR - USE FOR DOCK POPULATION ONLY
|
# NOT KNOWN TO INSTALLOMATOR - USE FOR DOCK POPULATION ONLY
|
||||||
|
|
||||||
@@ -234,6 +293,21 @@ if [[ " $@ " =~ "3cx" ]]; then
|
|||||||
APPNA="3CX Desktop App"
|
APPNA="3CX Desktop App"
|
||||||
APPPA="/Applications"
|
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
|
fi
|
||||||
# ********************************************************************************************************************************
|
# ********************************************************************************************************************************
|
||||||
# END APP LABELS
|
# END APP LABELS
|
||||||
@@ -255,6 +329,13 @@ if [[ " $@ " =~ "systempreferences" ]]; then
|
|||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# SYSTEM PREFERENCES
|
||||||
|
if [[ " $@ " =~ "systemsettings" ]]; then
|
||||||
|
APPNA="System Settings"
|
||||||
|
APPPA="/Applications"
|
||||||
|
|
||||||
|
fi
|
||||||
|
|
||||||
# LAUNCHPAD
|
# LAUNCHPAD
|
||||||
if [[ " $@ " =~ "launchpad" ]]; then
|
if [[ " $@ " =~ "launchpad" ]]; then
|
||||||
APPNA="Launchpad"
|
APPNA="Launchpad"
|
||||||
|
|||||||
Reference in New Issue
Block a user