在你的终端看小说(Read the novel in your terminal) - NIYT
███╗ ██╗██╗██╗ ██╗████████╗ ████╗ ██║██║╚██╗ ██╔╝╚══██╔══╝ ██╔██╗ ██║██║ ╚████╔╝ ██║ ██║╚██╗██║██║ ╚██╔╝ ██║ ██║ ╚████║██║ ██║ ██║ ╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═╝
这几天在看
go,所以这是个练手项目,在终端里看小说Read the novel in your terminal - NIYT
直接使用编译好的可执行文件,请在release下载对应的版本,支持
mac win linux
然后直接运行即可:
# 若提示无法运行,例如在linux下 chmod a+x NIYT.linux以linux为例,运行下载的NIYT.linux
./NIYT.linux
如果在
win下面出现排版混乱,请参考这里来解决
或者直接运行代码(需要
go环境),体验最新功能:
# 方式一 cd $GOPATH/src git clone https://github.com/howie6879/NIYT.git cd NIYT go run main.go若想直接在终端使用
go install
下面是编译语句
CGO_ENABLED=0 GOOS=darwin GOARCH=amd64 go build -o ./release/NIYT.mac CGO_ENABLED=0 GOOS=windows GOARCH=amd64 go build -o ./release/NIYT.exe CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./release/NIYT.linux
首先输入小说名称,调用第三方搜索,终端就会显示小说源,会自动判断优质源:
利用
get 2进入提示响应速度最快的源,获取最新章节:
选择章节进行阅读,如阅读最新章节,
get 0:
show会以表格的形式再次展示当前源:
享受阅读吧 ,觉得不错的话给一个
star吧