Changes between Version 1 and Version 2 of jazz/23-02-16


Ignore:
Timestamp:
Feb 16, 2023, 9:55:08 PM (18 months ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/23-02-16

    v1 v2  
    1616{{{
    1717~$ brew list --formula
    18 bash-completion git             jq              libusb          ncurses         pcre2           sqlite          xz
    19 ca-certificates git-extras      libidn2         lsusb           nmap            pkg-config      tig
    20 coreutils       gmp             liblinear       lua@5.3         oniguruma       python@3.11     tree
    21 fzf             htop            libssh2         mpdecimal       openssl@1.1     rclone          unrar
    22 gettext         jansson         libunistring    mtr             pcre            readline        wget
     18bash-completion gmp             libunistring    openssl@1.1     tree
     19ca-certificates htop            libusb          pcre            unrar
     20coreutils       jansson         lua@5.3         pcre2           wget
     21fzf             jq              mtr             rclone
     22gettext         libidn2         ncurses         readline
     23git             liblinear       nmap            sqlite
     24git-extras      libssh2         oniguruma       tig
    2325}}}
    2426{{{
    2527~$ brew list --cask
    26 esun-webatm-activex     google-chrome           messenger               spectacle               vlc
    27 firefox                 joplin                  pingid                  tableau-public          vmware-horizon-client
    28 font-hack               macfuse                 skype                   visual-studio-code      zulu8
     28esun-webatm-activex     macfuse                 tableau-public
     29firefox                 messenger               visual-studio-code
     30font-hack               pingid                  vlc
     31google-chrome           skype                   vmware-horizon-client
     32joplin                  spectacle               zulu8
    2933}}}
    3034{{{
    3135#!graphviz
    3236digraph "brew-dep" { rankdir=LR; node [shape=record];
    33 "ca-certificates"->"libssh2"; "ca-certificates"->"nmap"; "ca-certificates"->"openssl@1.1"; "ca-certificates"->"python@3.11"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "jansson"->"mtr"; "libidn2"->"wget"; "liblinear"->"nmap"; "libssh2"->"nmap"; "libunistring"->"libidn2"; "libunistring"->"wget"; "lua@5.3"->"nmap"; "mpdecimal"->"python@3.11"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "openssl@1.1"->"libssh2"; "openssl@1.1"->"nmap"; "openssl@1.1"->"python@3.11"; "openssl@1.1"->"wget"; "pcre"->"nmap"; "pcre2"->"git"; "pcre2"->"tig"; "readline"->"python@3.11"; "readline"->"sqlite"; "readline"->"tig"; "sqlite"->"python@3.11"; "xz"->"python@3.11"; "bash-completion"; "ca-certificates"; "fzf"; "gettext"; "git-extras"; "gmp"; "jansson"; "liblinear"; "libunistring"; "libusb"; "lsusb"; "lua@5.3"; "mpdecimal"; "ncurses"; "oniguruma"; "pcre"; "pcre2"; "pkg-config"; "rclone"; "readline"; "tree"; "unrar"; "xz";
     37"ca-certificates"->"libssh2"; "ca-certificates"->"nmap"; "ca-certificates"->"openssl@1.1"; "ca-certificates"->"wget"; "gettext"->"git"; "gettext"->"libidn2"; "gettext"->"wget"; "gmp"->"coreutils"; "jansson"->"mtr"; "libidn2"->"wget"; "liblinear"->"nmap"; "libssh2"->"nmap"; "libunistring"->"libidn2"; "libunistring"->"wget"; "lua@5.3"->"nmap"; "ncurses"->"htop"; "ncurses"->"tig"; "oniguruma"->"jq"; "openssl@1.1"->"libssh2"; "openssl@1.1"->"nmap"; "openssl@1.1"->"wget"; "pcre"->"nmap"; "pcre2"->"git"; "pcre2"->"tig"; "readline"->"sqlite"; "readline"->"tig"; "bash-completion"; "ca-certificates"; "fzf"; "gettext"; "git-extras"; "gmp"; "jansson"; "liblinear"; "libunistring"; "libusb"; "lua@5.3"; "ncurses"; "oniguruma"; "pcre"; "pcre2"; "rclone"; "readline"; "tree"; "unrar";
    3438}
    3539}}}