• Stars
    star
    183
  • Rank 210,154 (Top 5 %)
  • Language
    Shell
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

An experimental terminal UI of Longbridge App.

Longbridge Terminal

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.

longbridge-terminal

Features

  • Watchlist
  • Portfolio
  • Real-time stock data
  • Built on Rust + Ratatui.
  • Vim like keybindings.

System Requirements

  • macOS
  • Linux

Installation

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.

QA

  • 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/

License

This is not a open-source project, this repository just for release and give a install script.