File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -97,18 +97,32 @@ tap Esc/q/Ctrl-C to quit, <-/-> to paginate
9797 •○
9898```
9999
100+ and for the path variable with source detection:
101+
102+ ``` text
103+ +---+--------+-----+----------------------------------+-----------------+
104+ | # | DUP[#] | BAD | PATH | ±SOURCES |
105+ +---+--------+-----+----------------------------------+-----------------+
106+ | 1 | | | /Users/d/.opam/default/bin | |
107+ | 2 | | | /Users/d/.local/share/ponyup/bin | ~/.zshrc |
108+ | 3 | | | /usr/local/sbin | ~/.zshrc |
109+ | 4 | | | /opt/homebrew/bin | ~/.bash_profile |
110+ | 5 | | | /opt/homebrew/sbin | |
111+ +---+--------+-----+----------------------------------+-----------------+
112+ •○○○○○
113+ ```
114+
100115### Direct Output
101116
102117``` bash
103- export SOME_PATH=' /sbin:~/.bashrc:/a:/b:/a:/c:/d:/e:/f:/g'
104- pathdebug SOME_PATH -o table
118+ pathdebug PATH -o table
105119```
106120
107121see help for other formats
108122
109123## Limitations
110124
111- - finding the sources where the PATH variable entries are set is best-effort
125+ - finding the sources where the ` PATH ` variable entries are set is best-effort, and is done only for the ` PATH ` environment variable at present
112126- path set by executables currently not tracked as sources
113127- CSV output may lag in output completeness
114128
You can’t perform that action at this time.
0 commit comments