ForkKILLET / TerminalXbqg

Read novel from xbqg in your terminal easily. Awesome features: bookcase, update watching, interactive mode, pagewarner, etc.
17 stars 2 forks source link
nodejs reader terminal-app

TerminalXbqg

简体中文 | English

Background

I once had a Macbook and it broke down. I managed to enter Recovery mode and happily found Terminal.app and Safari there. But that Safari was too old so I wrote a bash script to read novel. I thought reading in a terminal is nice so I migrate the script to node.js and added some awesome features after I got a new laptop.

Install

  1. Download

    $ git clone https://github.com/ForkKILLET/TerminalXbqg.git
    $ cd TerminalXbqg
    $ yarn
    $ chmod 755 main.js # if necessary
  2. Link

    Add

    $ alias xbqg="/path/to/TerminalXbqg/main.js"

    or

    $ export PATH="$PATH:/path/to/TerminalXbqg"

    to your terminal profile. (e.g. .zshrc)

  3. Configure environment variables

    $ export XBQG_DATA="/path/to/..."

    Add this to the profile too.

FAQ

Screenshots

EOF