kpbaks / scope.fish

Utility functions to pretty print (local|global|universal) variables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

scope.fish

Pretty print fish variables of a specific scope level.

Installation

fisher install kpbaks/scope.fish

Commands

globals # global variables `set -g`
universals # universal variables `set -U`
exported # environment variables, `set -x`
set --local --long | scope # local variables, `set -l`
set --function --long | scope # function variables `set -f`

About

Utility functions to pretty print (local|global|universal) variables.

License:MIT License


Languages

Language:Shell 100.0%