xwmx/nb

CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion,...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 18 minutes ago
Added to GitGenius on September 7th, 2026
Created on January 12th, 2016
Open Issues & Pull Requests: 151 (+0)
GitHub issues: Enabled
Number of forks: 251
Total Stargazers: 8,401 (+0)
Total Subscribers: 79 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 28.4 hours
Mean response time: 46.0 days
90th percentile: 100.2 days
Tracked items: 84

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 4% of issues opened in the past year have been closed. Three people close 73% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 44
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 663 days
Stale 30+ days: 43
Stale 90+ days: 43

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • v6 (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

nb is a command-line and local web note-taking, bookmarking, and archiving application built as a single portable shell script.

The tool addresses the need for a lightweight, self-contained system to organize notes, bookmarks, and knowledge without external dependencies or cloud services. It stores all data as plain text files, enabling users to work with formats like Markdown, Org, LaTeX, and AsciiDoc. The approach combines command-line operations with an optional local web interface, allowing users to create, search, tag, and filter content using terminal commands or a browser. Git integration provides automatic version control and syncing with remote repositories, while Pandoc support enables conversion between document formats. Wiki-style linking, encryption, and folder organization allow users to build interconnected knowledge bases.

Developers should choose this tool if they prefer plain text storage, want to avoid cloud dependencies, and value portability and scriptability. It suits individuals building personal knowledge bases, maintaining bookmark collections, or managing notes across multiple devices via Git sync. The tool works in any standard Unix-like environment including macOS and Windows via WSL. Optional dependencies enhance functionality but are not required for core operations. Users can edit notes in their preferred text editor—Vim, Emacs, VS Code, or others—and browse content either in the terminal or through a local web interface.

The project maintains active test coverage with continuous integration workflows. Development activity shows consistent attention to code quality and reliability across the shell script implementation. The tool receives ongoing maintenance and refinement to support its diverse feature set and cross-platform requirements.