New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bqg

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bqg

bqg: 笔趣阁小说命令行阅读器

latest
Source
npmnpm
Version
1.0.5
Version published
Maintainers
1
Created
Source

笔趣阁小说命令行阅读器

这是一个命令行工具,用于从笔趣阁网站下载并阅读小说。它支持并发下载小说的章节,并提供了一个命令行界面来浏览和阅读小说。

特性

  • 通过网页链接添加小说到本地库。
  • 列出所有已添加的小说。
  • 阅读指定的小说,并支持命令行内上下滚动阅读。
  • 查看小说的章节目录。
  • 从指定章节开始阅读小说。

安装

确保你的系统已安装Node.js。你可以通过npm安装此工具:

npm install -g bqg

这会全局安装笔趣阁小说阅读器,使其可以在命令行中直接使用。

使用说明

添加小说

要添加一本小说,请使用以下命令,并将<url>替换为目标小说的页面URL(http://www.xbiqugu.net/57/57792/):

bqg add <url>

可以通过-c--concurrency选项来指定下载章节的并发数,例如,使用5个并发下载:

bqg add <url> -c 5

列出小说

要查看你的小说库中有哪些小说,可以使用:

bqg list

查看小说章节

要查看一本小说的章节目录,请使用以下命令,其中<novelName>是你想查看章节目录的小说名称:

bqg chapters <novelName>

阅读小说

要开始阅读一本指定的小说,请使用以下命令,其中<novelName>是你想阅读的小说的名称:

bqg read <novelName>

如果想从小说的特定章节开始阅读,可以添加章节序号作为第二个参数:

bqg read <novelName> <chapterIndex>

贡献

欢迎任何形式的贡献,无论是功能建议、代码改进还是文档补充。请通过Pull Requests或Issues与我们分享。

许可证

此项目采用MIT许可证。有关详细信息,请查阅LICENSE文件。

Keywords

novel

FAQs

Package last updated on 26 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts