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

bjournal

v2.0.5

Published

cli todo and soon goal pointer

Readme

📒 bjournal

A simple and fast CLI-based todo tracker — with goal management coming soon.


✨ Features

  • Fast & Lightweight Designed for terminal lovers who want quick access without clutter.

  • 🧠 Intuitive & Handy Easy-to-remember commands with helpful aliases (i for insert, rm for remove, etc.)

  • 🔒 Privacy-First Runs fully locally — no data is sent anywhere.

  • 📅 Date-Based Todo Management Add, list, remove, and manage todos for today, tomorrow, yesterday, or any specific date.

  • Mark as Done/Undone Update your todos’ status using their index numbers.

  • 🔥 Prioritize with Bold Emphasize important tasks. Mark repeatedly for even higher priority.

  • Forward Tasks Move any todo to another date — great for shifting plans.

  • ♻️ Default (Recurring) Todos Add habits or recurring tasks that auto-fill into each day.

  • 📊 View Recent History Use --last-7 to view todos from the last 7 days.

  • 📀 Backup Support Backup your data to any file path and locate your local storage with ease.


🚀 Installation

🟢 Requires Node.js v14 or newer (npm is included)

Install globally via npm:

npm install -g bjournal

⚠️ v2.0.0 Change Notice Data is now stored at: ~/.config/bjournal/data.json If you're upgrading from v1, your old data will not be auto-migrated.

Run from anywhere in your terminal:

bjournal [command] [options]

📖 Usage

To view all available commands:

bjournal --help

To see options and examples for a specific command:

bjournal help insert
bjournal help list
# ...and so on

🔐 Legal & Disclaimer

⚠️ Use at your own risk.

  • This tool does not collect or transmit your data externally.
  • All operations happen locally on your device.

The developer (me) is not responsible for data loss, corruption, or unintended behavior. Please back up your data and use with care.

By using this tool, you agree that:

  • You take full responsibility for its use
  • No liability is held against the developer

🔒 These terms apply retroactively to all previous versions, and forward to all future updates.


🛠️ Development

Clone and set up locally:

git clone https://github.com/sudowilo/bjournal.git
cd bjournal
npm install
npm link  # Symlink to test the CLI globally

Now you can run it like so:

bjournal

📄 License

MIT © sudowilo See LICENSE for more information.