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 🙏

© 2026 – Pkg Stats / Ryan Hefner

futaba-tui

v1.0.1

Published

ふたばちゃんねるのTUI専ブラ

Readme

futaba-tui

ふたばちゃんねるのTUI専ブラ

主な機能

  • 板・スレッド・レスの閲覧・移動
  • 画像・リンクの外部アプリ/ブラウザでのオープン
  • 削除レスの非表示トグル・非表示件数表示
  • 引用元ジャンプ・引用元モーダル表示
  • 履歴保存・履歴一覧からの再表示
  • キー割り当て・ウィンドウサイズ等のカスタマイズ(設定ファイル対応)
  • XDG Base Directory対応(Linux等で~/.config/futaba-tui/config.jsonも利用可)

インストール

npm install --global futaba-tui

設定ファイルによるカスタマイズ

設定ファイルの場所

以下のいずれか(上から順に優先)

  • カレントディレクトリ: futaba-tui.config.json
  • ホームディレクトリ: ~/.futaba-tui.config.json
  • XDG_CONFIG_HOMEまたは~/.config/futaba-tui/config.json

設定例(デフォルト値)

{
  "keyConfig": {
    "up": "up",         // 上矢印キー
    "down": "down",     // 下矢印キー
    "left": "left",     // 左矢印キー
    "right": "right",   // 右矢印キー
    "enter": "enter",   // Enterキー
    "openImage": "o",   // 画像を開く
    "openLink": "l",    // リンクを開く
    "toggleDeleted": "x", // 削除レス非表示
    "history": "h",     // 履歴画面
    "reload": "r",      // リロード
    "back": "b",        // 戻る
    "quit": "q",        // 終了
    "sortPrev": "[",    // ソート前
    "sortNext": "]",    // ソート次
    "quoteModal": "c",   // 引用ジャンプ
    "urlSelectCancel": "q", // URL選択モーダルキャンセル
    "urlSelectCancelEsc": "escape", // esc
    "quoteModalCancel": "q", // 引用モーダルキャンセル
    "quoteModalCancelEsc": "escape", // esc
    "quoteModalCancelEnter": "enter", // enter
    "clearHistory": "C", // 履歴クリア
    "toggleHistoryAll": "A" // 全履歴表示トグル
  },
  "defaultSortMode": "勢順", // デフォルトのソートモード
}

キー割り当てのカスタマイズ例

{
  "keyConfig": {
    "up": "w",
    "down": "s",
    "left": "a",
    "right": "d",
    "enter": "z",
    "openImage": "i",
    "openLink": "k",
    "toggleDeleted": "x",
    "history": "h",
    "reload": "r",
    "back": "b",
    "quit": "q",
    "sortPrev": "<",
    "sortNext": ">",
    "quoteModal": "c",
    "urlSelectCancel": "q",
    "urlSelectCancelEsc": "escape",
    "quoteModalCancel": "q",
    "quoteModalCancelEsc": "escape",
    "quoteModalCancelEnter": "z",
    "clearHistory": "C",
    "toggleHistoryAll": "A"
  },
  "defaultSortMode": "勢順", // デフォルトのソートモード
}

設定可能な項目

  • keyConfig: すべての操作キー(上下左右・決定・戻る・終了・画像・リンク・ソート・履歴・削除非表示・引用ジャンプ・モーダルキャンセル・履歴クリア・全履歴表示トグル等)
  • defaultSortMode: TUI立ち上げ時のソートモード