Compare commits

..

No commits in common. "ccd2b803d854f853c1521e40bf3d305f2a97abe1" and "04af7ef182cc987d37692c9ac08a87ba0fcd8035" have entirely different histories.

3 changed files with 3 additions and 6 deletions

View file

@ -42,11 +42,7 @@ pidd_main() {
pidd_list_environment_variables() { pidd_list_environment_variables() {
pidd_step "List environment variables" pidd_step "List environment variables"
for pidd_lev__name in $(printenv | cut -d = -f 1 | sort); do env | sort
pidd_lev__text=""
eval "pidd_lev__text=\"\${${pidd_lev__name}}\""
echo "${pidd_lev__name}=${pidd_lev__text}"
done
} }
pidd_list_working_directory() { pidd_list_working_directory() {

View file

@ -1,7 +1,7 @@
import os import os
from pathlib import Path from pathlib import Path
from pidd import browse, project, projects from cd import browse, project, projects
from rwx import ps, split from rwx import ps, split
from rwx.log import log from rwx.log import log

View file

@ -72,6 +72,7 @@ from various contexts of CA, CI and OCI / OS.
## Tasks ## Tasks
* relay environment module name * relay environment module name
* show previous states of directories & files
* write tests * write tests
### .py ### .py