股票代号 终端库存观察器和库存位置跟踪器 特征 实时股票报价 追踪您的仓位价值 支持多种成本基础 支持前后市场报价 安装 从下载预编译的二进制文件,然后复制到PATH某个位置,或者在下面查看快速安装 自制 brew install achannarasappa/tap/ticker linux curl -Ls https://api.github.com/repos/achannarasappa/ticker/releases/latest \ | grep -wo " https.*linux-amd64*.tar.gz " \ | wget -qi - \ && tar -xf ticker * .tar.gz \ && chmod +x ./ticker \ && sudo mv ticker /usr/local/bin/ 码头工人 docker run -it --rm a