An experimental terminal-based app of Longbridge.
We build this app to help us in development of the cross-platform Rust core library (named: Engine) of Longbridge.
This is also for making a fun, so we can watch the stock market data in the terminal.
- Watchlist
- Portfolio
- Real-time stock data
- Built on Rust + Ratatui.
- Vim like keybindings.
- macOS
- Linux
If you'r on macOS or Linux, just run the following command in your terminal:
curl -sSL https://github.com/longbridgeapp/longbridge-terminal/raw/main/install | sh
Then you will get longbridge
command in your terminal.
$ longbridge
Run longbridge
can start the app.
- Q: "Another instance is running, please close it first" error.
- A: Because of the real-time stock data limited you only have one instance.
- Q: "How can I switch another account?"
- A: Just run
longbridge --logout
, and scan QRCode again.
- Q: "Where is the login session storaged at?"
- A: macOS:
$HOME/Library/Application Support/Longbridge TUI
, Linux:~/.local/share/Longbridge TUI/
This is not a open-source project, this repository just for release and give a install script.