Delay npm package installations until they reach a minimum age, protecting against supply chain attacks
Automatically cleanup expired items in a Map
Fastest full featured PostgreSQL client for Node.js
JMESPath implementation in javascript
Bun security scanner — OSV CVEs, publish age, install scripts, and more
Adds console.table method that prints an array of objects as a table in console
A table component for Ink.
<p align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://github.com/FiloSottile/age/blob/main/logo/logo_white.svg"> <source media="(prefers-color-scheme: light)" srcset="https://github.com/FiloSottile/a
maximally minimal string formatting library
Return a copy of the object only containing the whitelisted properties.
json-nd is a module that provides functions to parse and stringify newline-delimited JSON (NDJSON) data.
Remove literals from an AST which might contain PII (strings and numbers, and optionally lists and objects)
An easy way to query and filter JSON objects
This package provides support for the [RedisJSON](https://redis.io/docs/latest/develop/data-types/json/) module, which adds JSON as a native data type to Redis.
PHP serialize/unserialize in Javascript
Typed command-line arguments parser
Underscore mixins for deeply nested objects
Sort objects by property names using native Array.sort()
Infer typescript types from your JSON schemas!
Core types and helpers for encoding and decoding byte arrays on Solana
Age package provides functionality to generate a fake age value.
Compress JSON in URL friendly strings
React Native Nitro Module to access Google Play's Age Signals API & Apple's Declared Age Range API
a 'json' command for massaging and processing JSON on the command line
A cross-platform CLI for scaffolding modern web applications. Uses bundled CLI with all dependencies included - no manual installation required.
This plugin mainly provides package install on android devices.
Search installed gems with ag
Install If you want to know the age of the universe
# Noty A bookmarks and snippets manager, stores bookmarks as YAML files and nippets as plain text, utilizes "Ag silver searcher" fast search to search your files when you need to open or copy a snippet, that makes its searching capabilities so enourmouse as it's inherited from AG. Noty is smart, so it react depending on your input, so provide URL and it'll create a bookmark, provide some text and it will search for it in all bookmarks and snippets, if it didn't find any files it will prompt you to create a snippet. Some common usages could be, bookmarking URL, save snippet of text you liked, save some canned responses and quickly copy it when needed. ## Installation ```bash $ gem install noty ``` ## Requirements 1. ag : silver searcher https://github.com/ggreer/the_silver_searcher ### For Linux: 1. xsel : could be found on most distros official repositories 2. xdg-open : should be installed with most opendesktop compatible desktop environments ## Environment by default Noty saves your files in `~/.notes` if you want to change that path, define an Environment variable in your shell init file `.bashrc` or `.zshrc` ```bash export NOTES_PATH=/path/to/your/notes/dir ``` ## Usage Snippets and bookmarks manager. **Usage:** ```bash noty inputs ``` **Input types:** 1. **url:** e.g "http://www.example.com", add URL as a bookmark file 2. **keyword:** search bookmarks and perform action on it, a single word of multiple words or regex, it is passed to "ag silver searcher" 3. **snippet text:** any multiword text, it will search first if no files contain this text you'll be asked if you want to create a snippet for it ## Examples Add a bookmark ```bash noty https://www.youtube.com ``` Search for bookmark ```bash noty youtube ``` Add a snippet text ```bash noty this is a long text that I need to save in my stash ``` Search for a snippet (same as searching for bookmarks) ```bash noty need ``` ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/blazeeboy/noty. ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).