DocsΒΆ
π― FiltersΒΆ
Docs
π·οΈ Filter by Tag156 filesSelectShow
π§± Core ModulesΒΆ
π§± Core Modules (11) 11/11
| Name | Title | Purpose | LOC | DEPS | Tags |
|---|---|---|---|---|---|
| 𧬠02_vars | Core Variables & Identity Bootstrap | First file in the load sequence. Establishes ZSHAND and PROJECT_ROOT, XDG | 356 | 2 | π§± core βοΈ config π bootstrap 𧬠vars π xdg |
| π€οΈ 04_path | PATH Construction & Runtime Setup | 221 | π§± core π€οΈ path βοΈ config βοΈ env π§° mise | ||
| βοΈ 06_engine | High-Performance Execution Engine & Bootstrapper | 805 | π§± core βοΈ engine π compile π logging π zrun | ||
| π‘οΈ 08_audit | System Integrity & Telemetry Auditing | 385 | π§± core π‘οΈ audit π logging π‘οΈ integrity | ||
| ποΈ 10_options | Shell Behavior, History, and UI Ergonomics | 180 | π§± core ποΈ options βοΈ config π zsh | ||
| π¬ 12_completions | High-Performance Completion & Visual Menu Selection | 388 | π§± core π¬ completions βοΈ config π€οΈ fpath | ||
| β‘ 14_aliases | High-Velocity Shortcuts & Context-Aware Wrappers | 344 | π§± core β‘ aliases βοΈ config ποΈ framework | ||
| πΉ 16_widgets | Lazy-Loaded ZLE Widgets & Unified Keyboard Map | 451 | π§± core β¨οΈ widgets β¨οΈ keybindings π€ lazy π toml | ||
| πͺ 18_hooks | Hook Classification & Lazy Loading Configuration | 322 | 1 | π§± core πͺ hooks π₯ loader π¨ critical π€ lazy | |
| π§© 20_plugins | Modular Plugin System with Load Strategy Control | 632 | 11 | π§± core π§© plugins π¨ theme π€ lazy π§© omz | |
| π¦ 90_functions | High-Performance Dynamic Function Loader with Priority Syβ¦ | 279 | π§± core π₯ loader π¦ functions π₯ autoload π€οΈ fpath |
π Startup ScriptsΒΆ
π Startup Scripts (16) 16/16
| Name | Title | Purpose | LOC | DEPS | Tags |
|---|---|---|---|---|---|
| π§ 05_az_dev_mode_check | Optional Rebuild When Stale (Dev Mode Only) | When dev mode and auto-rebuild are enabled, detects stale framework | 119 | 2 | π startup π bootstrap π§ dev π rebuild |
| π» 14_az_vscode_integration | VSCode Terminal Integration | 76 | 1 | π startup π bootstrap π» vscode πΊ terminal | |
| π 15_az_wayland_clipboard | Wayland Clipboard & cliphist Daemon | 80 | π startup π bootstrap π₯οΈ wayland π clipboard | ||
| π 16_az_load_toml_config | Parse config.toml into ZSHAND_* Variables | 219 | π startup βοΈ config π toml π bootstrap 𧬠vars | ||
| β¨οΈ 17_az_bindkey_from_toml | Apply keybindings from keybindings.toml | 134 | π startup π bootstrap β¨οΈ keybindings π toml | ||
| βοΈ 18_az_package_deactivation | Export Package Deactivation Env Vars | Loads packages.toml (framework + user) early in startup and exports | 122 | 1 | π startup π¦ packages deactivation βοΈ config π bootstrap |
| π΅οΈ 19_az_zwc_stale_check | Detect When Bundle Recompile Is Needed | 136 | π startup π bootstrap β‘ zwc π΅οΈ stale π compile | ||
| β±οΈ 20_az_debug_timing_summary | Print Init Timing Table (ZSHAND_DEBUG=1) | 281 | π startup π bootstrap π debug β±οΈ timing | ||
| π©Ί 21_az_health_validate_tools | Ensure Critical CLI Tools Exist | 106 | π startup π bootstrap π©Ί health π§° tools | ||
| π 22_az_perf_budget_warn | Warn When Files Exceed ZSHAND_PERF_BUDGET | 75 | π startup π bootstrap π perf β±οΈ timing | ||
| π¨ 23_az_theme_restore_p10k | Source .p10k.zsh and Record Theme Timing | 110 | 1 | π startup π bootstrap π¨ theme π¨ p10k | |
| π¦Ί 24_az_safe_mode | Failure Detection, Minimal Shell, and Recovery Menu | 140 | 1 | π startup π bootstrap π¦Ί safe-mode π¦Ί recovery | |
| π¦ 25_az_startup_sentinel | Post-Init: zprime Status, Recompile Notice, Log | 107 | π startup π bootstrap π¦ sentinel β‘ recompile | ||
| π 26_az_create_reference_links | Create Symlinks to Key Framework Files | 121 | π startup π bootstrap π links π reference | ||
| π 27_az_background_recompile | Zero-Cost Background ZWC Maintenance | 164 | π startup π bootstrap β‘ recompile β‘ zwc | ||
| π 28_az_profile_full_trigger | Auto-trigger Full Profiling Mode | 118 | 2 | π startup π bootstrap π profile β‘ trigger |
π§ Shared FunctionsΒΆ
π§ Shared Functions (21) 21/21
| Name | Title | Purpose | LOC | DEPS | Tags |
|---|---|---|---|---|---|
| π¬ 00_gum_io | Red Error Message to stderr | Single source of truth for all terminal IO in the Zsh runtime layer. | 516 | π§ shared π io π¬ gum π logging πΊ tui | |
| π¨ 01_stderr_error | Red Error Message to stderr | DEPRECATED: This file is a backward-compatibility stub. | 76 | π§ shared π logging π¨ stderr π¨ error π compat | |
| β οΈ 02_stderr_warn | Yellow Warning Message to stderr | DEPRECATED: This file is a backward-compatibility stub. | 76 | π§ shared π logging π¨ stderr β οΈ warn π compat | |
| π 03_init_log_append | Append Timestamped Line to init.log | Append timestamped entries to framework init log. Suppressed when | 90 | π§ shared π logging π init π bootstrap π¦Ί safe-mode | |
| π‘ 04_echo_info | Cyan Info Message (stdout) | 41 | π§ shared π io π logging π’ stdout π‘ info | ||
| β 05_echo_ok | Green Success Message (stdout) | 41 | π§ shared π logging π io π’ stdout β ok | ||
| β²οΈ 06_time_millis | High-Resolution Timestamp in Milliseconds | 89 | π§ shared π logging β±οΈ timing π§ utility β²οΈ millis | ||
| ποΈ 07_cache_dir | Print Framework Cache Directory Path | 52 | π§ shared ποΈ cache π€οΈ path π xdg π§ utility | ||
| π 08_assert_dir_exists | Check Directory Exists (with optional ZSHAND_DEBUG) | 71 | π§ shared π§ͺ assert π€οΈ path π dir β validation | ||
| π 09_assert_file_exists | Check File Exists (with optional ZSHAND_DEBUG) | 72 | π§ shared π§ͺ assert π€οΈ path π file β validation | ||
| π 10_assert_function_exists | Check Function Is Defined | 71 | π§ shared π§ͺ assert π¦ function β validation π₯ autoload | ||
| β‘ 11_source_with_zwc | Source .zsh with Native .zwc Auto-Discovery | 99 | π§ shared π₯ loading β‘ zwc π compilation π source | ||
| π 12_debug_echo_cmd | Print Command Description (ZSHAND_DEBUG only) | 58 | π§ shared π logging π debug π§ͺ testing π’ echo | ||
| π¬ 13_debug_echo_result | Print Result Line (ZSHAND_DEBUG only) | 39 | π§ shared π logging π debug π§ͺ testing π result | ||
| π§ͺ 14_debug_eval_test | Run Test, Print Result (ZSHAND_DEBUG only) | 46 | π§ shared π logging π debug π§ͺ testing π§ͺ eval | ||
| β³ 15_load_file_timed | Load .zsh with Timing, Logging, Perf Tracking | 87 | π§ shared π logging β±οΈ timing π₯ loading π source | ||
| π 16_zrun | 138 | 1 | π§ shared π logging π» cli π runner π quiet | ||
| π 17_clipboard_copy | Enterprise-Grade Cross-Platform Clipboard Copy | Provides robust, fault-tolerant clipboard copy across all platforms with | 335 | π§ shared π logging π clipboard π io π copy | |
| π 18_clipboard_paste | Enterprise-Grade Cross-Platform Clipboard Paste | Provides robust, fault-tolerant clipboard paste across all platforms with | 326 | π§ shared π logging π clipboard π io π paste | |
| π 19_json_escape | Escape String for JSON | 26 | π§ shared π§Ή json π§ utility | ||
| π§ 20_detect_cloud_mount | Cloud Remote Directory Detector | Detects which configured cloud remote a directory belongs to. Reads | 106 | π§ shared cloud detection π§ utility |
π HooksΒΆ
π Hooks (10) 10/10
| Name | Title | Purpose | LOC | DEPS | Tags |
|---|---|---|---|---|---|
| π§° 01_mise | Polyglot Runtime Manager with Cached Activation | Initializes mise (formerly rtx) for multi-version runtimes (Node, Python, | 229 | 1 | πͺ hook π integration β±οΈ runtime π§° mise π·οΈ version |
| π 02_atuin | Cloud-Synced Command History with Intelligent Search | Initializes Atuin: cloud sync, Ctrl+R fuzzy search, statistics. Cached | 224 | 1 | πͺ hook π integration π history π atuin π search |
| π 05_ssh-agent | Unified SSH Agent Manager with Systemd Socket Detection | Ensures an SSH agent is available for git/ssh: prefers existing | 171 | 3 | πͺ hook π integration π ssh π΅οΈ agent π‘οΈ security |
| π³ 20_docker | Lazy-Loaded Docker Setup with Group Validation | Defers Docker setup until first use: no startup cost. On first `docker` | 126 | πͺ hook π integration π³ docker π¬ completions | |
| π 30_zoxide | Frecency-Based Smart Directory Jumper | Initializes zoxide for smart cd: frecency (frequency + recency) scoring, | 150 | 1 | πͺ hook π integration π zoxide π cd π frecency |
| βοΈ 40_wrangler | Cloudflare Workers CLI Integration | Loads Wrangler CLI completions (cached to avoid subprocess each startup) | 133 | 1 | πͺ hook π integration βοΈ wrangler π¬ completions βοΈ cloudflare |
| πͺͺ 50_gitid | Automatic Project-Specific Git Identity Switcher | Chpwd hook that sets git user.name, user.email, and optional core.sshCommand | 238 | πͺ hook π integration π git πͺͺ identity π chpwd | |
| πͺ 55_cloud_chpwd | Cloud Folder Safety Warning | Chpwd hook that warns when entering an unpinned cloud-only directory. | 69 | πͺ hook cloud π chpwd π¦Ί safety | |
| π§Ή 80_archclean | Automatic Screenshot Archive Cleanup | Runs once at shell init: removes screenshot tarballs in | 118 | πͺ hook π integration π§Ή cleanup π§ arch πΈ screenshots | |
| π§Ό 81_wlclean | Wayland Clipboard Daemon Cleanup & Error Suppression | On Wayland only (XDG_SESSION_TYPE=wayland): kills orphaned wl-copy | 130 | πͺ hook π integration π₯οΈ wayland π clipboard π wl-copy |
β‘ FunctionsΒΆ
β‘ Functions (31) 31/31
| Name | Title | Purpose | LOC | DEPS | Tags |
|---|---|---|---|---|---|
| β add_path | Platinum Path Manager | 156 | π» cli π§ utility π€οΈ path β prepend βοΈ env | ||
| π bootlog | Shell Initialization Log Viewer | 170 | π» cli π§ utility π logging π bootstrap π diagnostics | ||
| π command_not_found | Smart Command-Not-Found Handler with PATH Healing | 91 | π§± core π€οΈ path π¦ functions error-handling | ||
| π dcopy | Copy Current Directory Path to Clipboard | 102 | π» cli π§ utility π clipboard π₯οΈ wayland π pwd | ||
| π¦ extract | Universal Archive Extractor | 159 | π» cli π§ utility ποΈ archive π¦ extract π¦ unpack | ||
| π fcopy | Copy File Contents to Clipboard (Wayland) | 118 | π» cli π§ utility π file π copy π template | ||
| π fnew | Create New Function Stub | 139 | π» cli π§ utility π file π create π template | ||
| π git | Smart Git Wrapper with Auto SSH Identity Selection | 208 | π» cli π§ utility π git π§ wrapper β‘ alias | ||
| βοΈ gitprune | Delete Merged Local Branches | 160 | π» cli π§ utility π git πΏ branch π§Ή cleanup | ||
| π google | Web Search Integration | 140 | π» cli π§ utility π search π browser π url | ||
| β©οΈ gundo | Git Undo / Safety Valve | 202 | π» cli π§ utility π git β©οΈ undo π reflog | ||
| π©Ί health | System Health Check | 215 | π» cli π§ utility π©Ί health π diagnostics β check | ||
| π§Ή jfmt | Pretty-Print JSON | 114 | π» cli π§ utility π§Ή json π§Ή format π§Ή jq | ||
| π logstat | 30-Day Log Statistics | 152 | π» cli π§ utility π logging π stats π diagnostics | ||
| π οΈ pathfix | PATH Audit and Repair | 177 | π» cli π§ utility π€οΈ path π dedup π§Ή cleanup | ||
| π pin | Interactive Cloud Sync Pin Menu | Interactive wrapper for pin_mirror and pin_cache. Presents a strategy | 87 | cloud pin interactive π sync | |
| π pin_cache | Create Cache Pin for Cloud Sync | Creates or updates a .cloud-pin file with a cache (VFS pre-heat) target | 122 | cloud pin ποΈ cache π sync | |
| π pin_mirror | Create Mirror Pin for Cloud Sync | Creates or updates a .cloud-pin file with a mirror (bisync) target for the | 124 | cloud pin mirror π sync | |
| π₯ pkgsync | Package Sync Check | 265 | 1 | π» cli π§ utility π sync π¦ packages π‘οΈ audit | |
| π seek | Search Across ZSHAND Files | 136 | π» cli π§ utility π search π rg βοΈ config | ||
| π tog | Zsh Option Toggle Utility | 116 | π» cli π§ utility ποΈ options π toggle π zsh | ||
| π tossh | Convert Git Remotes from HTTPS to SSH | 135 | π» cli π§ utility π git π ssh π remote | ||
| π unpin | Remove Cloud Sync Pin | Removes a sync target from a .cloud-pin file, or removes the entire pin | 116 | cloud pin unpin π sync | |
| πΎ zbak | Timestamped Backup Creation | 136 | π» cli π§ utility πΎ backup π file π¦Ί safety | ||
| β zhelp | ZSHAND Master Reference | 99 | π» cli π§ utility π reference β help π table | ||
| π zlog | Session Log Viewer | 207 | π» cli π§ utility π logging π bootlog π diagnostics | ||
| βοΈ zopt | Zsh Options Lister with Filtering | 128 | π» cli π§ utility ποΈ options βοΈ config π¬ inspect | ||
| π€οΈ zpath | PATH and fpath Auditor | 94 | π» cli π§ utility π€οΈ path π dashboard π‘οΈ audit | ||
| π zports | Network Port Listener Inspection | 149 | π» cli π§ utility π network π ports π lsof | ||
| π ztop | Workstation Dashboard | 156 | π» cli π§ utility π dashboard π‘ monitoring π©Ί health | ||
| πΉ zwidgets | Keyboard Map / Widget Reference | 90 | π» cli π§ utility β¨οΈ widget β help β¨οΈ keybinding |
β¨οΈ WidgetsΒΆ
β¨οΈ Widgets (20) 20/20
| Name | Title | Purpose | LOC | DEPS | Tags |
|---|---|---|---|---|---|
| π€ aicmit | AI-Assisted Git Commit Message Generator | ZLE widget: builds AI commit prompt from project context, staged diff, and | 265 | β¨οΈ widget β¨οΈ zle β¨οΈ keybinding π git π¬ commit | |
| π§ aidebug | AI-Assisted Command Debugger & Optimizer | ZLE widget: builds AI diagnostic prompt from BUFFER and last command output | 175 | β¨οΈ widget β¨οΈ zle β¨οΈ keybinding π debug π§ͺ testing | |
| π€ aliasf | Find Aliases for Current Command (FZF) | 117 | β¨οΈ widget β¨οΈ zle β¨οΈ keybinding β‘ alias π fzf | ||
| π₯ aliexp | Expand Alias In-Place | 79 | β¨οΈ widget β¨οΈ zle β¨οΈ keybinding β‘ alias π₯ expand | ||
| πΏ bpick | Binary/Executable Picker (FZF, Path-Aware) | 107 | β¨οΈ widget β¨οΈ zle β¨οΈ keybinding πΏ branch π git | ||
| π bufcopy | Security-Conscious Command Buffer Clipboard Copy | 122 | β¨οΈ widget β¨οΈ zle β¨οΈ keybinding π clipboard π copy | ||
| βοΈ bufedit | Edit Command Buffer in External Editor | 115 | β¨οΈ widget β¨οΈ zle β¨οΈ keybinding π buffer βοΈ editor | ||
| π cliph | Searchable Clipboard History (FZF + cliphist) | 121 | β¨οΈ widget β¨οΈ zle β¨οΈ keybinding π clipboard π history | ||
| π cplast | Smart-Tail Command Output Capture & Clipboard Export | 161 | β¨οΈ widget β¨οΈ zle β¨οΈ keybinding π clipboard π¦ cargo | ||
| π― ctxpick | Multi-Source Context Picker | 131 | β¨οΈ widget β¨οΈ zle β¨οΈ keybinding π fzf π― context | ||
| π fdpick | File/Directory Picker (fd + FZF, Context-Aware) | 120 | β¨οΈ widget β¨οΈ zle β¨οΈ keybinding π fzf π fd | ||
| π fpick | Function Picker (FZF, Doc + Source Preview) | 97 | β¨οΈ widget β¨οΈ zle β¨οΈ keybinding π fzf π file | ||
| π jtog | Bidirectional JSON Prettifier/Minifier Toggle | 111 | β¨οΈ widget β¨οΈ zle β¨οΈ keybinding π§Ή json π§Ή jq | ||
| π manf | Man Page Picker (FZF, Live Preview) | 118 | β¨οΈ widget β¨οΈ zle β¨οΈ keybinding π man π fzf | ||
| π pastem | Smart Clipboard Paste Widget (Sanitized, Joined) | Pastes clipboard into the command line with sanitization: strips markdown | 128 | β¨οΈ widget β¨οΈ zle π clipboard β¨οΈ keybinding π paste | |
| π pasteraw | Raw Clipboard Paste (No Sanitization) | 88 | β¨οΈ widget β¨οΈ zle β¨οΈ keybinding π clipboard π paste | ||
| π pjump | Project Jump (Zoxide + FZF, Git & Activity Preview) | ZLE widget: jump to directories via zoxide frecency list + FZF; preview shows | 128 | β¨οΈ widget β¨οΈ zle β¨οΈ keybinding π fzf π zoxide | |
| π qlog | Quick Command Logger to Project Scratch File | 137 | β¨οΈ widget β¨οΈ zle β¨οΈ keybinding π logging π scratch | ||
| π sudot | Sudo Prefix Toggle with Credential Prediction | 124 | β¨οΈ widget β¨οΈ zle β¨οΈ keybinding π sudo π password | ||
| π‘ whelp | Widget Help Palette & Keybinding Reference | 148 | β¨οΈ widget β¨οΈ zle β¨οΈ keybinding β help π fzf |
π Private FunctionsΒΆ
π Private Functions (2) 2/2
| Name | Title | Purpose | LOC | DEPS | Tags |
|---|---|---|---|---|---|
| πΊοΈ _get_project_context | Heuristic Project Profile Generator for AI Context | Private utility: analyzes current directory to generate a technical profile. | 136 | π private π internal π― context π git πΊοΈ project | |
| π‘ _zshand_network_monitor | Background Network State Tracker for Atuin Sync | 163 | π private π internal π network π atuin π‘ monitor |
π» CLI Tools (bin/)ΒΆ
π» CLI Tools (bin/) (45) 45/45
| Name | Title | Purpose | LOC | DEPS | Tags |
|---|---|---|---|---|---|
| π agent-accounts | 1545 | ||||
| π agents-docs | 291 | ||||
| π€ aicontext | AI Context Generator for Code Assistants | Generates comprehensive project context for AI coding assistants (Cursor, | 221 | 1 | π» cli π» bin π€ ai π― context |
| πΈ archshots | Automatic Screenshot Archiver | Monitors screenshot directory and automatically archives when threshold | 184 | 1 | π» cli π» bin πΈ screenshot π‘ monitor π§ navigation ποΈ archive |
| π auditenv | Environment Variable Integrity Auditor | Validates that critical environment variables are defined and populated. | 208 | 1 | π» cli π» bin βοΈ env π‘οΈ audit |
| π chrome-bookmarks-organizer.py | AI-Powered Chrome Bookmark Organizer | 765 | |||
| π claude-code-docs | 587 | 1 | |||
| π cloudsync | Cloud Sync Engine for .cloud-pin Files | Central CLI for the cloud-pin sync system. Scans for .cloud-pin files, | 2074 | 3 | π» cli π» bin cloud π sync rclone pueue |
| π codex-docs | 583 | 1 | |||
| βοΈ cspellfix | Interactive cSpell Dictionary Manager with TOML Support | 2959 | 2 | π» cli π» bin π docs | |
| π cursor-appimage-install | 140 | ||||
| π diffenv | Environment Manifest Validator | 155 | 1 | π» cli π» bin βοΈ env π diff | |
| π direnv-allow | Scan and allow direnv .envrc files | 237 | |||
| π docgen | Living Documentation Generator | 210 | 1 | π» cli π» bin π docs | |
| ποΈ envconsolidate | Environment Variable Consolidation Tool | Recursively searches for environment variable definitions across multiple | 344 | π» cli π» bin βοΈ env | |
| π΅οΈ find-undocumented-vars | Find ZSHAND_* variables missing from samples | 505 | π» cli π» bin π docs π‘οΈ audit | ||
| π‘οΈ header_priority_audit | Find Worst Headers & Output LLM Improvement Directions | Ranks all .zsh files by body/header ratio and emits an LLM-oriented | 1092 | 5 | π» bin headers π‘οΈ audit |
| π§© import-ohmyzsh-plugins | Import oh-my-zsh Plugins to ZSHAND | 1677 | π» cli π» bin π₯ import π§© plugin π§© omz | ||
| π¨ import-p10k-theme | Powerlevel10k Theme Configuration Importer | 464 | π» cli π» bin π₯ import βοΈ config π¨ theme π¨ p10k | ||
| π import-prezto-themes | Prezto Theme Importer for ZSHAND | 598 | 1 | π» cli π» bin π₯ import π¨ theme π§© prezto | |
| π omniconvert | 467 | ||||
| π pcopy | High-Performance Local File Transfer Tool | Intelligent file transfer with automatic mode selection (rsync delta vs | 535 | 2 | π» cli π» bin π clipboard π sync π perf |
| π persync | Persistent Resilient Remote Sync Tool | Fault-tolerant remote sync with automatic retry on connection loss. | 576 | 1 | π» cli π» bin π sync |
| π pilot-shell-docs | 614 | 1 | |||
| π rclink | OS-Aware ~/.zshrc Synchronizer | 225 | 1 | π» cli π» bin π sync π link | |
| ποΈ scaffold | Project Scaffolding from AI Context | 166 | 1 | π» cli π» bin ποΈ scaffold π€ ai π― context | |
| π· sshot | Cross-Environment Screenshot Capture | 408 | 1 | π» cli π» bin πΈ screenshot βοΈ env | |
| π sync-dashboard | Live Cloud Sync TUI Dashboard | 652 | |||
| π syssnap | System State Snapshot Generator | 201 | 1 | π» cli π» bin πΈ snapshot π system | |
| π§ͺ testinit | Shell Initialization Test Harness | 125 | π» cli π» bin π§ͺ testing | ||
| πΊ txmon | Active Transfer Monitor Dashboard | 161 | 1 | π» cli π» bin π‘ monitor | |
| π vsx | VSCode/Cursor/Windsurf/Antigravity Extension Manager | Unified CLI + TUI + importable module to manage extensions across VSCode, | 9685 | 1 | |
| π vsx.py | VSCode/Cursor/Windsurf/Antigravity Extension Manager | Unified CLI + TUI + importable module to manage extensions across VSCode, | 9685 | 1 | |
| π zd | Diff-Based Configuration Editor | Safe config editing with diff preview and confirmation before applying | 228 | 1 | π» cli π» bin βοΈ config π diff βοΈ editor |
| βοΈ ze | Fast Configuration Editor with Auto-Rebuild | Quick config editing with syntax validation and automatic rebuild. Skips | 217 | 1 | π» cli π» bin π¨ build βοΈ config π rebuild βοΈ editor |
| π± zfresh | Fresh Full Bundle Recompilation with Shell Restart | 177 | π» cli π» bin π¦ bundle π rebuild | ||
| π¨ zfull | Full Bundle Builder (Framework + User Config) | 186 | 2 | π» cli π» bin π¦ bundle π¨ build βοΈ config ποΈ framework | |
| π¦ zmono | Monolithic Framework Bundle Compiler | 149 | 3 | π» cli π» bin π compile π¦ bundle ποΈ framework | |
| β±οΈ zprofile | Profile Bundle Generator and Runner | 471 | 1 | π» cli π» bin π¦ bundle π profile | |
| π zr | Zsh Framework Rebuilder (zprime launcher) | Convenient launcher for zprime when it isn't loaded. Loads the ZSHAND | 154 | 2 | π» cli π» bin π¨ build π rebuild ποΈ framework |
| π zr-deps | 153 | 1 | π» cli π» bin | ||
| π zr-dir | Single Directory Framework Rebuilder | 155 | 2 | π» cli π» bin π¨ build π rebuild ποΈ framework π§ navigation | |
| π¨ zrebuild | Force Complete Rebuild with Validation | 192 | 2 | π» cli π» bin π¨ build π rebuild | |
| β‘ zrecompile | Selective Recompilation for ZSHAND Framework | 213 | 4 | π» cli π» bin π compile ποΈ framework | |
| β¬οΈ zupdate | Complete System Maintenance Orchestrator | 178 | 1 | π» cli π» bin β¬οΈ update π€ ai π system |