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

noti-fast

v1.0.0

Published

Noti. A CLI tool for curating fast in Notion databases.

Downloads

70

Readme

Noti

Noti is a command-line interface (CLI) tool for managing Notion databases directly from your terminal. It allows you to quickly add entries, set databases, and manage your Notion integration without leaving your command line.

Installation

To install Noti globally, run: npm install -g noti

Usage

After installation, you can use the noti command to interact with Noti.

Authorization

Before using Noti, you need to authorize it with your Notion account: noti auth

It will open a new browser window for you to authorize the app. If not, you can manually authorize the app by clicking this link and then re-run the noti auth command.

To authorize Noti properly, please follow these steps:

  1. Go to https://www.notion.so/my-integrations
  2. Click on "New integration"
  3. Give your integration a name (e.g., "Curate")
  4. Select the associated workspace where you want to use this integration
  5. Click "Save" to create the integration
  6. On the next page, find and copy the "Internal Integration Secret". You may need to click on "Show" to see it.
  7. Paste the secret on the terminal when prompted

Initial setup is done. Now you need to connect the page where you want to store your databases.

  1. Go to your Notion workspace
  2. Create a new page where you want to store your databases
  3. Go to the page settings. 3 dot at top right corner.
  4. Under the Connections section, select - Connnect to.
  5. Select the integration you created earlier (e.g., "Curate")

Okay, now you're all set! These are just first-time setup if you don't run noti unsync.

noti unsync will remove the authorization.

Set Current Database

To set or create a database: noti set-db <your-database-name>

This command will either connect to an existing database with the given name or create a new one.

Add Entry

To add a new entry to the current database: noti add <title> <url> <tag1>

i.e. noti add "My Favorite Website" https://www.google.com/ "Google,Search Engine"

Interact with Database

To list all databases: noti db

To show all records in the selected database: noti record

Note:

  1. Inverted commas are optional if the title contains only one word. For multiple words, you must use inverted commas.
  2. Tags are optional.
  3. tag1,tag2 and "tag1,tag2" are both valid.

Motivation

Notion is a great tool for organizing your thoughts, ideas, and information. However, navigating through the various pages and databases can be overwhelming. As a developer, I love the terminal, and I hope you do too.

Noti makes the curating process simple and fast directly from your terminal. And as we know, Fast is fun.

Have fun curating!