root@boot ~ $ ./start-portfolio-shell
tty0 boot log
FERNANDO_VALERIO.unix
-rw-r--r-- README.txt drwxr-xr-x profile/ -rw-r--r-- whoami.txt -rw-r--r-- current-role.txt -rw-r--r-- summary.txt -rw-r--r-- employers.log -rw-r--r-- highlights.txt drwxr-xr-x experience/ -rw-r--r-- arctiq.md -rw-r--r-- shadow-soft.md -rw-r--r-- observability.md -rw-r--r-- automation.md -rw-r--r-- platforms.md drwxr-xr-x competencies/ -rw-r--r-- education.txt -rw-r--r-- certifications.txt -rw-r--r-- platforms.txt -rw-r--r-- cloud.txt -rw-r--r-- automation.txt -rw-r--r-- observability.txt -rw-r--r-- contributions.log drwxr-xr-x blog/ -rw-r--r-- README.txt -rw-r--r-- latest.log -rw-r--r-- phoenix-project-flow-reflection.md drwxr-xr-x contact/ lrwxrwxrwx email.url lrwxrwxrwx linkedin.url -rw-r--r-- availability.txt drwxr-xr-x routes/ lrwxrwxrwx profile.url lrwxrwxrwx experience.url lrwxrwxrwx competencies.url lrwxrwxrwx blog.url lrwxrwxrwx contact.url
alias readme='cat /README.txt'
# open landing notes
alias profile='ls /profile'
# inspect identity files
alias experience='ls /experience'
# list work history
alias blog='ls /blog'
# list field notes
alias competencies='ls /competencies'
# show skills tree
alias contact='ls /contact'
# show routes and links
alias tree='tree /'
# print full filesystem
commands
help list supported commands ls /profile list a directory cd /experience change current directory cat /profile/summary.txt read a file open /contact/linkedin.url launch a route exit leave terminal mode