dugout-> section_id.dugout
Define shortcuts and make them available to the OPERATOR
#!/bin/sh
###############################################################################
## COPYRIGHT (C) 2022-2023 NEW ENTITY OPERATIONS INC. ALL RIGHTS RESERVED
## CREATED: 2022/11/18
## INSTANCE: shortcut_id.dugout
## MODIFIED: 2023/12/17
## OVERVIEW: Define shortcuts and make them available to the OPERATOR
## HISTORY: VERSION 1.3
## -> 2022/02/13 (VERSION 1.0)
## -> 2023/11/18 (VERSION 1.1)
## -> 2023/11/20 (VERSION 1.2)
## -> 2023/12/17 (VERSION 1.3)
###############################################################################
## Masks - don't assign any 2 letter command a 1 letter alias
###############################################################################
## available: static
alias a='awk'
alias b='bash'
alias c='cinquisitor'
alias d='date'
alias e='exit'
alias f='ftp'
alias g='git'
alias h='head'
alias i='inquisitor'
alias j='jup'
alias k='kill'
alias l='less'
alias m='more'
alias n='nano'
alias o='operator'
alias p='python'
# maps to exit (quit)
alias q='exit'
alias s='sudo'
alias t='tail'
alias u='uniq'
alias v='view'
alias x='xrandr'
# maps to logic (YOUR HOME)
alias y='NAVIGATION_YOUR_HOME'
# special key, maps to your own shortcut (RUN TRINE)
alias z='TRINE'
## available: method
alias r='NAVIGATION_CORE'
## reserved: unavailable
## w (display currently logged in users)
###############################################################################
## navigation_methods.dugout
###############################################################################
### Paths: IPDVC (INTERNAL PROCESSING VETTING and DEPLOYMENT COMPUTER) location
## code
alias codedir='NAVIGATION_CODE'
alias CODEDIR='NAVIGATION_CODE'
## dugout
alias dugout='NAVIGATION_DUGOUT'
alias DUGOUT='NAVIGATION_DUGOUT'
## home
alias home='NAVIGATION_HOME'
alias HOME='NAVIGATION_HOME'
## library
alias library='NAVIGATION_LIBRARY'
alias LIBRARY='NAVIGATION_LIBRARY'
# openpackager
alias openpackager='NAVIGATION_OPENPACKAGER'
alias OPENPACKAGER='NAVIGATION_OPENPACKAGER'
## trine
#alias trine (this is a reserved function elsehwere)
alias TRINE='NAVIGATION_TRINE'
## universe
alias IPDVC='NAVIGATION_IPDVC'
alias ipdvc='NAVIGATION_IPDVC'
## wiki
alias wiki='NAVIGATION_WIKI'
alias WIKI='NAVIGATION_WIKI'
### bookmarks: Default locations
## downloads
alias downloads='NAVIGATION_DOWNLOADS'
alias DOWNLOADS='NAVIGATION_DOWNLOADS'
## ARCHIVE
alias archive='NAVIGATION_ORE_ARCHIVE'
alias ARCHIVE='NAVIGATION_ORE_ARCHIVE'
## BLOCKCHAIN
alias blockchain='NAVIGATION_BLOCKCHAIN'
alias BLOCKCHAIN='NAVIGATION_BLOCKCHAIN'
## DATA
alias data='NAVIGATION_TRINE_DATA'
alias DATA='NAVIGATION_TRINE_DATA'
## DEVELOPMENT
alias development='NAVIGATION_ORE_DEVELOPMENT'
alias DEVELOPMENT='NAVIGATION_ORE_DEVELOPMENT'
## DOCUMENTS
alias documents='NAVIGATION_RING_DOCUMENTS'
alias DOCUMENTS='NAVIGATION_RING_DOCUMENTS'
## ENCLAVE
alias enclave='NAVIGATION_ENCLAVE'
alias ENCLAVE='NAVIGATION_ENCLAVE'
## ENTITY
alias entity='NAVIGATION_RING_ENTITY'
alias ENTITY='NAVIGATION_RING_ENTITY'
## EXTRA
alias extra='NAVIGATION_EXTRA'
alias EXTRA='NAVIGATION_EXTRA'
## GATEWAY
alias gateway='NAVIGATION_GATEWAY'
alias GATEWAY='NAVIGATION_GATEWAY'
## LOG
alias log='NAVIGATION_LOG'
alias LOG='NAVIGATION_LOG'
## MAINTAINME
alias maintainme='NAVIGATION_MAINTAINME'
alias MAINTAINME='NAVIGATION_MAINTAINME'
## MUSIC
alias music='NAVIGATION_MUSIC_ARCHIVE'
alias MUSIC='NAVIGATION_MUSIC_ARCHIVE'
## NOVASTORE
alias novastore='NAVIGATION_NOVASTORE'
alias NOVASTORE='NAVIGATION_NOVASTORE'
## PROGRAMS
alias programs='NAVIGATION_PROGRAMS'
alias PROGRAMS='NAVIGATION_PROGRAMS'
## SQL
alias sql='NAVIGATION_SQL'
alias SQL='NAVIGATION_SQL'
## Capture
alias capture='NAVIGATION_CAPTURE'
alias CAPTURE='NAVIGATION_CAPTURE'
## stabe-diffusion: sd
alias sd='NAVIGATION_SD'
alias SD='NAVIGATION_SD'
## art
alias art='NAVIGATION_ART_GENERATIVE'
alias ART='NAVIGATION_ART_GENERATIVE'
## comfy
alias comfy='NAVIGATION_COMFY_CONFIGS'
alias COMFY='NAVIGATION_COMFY_CONFIGS'
## training faces: tf
alias tf='NAVIGATION_TF'
alias TF='NAVIGATION_TF'
## training sets: ts
alias ts='NAVIGATION_TS'
alias TS='NAVIGATION_TS'
## www
alias www='NAVIGATION_WWW'
alias WWW='NAVIGATION_WWW'
## ORE
alias ore='NAVIGATION_ORE'
alias ORE='NAVIGATION_ORE'
## VISUAL
alias visual='NAVIGATION_VISUAL'
alias VISUAL='NAVIGATION_VISUAL'
## tmp
alias tmp='NAVIGATION_TMP'
alias TMP='NAVIGATION_TMP'
###############################################################################
## backup: generic
###############################################################################
alias NOVA='run_backup_NOVA'
alias backup_etc='run_backup_etc'
alias backup_home='run_backup_home'
alias backup_srv='run_backup_srv'
alias backup_usr='run_backup_usr'
alias backup_var='run_backup_var'
###############################################################################
## Program Shortcut: XDG - File Manager Sessions for Creative Resources
###############################################################################
## code archive
alias code='OPEN_CODE'
## field journal archive
alias fieldjournal='OPEN_FIELDJOURNAL'
## file-manager open: current working directory
alias fm='OPEN_FM'
## file-manager open: /home directory
alias fmh='OPEN_FMH'
## pdf archive
alias pdf='OPEN_PDF'
## x (ALL others)
alias openx="OPEN_X $*"
###############################################################################
## *.sh runtimes
###############################################################################
###############################################################################
## minter/* Anything not explicitly defined takes the root paths permissions
###############################################################################
### minter/* - comb through your system to perform automated blueprint routines
## system-available minter
## filesystem-> fs MAIN_MINTER
alias mint_fs='perform_mint_fs'
## filesystem-> shared
alias mint_shared='perform_mint_shared'
# SUB-ROUTINES MINTER: ALL
## mint_instance_*
## core: instance
alias mint_instance_core='perform_mint_instance_core'
## corehost: instance
alias mint_instance_corehost='perform_mint_instance_corehost'
## pgadmin4: instance
alias mint_instance_pgadmin4='perform_mint_instance_pgadmin4'
## trine: instance
alias mint_instance_trine='perform_mint_instance_trine'
## mint_operator_*
## user1
alias mint_operator_user1='perform_mint_operator_user1'
## mint_novastore_
## BLOCKCHAIN
alias mint_novastore_blockchain='perform_mint_novastore_blockchain'
## DUGOUT
alias mint_novastore_dugout='perform_mint_novastore_dugout'
## ENCLAVE
alias mint_novastore_enclave='perform_mint_novastore_enclave'
## KEYS
alias mint_novastore_keys='perform_mint_novastore_keys'
## LOG
alias mint_novastore_log='perform_mint_novastore_log'
## MAINTAINME
alias mint_novastore_maintainme='perform_mint_novastore_maintainme'
## MEDIA
alias mint_novastore_media='perform_mint_novastore_media'
## NOVASTORE
alias mint_novastore_novastore='perform_mint_novastore'
## PROGRAMS
alias mint_novastore_programs='perform_mint_novastore_programs'
## mint_protected_*
## archive
alias mint_protected_archive='perform_mint_protected_archive'
## audio
alias mint_protected_audio='perform_mint_protected_audio'
## adult
alias mint_protected_adult='perform_mint_protected_adult'
## clips
alias mint_protected_clips='perform_mint_protected_clips'
## fashion
alias mint_protected_fashion='perform_mint_protected_fashion'
## music
alias mint_protected_music='perform_mint_protected_music'
## ore
alias mint_protected_ore='perform_mint_protected_ore'
## phones
alias mint_protected_phones='perform_mint_protected_phones'
## pictures
alias mint_protected_pictures='perform_mint_protected_pictures'
## user->key_credential
alias mint_protected_user_key_credential='perform_mint_protected_user_key_credential'
## videos
alias mint_protected_videos='perform_mint_protected_videos'
## voidzone
alias mint_protected_voidzone='perform_mint_protected_voidzone'
## webserver
alias mint_protected_webserver='perform_mint_protected_webserver'
## mint_server_*
## local
alias mint_server_local='perform_mint_server_local'
## mint_special_*
alias mint_special_pgadmin4='perform_mint_special_pgadmin4'
###############################################################################
## backups
###############################################################################
## perform - backup-routines to automate backups from the system location /
alias pbackup='perform_routine_backup_all'
###############################################################################
## environments
###############################################################################
### 17.) configure/*
## env_corehost
alias configure_env_corehost='perform_routine_configure_env_corehost'
## env_jupyter_admin
alias configure_env_jupyter_admin='perform_routine_configure_env_jupyter_admin'
## env_jupyter_standard
alias configure_env_jupyter_standard='perform_routine_configure_env_jupyter_standard'
## env_pgadmin4
alias configure_env_pgadmin4='perform_routine_configure_env_pgadmin4'
## env_trine
alias env_trine='perform_routine_configure_env_trine'
###############################################################################
## OPERATOR: Emblem
###############################################################################
## 19.) operator.sh
alias operator='perform_routine_display_operator_emblem'
###############################################################################
## Structures
###############################################################################
## Crawl and print the structure without personalized data
alias build_structure_trine='build_instance_structure_trine'
###############################################################################
## Core alias Short-Directory
###############################################################################
## NONE
###############################################################################
## Perform System Operations
###############################################################################
## openpackager
alias openpackager_help='openpackager_help_overview'
## add
alias add='openpackager_add'
## add_source
alias add_source='openpackager_add_source'
## belongs
alias belongs='openpackager_belongs'
## delete
alias delete='openpackager_delete'
## information
alias information='openpackager_information'
## localsync
alias localsync='openpackager_localsync'
## optional: Moved to the community branch. Without it, this won't work
alias optional='community_openpackager_optional'
## update
alias update='openpackager_update'
## version
alias version='openpackager_version'
###############################################################################
## DEFAULT Browser: Default browser enabled
###############################################################################
## When chromium is installed: Uncomment them to browse with special hooks
## 1a.) Use Privoxy gateway: build your instance and log to the storage account
alias browse='helper_browse'
## 1b.) Use Privoxy gateway: build your instance in /tmp
alias browsetemp='helper_browse_temp'
## 1c.) Use squid - disabled by default: Uncommented to alter default gateway
alias browse='helper_browse_with_alt_proxy'
###############################################################################
## Inquisitor- cat inquisitor to | grep for a command
###############################################################################
# Pass the search input
alias cinquisitor='run_program_inquisitor'
## view/Edit your updated inquisitor copy
alias inquisitor='helper_edit_inquisitor'
###############################################################################
## Environment
###############################################################################
## Xserver - Map your environment specific logout functionality to your session
alias logout='helper_environment_logout'
###############################################################################
## dugout: METHOD-> All additional dugout/* specific methods are ran as
## functions and can be ammended beyond their original default use
###############################################################################
###############################################################################
## bash_display_root.dugout - standard enhancements
###############################################################################
###############################################################################
## connection_mainframe.dugout
###############################################################################
## routines: Disabled by default
###############################################################################
## Copy from-> Global Development Server Variables
## 1.) Transfer from the Development server IP: DSIP
alias DSIP='DO_DSIP_GENERIC'
# alias make_branch='MAKE_BRANCH_DEV_SERVER'
## 2.) Go to the branch on the external server
alias gotobranch='GO_TO_BRANCH_DEV_SERVER'
## 3.) Copy from the local server to the dev server, generic
alias copytobranch='COPY_DEFAULT_SLUG_TO_SERVER'
## 4.) Perform a dynamic connection routine
alias dcrf='DYNAMIC_CONNECTION_ROUTINE_FROM'
alias dcrt='DYNAMIC_CONNECTION_ROUTINE_TO'
###############################################################################
## cron.dugout
###############################################################################
## crontab editor sudo - upon entering the root shell, type exit to enter the
## editor
alias cronedit='perform_routine_cron_edit'
###############################################################################
## msdog_ops.dugout
###############################################################################
## basic extension
alias dir='msdos_dir'
alias copy='msdos_copy'
alias rename='msdos_rename'
alias md='msdos_md'
alias rd='msdos_rd'
alias del='msdos_del'
###############################################################################
## network_ops_id.dugout
###############################################################################
## Acces
alias CORE_HOST='SSH_TO_CORE_HOST'
#alias YOUR_SITE_HERE_EXTENSION_HERE='SSH_TO_YOUR_SITE_HERE_EXTENSION_HERE'
## CUSTOM NETWORK MANAGEMENT UP and DOWN
alias netup='MODIFY_STATE_NETWORKMANAGER_UP'
alias netdown='MODIFY_STATE_NETWORKMANAGER_DOWN'
###############################################################################
## run_program.dugout
###############################################################################
####### perform_*
## Configure Monitors with screen
alias screen_config='perform_routine_screen_config'
## reseed
alias reseed='perform_routine_reseed'
## fileauditer: If you don't want to pass $@ to the shell, use the script below
alias fileauditer='run_program_fileauditer'
## Refactored as of 2023/10/17
## jupyter notebook
alias jupyter_admin='run_program_jupyter_admin'
alias jupyter_standard='run_program_jupyter_standard'
## stable diffusion
alias stable_diffusion='run_program_stable_diffusion'
## trine
alias trine='run_program_trine'
## trine->textmode
alias trinetm='run_program_trine_text_mode'
###############################################################################
## trine_manifest.dugout
###############################################################################
## trine - tdev (current version)
alias tdev='operate_on_trine_dev'
###############################################################################
## version_id.dugout
###############################################################################
alias id_computer='SYSTEM_DETAIL'
###############################################################################
## vpn_id.dugout
###############################################################################
## VPN: A
alias vpna='start_vpn_A'
alias vpnA='start_vpn_A'
## VPN: B
alias vpnb='start_vpn_B'
alias vpnB='start_vpn_B'
## VPN: C
alias vpnc='start_vpn_C'
alias vpnC='start_vpn_C'
###############################################################################
## LINKER: linker/*.linker conventions will activate a linked program runtime
###############################################################################
## explorer rig: firefox
alias explorer='linker_to_explorer_rig'
alias trinechan='linker_to_trinechan'
###############################################################################
## Wrappers: All
###############################################################################
## Perform-> Create
alias pcd='perform_creation_directory'
alias pcf='perform_creation_file'
## Perform-> Modification
alias pmog='perform_modification_owner_generic'
alias pmpg='perform_modification_permissions_generic'
## Perform-> Move
alias pmg='perform_move_generic'
alias pmri='perform_move_rename_instance'
## Perform-> Removal
alias prg='perform_removal_generic'
## Perform-> Tree*
alias ptw='perform_tree_walk'
alias pttb='perform_tree_teleport_back'
alias pttu='perform_tree_teleport_up'