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

airtable-alfred

v1.0.0

Published

Open any airtable base and table from Alfred

Downloads

9

Readme

Airtable Tasks Alfred Workflow

This Alfred workflow enables quick interaction with Airtable, allowing you to manage bases, sync tables, and perform various other tasks directly from Alfred. It automates routine Airtable actions such as setting up the API key, syncing tables, listing bases, and navigating to specific tables.

Features

  • Set Up Airtable API Key: Quickly configure your Airtable API key using the tablesetup command.
  • List Bases: Retrieve and display a list of all your Airtable bases using the base command.
  • Open Table: Search for and open a specific table within a base using the _table command.
  • Go to Airtable Table: Directly navigate to a specific Airtable table in your browser using the table command.
  • Reset cache: Empty cache of local bases and tables via tablereset command (useful after adding a new base).

Installation

  1. Clone or download the workflow files.
  2. Import the workflow into Alfred.
  3. Ensure you have Node.js and the necessary dependencies installed (e.g., via npm install).
  4. Set up your Airtable API key using the tablesetup command.

Workflow Structure

Script Filters

  • Set up Airtable API Key

    • Keyword: tablesetup
    • Script: Runs tablesetup.js to configure your API key.
  • Sync Tables

    • Keyword: tablesync
    • Script: Runs tablesync.js to sync tables.
  • List Bases

    • Keyword: base
    • Script: Runs list-bases.js to list all your Airtable bases.
  • Go to Airtable Table

    • Keyword: table
    • Script: Runs list-tables.js to navigate quickly to a specific table. This shows only tables available in cache. So you might need to load these first via selecting a base.

Usage

  1. Set Up API Key: Type tablesetup in Alfred and follow the prompts to enter your Airtable API key.
  2. Sync Tables: Type tablesync to synchronize your tables.
  3. List Bases: Type base to see a list of your bases.
  4. Open a Table: Use _table to search and open a table.
  5. Go to Table: Type table followed by the table name to open it directly in Airtable.

Requirements

  • Alfred 4+
  • Node.js installed on your system
  • Airtable account and API key

Credits

Created by Martin Malinda. If you want to quickly add records right from the browser, you can check out my chrome extension Powersave.