Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1022 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 1022 Bytes

~

setup

Run setup.sh once. Creates symlinks in ~

$ ./setup.sh

Note: this is automatically run when used in a github codespace.

zsh

Dev Environment
Welcome bryan!

 Workspaces : /Users/bryan/Projects


 Commands

    help           show this help
    reload         reload shell in same terminal
    c              clear
    all            show all commands

    tools          list tools and versions
    me             who am I for all tools

    setsec         set secret.  e.g. setsec foo "bar baz"
    getsec         get secret.  e.g. getsec foo
    lssec          list secrets.

    tz             targz full dir.  tz <pathToCompress> <outputfile>
                      ( e.g. tz ./tools ./tools.tar.gz )
    utz            extract targz dir. utz <fileToUncompress> <pathUncompressTo>
                      ( e.g. utz ./tools.tar.gz ./tools )

√ Projects $