dugout-> section_id.dugout
Define shortcuts and make them available to the OPERATOR
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
#!/bin/sh
###############################################################################
## COPYRIGHT (C) 2020-2026 NEW ENTITY OPERATIONS INC. ALL RIGHTS RESERVED
## INSTANCE: shortcut_id.dugout
## MODIFIED: 2026/04/20
## OVERVIEW: Define shortcuts and make them available to the OPERATOR
##
## shortcut_id allows you to setup export variables as shortcode that are meant
## to be run by the operator according to a comfortable convention of their
## choice. You can create summarized or aggregated tasks according to a short
## code list
###############################################################################
## 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)
###############################################################################
## xdg alias
###############################################################################
alias x-www-browser="firefox"
###############################################################################
## navigation_methods.dugout
###############################################################################
### Paths: IPDVC (INTERNAL PROCESSING VETTING and DEPLOYMENT COMPUTER) location
## training sets: ts
alias ai='NAVIGATION_AI'
alias AI='NAVIGATION_AI'
## code
alias codedir='NAVIGATION_CODE'
alias CODEDIR='NAVIGATION_CODE'
## corehost
alias COREHOST='NAVIGATION_COREHOST'
alias COREHOST_LEGACY='NAVIGATION_COREHOST_LEGACY'
## 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
## ARCHIVE
alias archive='NAVIGATION_ENTITY_ARCHIVE'
alias ARCHIVE='NAVIGATION_ENTITY_ARCHIVE'
## BLOCKCHAIN
alias blockchain='NAVIGATION_BLOCKCHAIN'
alias BLOCKCHAIN='NAVIGATION_BLOCKCHAIN'
## DATA
alias data='NAVIGATION_TRINE_DATA'
alias DATA='NAVIGATION_TRINE_DATA'
## DESKTOP
alias desktop='NAVIGATION_DESKTOP'
alias DESKTOP='NAVIGATION_DESKTOP'
## DEVELOPMENT
alias development='NAVIGATION_ORE_DEVELOPMENT'
alias DEVELOPMENT='NAVIGATION_ORE_DEVELOPMENT'
## DOCUMENTS
alias documents='NAVIGATION_DOCUMENTS'
alias DOCUMENTS='NAVIGATION_DOCUMENTS'
## DOWNLOADS
alias downloads='NAVIGATION_DOWNLOADS'
alias DOWNLOADS='NAVIGATION_DOWNLOADS'
## ENCLAVE
alias enclave='NAVIGATION_ENCLAVE'
alias ENCLAVE='NAVIGATION_ENCLAVE'
## ENTITY
alias entity='NAVIGATION_ENTITY'
alias ENTITY='NAVIGATION_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'
alias MUSIC='NAVIGATION_MUSIC'
## NOVASTORE
alias novastore='NAVIGATION_NOVASTORE'
alias NOVASTORE='NAVIGATION_NOVASTORE'
## PROGRAMS
alias programs='NAVIGATION_PROGRAMS'
alias PROGRAMS='NAVIGATION_PROGRAMS'
## INSTANCE_DATA
alias instance_data='NAVIGATION_INSTANCE_DATA'
alias INSTANCE_DATA='NAVIGATION_INSTANCE_DATA'
## SQL
## lowercase sql may cause parsing conflicts with some applications
#alias sql='NAVIGATION_SQL'
alias SQL='NAVIGATION_SQL'
## Capture
alias capture='NAVIGATION_CAPTURE'
alias CAPTURE='NAVIGATION_CAPTURE'
## art
alias art='NAVIGATION_ART_GENERATIVE'
alias ART='NAVIGATION_ART_GENERATIVE'
## comfy
alias configs_comfy='NAVIGATION_CONFIGS_COMFY'
alias CONFIGS_COMFY='NAVIGATION_CONFIGS_COMFY'
## training data: td
alias td='NAVIGATION_TD'
alias TD='NAVIGATION_TD'
## 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_home_archive_special='run_home_archive_special'
alias backup_srv='run_backup_srv'
alias backup_usr='run_backup_usr'
alias backup_var='run_backup_var'
## extended backups
alias ARCHIVE_ALL='run_ARCHIVE_ALL'
alias ARCHIVE_ALL_CUSTOM='run_ARCHIVE_ALL_CUSTOM'
## Default cloning
alias clone_ARCHIVE_1='<UNIQUE_ARCHIVE_CONTEXT_MAIN_HERE>'
alias clone_ARCHIVE_2='<UNIQUE_ARCHIVE_CONTEXT_SECONDARY_HERE>'
###############################################################################
## 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
###############################################################################
###############################################################################
## git operations
###############################################################################
## declare a directory safe
alias safegit='helper_git_safe_directory'
alias safegitauto='helper_git_safe_directory_auto'
###############################################################################
## media wrappers
###############################################################################
## assemble stream
alias astream='perform_astream'
## record screen
alias record='perform_screen_record'
###############################################################################
## 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'
## upgrade
alias upgrade='openpackager_upgrade'
## upgrade_all
alias upgrade_all='openpackager_upgrade_all'
## 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
###############################################################################
# No alias should be provided here, this is the exception to the alias rule
# The reasoning is because the bash color file sets up and will override
# the local instance if you style the terminal output in a specific way
###############################################################################
## 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'
## Basic network operations
alias up='perform_routine_zenwire_network_up'
alias mangle='perform_routine_zenwire_network_mangle'
###############################################################################
## run_program.dugout
###############################################################################
####### perform_*
## Configure Monitors with screen
alias screen_config='perform_routine_screen_config'
## reseed
alias reseed='perform_routine_reseed'
####### run_*
## * NEED TO BE REFACTORED and TESTED 2023/10/18 *
## deprecated: But, it's a good name. Make it the default note taking
## application, might have to build a basic input receiver that pops up when
## it's prompted
#alias memoryform='run_program_memoryform'
## 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'
## comfyUI
alias comfyui='run_program_comfyui'
## 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'
###############################################################################
## Phase: extensions
###############################################################################
## curl overrride: Default to http proxy
alias curl='curl -x "$http_proxy"'