johngavingraham

Results 2 issues of johngavingraham

When running `organize`, sub-projects on my system are listed even though I don't specify `--deep-recurse`: ``` # Expected just cpprito/ (a git repo in itself) to be organized, but it...

E.g. if I have the following script to print out some variables: ``` #!/bin/bash echo "PATH: $PATH" echo "LD_LIBRARY_PATH: $LD_LIBRARY_PATH" ``` Then at the REPL: ``` ;; Control to show...