modulepackage
0.0.0-20210618064917-db9de543d6b1
Repository: https://github.com/saycv/tsgo.git
Documentation: pkg.go.dev
# README
tsgo
tsgo based on mop, It support chinese stock market.
Installing
tsgo is implemented in Go and compiles down to a single executable file.
git clone github.com/saycv/tsgo
cd tsgo && make install
Using
@echo off
MODE con cols=156 lines=56
tsgo version
echo Use yahoo API
tsgo yahoo
echo Use QQ API
tsgo qq
echo Use Sina API
tsgo sina
For demonstration purposes tsgo comes preconfigured with a number of stock tickers. You can easily change the default list by using the following keyboard commands:
+ Add stocks to the list.
- Remove stocks from the list.
o Change column sort order.
g Group stocks by advancing/declining issues.
f Set a filtering expression.
F Unset a filtering expression.
? Display help screen.
esc Quit tsgo.
# Variables
BuildCommit lastest build commit (set by Makefile).
BuildTag if the `BuildCommit` matches a tag.
BuildTime set by build script (set by Makefile).