npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

bqg

v1.0.5

Published

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

Downloads

3

Readme

笔趣阁小说命令行阅读器

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

特性

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

安装

确保你的系统已安装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文件。