33 个版本
0.14.10 | 2024年6月17日 |
---|---|
0.14.9 | 2023年7月25日 |
0.14.8 | 2023年2月22日 |
0.14.6 | 2022年8月17日 |
0.1.0 | 2020年5月12日 |
在 命令行工具 中排名第 1176
每月下载量 60
1MB
5.5K SLoC
tick-rs
终端实时股票行情 📈 使用 Rust 构建。数据来源于 Yahoo! Finance。
安装
二进制文件
下载您平台上的最新 版本
Cargo
cargo install tickrs
Arch Linux
pacman -S tickrs
Homebrew
brew tap tarkah/tickrs
brew install tickrs
配置文件
参见 Wiki 条目
命令行使用
tickrs
Realtime ticker data in your terminal 📈
USAGE:
tickrs [FLAGS] [OPTIONS]
FLAGS:
-p, --enable-pre-post Enable pre / post market hours for graphs
-h, --help Prints help information
--hide-help Hide help icon in top right
--hide-prev-close Hide previous close line on 1D chart
--hide-toggle Hide toggle block
--show-volumes Show volumes graph
-x, --show-x-labels Show x-axis labels
--summary Start in summary mode
--trunc-pre Truncate pre market graphing to only 30 minutes prior to markets opening
-V, --version Prints version information
OPTIONS:
-c, --chart-type <chart-type> Chart type to start app with [default: line] [possible values: line,
candle, kagi]
-s, --symbols <symbols>... Comma separated list of ticker symbols to start app with
-t, --time-frame <time-frame> Use specified time frame when starting program and when new stocks are
added [default: 1D] [possible values: 1D, 1W, 1M, 3M, 6M, 1Y, 5Y]
-i, --update-interval <update-interval> Interval to update data from API (seconds) [default: 1]
Windows
使用 Windows Terminal 正确显示此应用程序。
致谢
依赖项
~25–37MB
~661K SLoC