utils for cats
General utilities for plugins to use
Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 🛠️️
webpack Validation Utils
Utilities for ESLint plugins.
Type utilities for working with TypeScript + ESLint together
Utilities for working with TypeScript + ESLint together
Shared Vitest utility functions
Utilities for collecting TSConfigs for linting scenarios.
utility functions for archiver
Create react contexts with zustand
No description provided.
merge() utility function
The new Apollo CLI
AST utility module for statically analyzing JSX
A set of utility functions for expect and related packages
Redis utilities for redis instrumentations
Utilities for SQL instrumentations
A plugin for the serverless framework which helps with configuring caching for API Gateway endpoints.
Captures and cleans stack traces
Utilities for ESLint plugins.
Utilities for Floating UI
The official runtime utils for Standard Schema
Reactive utilities for Embla Carousel
gr8 is a great command-line utility powered by Ruby. Example: $ cat data Haruhi 100 Mikuru 80 Yuki 120 $ cat data | gr8s 'map{|s|s.split()[1]}' 100 80 120 $ cat data | gr8s 'map{|s|s.split()[1]}.map(&:to_i).sum' 300 $ cat data | gr8s 'map{split[1]}.sum_i' 300 $ cat data | gr8s -F 'map{self[1]}.sum_i' 300 $ cat data | gr8s -C2 'sum_i' 300 See http://kwatch.github.io/gr8/ for detail.
My SAKURA gem with various utilities. This is my swiss-army knife for Linux and Mac. See README.md for amazing examples, like: richelp ubuntu # shows a richelp of my 'ubuntu' cheatsheet richelp sakura synopsis # shows a richelp of my 'sakura' cheatsheet, grepping for 'synopsis' ls | act # randomly scrambles the lines! Taken from cat/atc ;) ps | rainbow # colors all lines differently twice itunes - # lowers volume of iTunes... twice :) 10 echo Bart Simpson likes it DRY # tells you this 10 times. Very sarcastic script! seq 100 | 1suN 7 # prints every 7th element of the list zombies # prints processes that show zombies (plus funny options to kill them) find . -size +300M | xargs mvto /tmp/bigfiles/ # moves big files to that directory alias gp='never_as_root git pull' # only if u r not root it runs! tellme-time # Tells you the time with Riccardo voice in Italian. Brilliant! find-duplicates . # Tells you files with same size/MD5 in this directory facter is_google_vm # Tells if it's a GCE Virtual Machine