EveryTian / BooksStatus

CLI 读书进度管理

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BooksStatus

CLI 读书进度管理 / CLI Reading Progress Management

很久以前为了看纸质书随手写的自用程序,基于命令行的一个非常简陋的读书进度管理,修修补补支持了一下 Linux 和 Py2。

Looks Like:

Linux

And here is a presentation:

Installation

git clone https://github.com/EveryTian/BooksStatus.git
cd BooksStatus
python setup.py install

Yes, just use python, neither python2 nor python3, just the default python. And also yes, please not use pip install git+.

Or you can download install.cmd (https://raw.githubusercontent.com/EveryTian/BooksStatus/master/install.cmd) and execute it.

For example, on Linux:

curl https://raw.githubusercontent.com/EveryTian/BooksStatus/master/install.cmd | bash

About

CLI 读书进度管理


Languages

Language:Python 68.3%Language:Batchfile 28.2%Language:Shell 3.5%