Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/longbridgeapp/longbridge-terminal
An experimental terminal UI of Longbridge App.
https://github.com/longbridgeapp/longbridge-terminal
longbridge rust termainal tui
Last synced: 5 days ago
JSON representation
An experimental terminal UI of Longbridge App.
- Host: GitHub
- URL: https://github.com/longbridgeapp/longbridge-terminal
- Owner: longbridgeapp
- Created: 2023-07-24T05:38:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-28T12:06:58.000Z (over 1 year ago)
- Last Synced: 2024-08-04T04:09:17.024Z (3 months ago)
- Topics: longbridge, rust, termainal, tui
- Language: Shell
- Homepage:
- Size: 11.7 KB
- Stars: 183
- Watchers: 9
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Longbridge Terminal
An _experimental_ terminal-based app of [Longbridge](https://longportapp.com).
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](https://github.com/longbridgeapp/longbridge-terminal/assets/5518/49c93838-852e-4127-8377-f49876923069)
## 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:
```bash
curl -sSL https://github.com/longbridgeapp/longbridge-terminal/raw/main/install | sh
```Then you will get `longbridge` command in your terminal.
```bash
$ 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.