internal/plugins/template/sys.md
Simple test file for validating system plugin functionality.
Hostname: {{plugin:sys:hostname}}
Username: {{plugin:sys:user}}
Operating System: {{plugin:sys:os}}
Architecture: {{plugin:sys:arch}}
Current Directory: {{plugin:sys:pwd}}
Home Directory: {{plugin:sys:home}}
Path: {{plugin:sys:env:PATH}}
Home: {{plugin:sys:env:HOME}}
Shell: {{plugin:sys:env:SHELL}}
These should produce appropriate error messages:
Invalid Operation: {{plugin:sys:invalid}}
Missing Env Var: {{plugin:sys:env:}}
Non-existent Env Var: {{plugin:sys:env:NONEXISTENT_VAR_123456}}
Be careful when exposing system information in templates, especially: