Compare commits

...

3 commits

Author SHA1 Message Date
ccd2b803d8
readme
Some checks failed
/ job (push) Failing after 13m21s
2024-06-24 17:56:52 +02:00
568d34b627
printenv/cut 2024-06-24 17:55:54 +02:00
948e315f08
fix 2024-06-24 15:42:04 +02:00
3 changed files with 6 additions and 3 deletions

View file

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

View file

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

View file

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