sindresorhus
Full-Time Open-Sourcerer. Focused on Swift & JavaScript. Makes macOS apps, CLI tools, npm packages.
Pinned Repositories
Actions
⚙️ Supercharge your shortcuts
awesome
😎 Awesome lists about all kinds of interesting topics
awesome-chatgpt
🤖 Awesome list for ChatGPT — an artificial intelligence chatbot developed by OpenAI
awesome-electron
Useful resources for creating apps with Electron
awesome-nodejs
:zap: Delightful Node.js packages and resources
Defaults
💾 Swifty and modern UserDefaults
KeyboardShortcuts
⌨️ Add user-customizable global keyboard shortcuts (hotkeys) to your macOS app in minutes
quick-look-plugins
List of useful Quick Look plugins for developers
System-Color-Picker
🎨 The macOS color picker as an app with more features
type-fest
A collection of essential TypeScript types
sindresorhus's Repositories
sindresorhus/Gifski
🌈 Convert videos to high-quality GIFs on your Mac
sindresorhus/fkill-cli
Fabulously kill processes. Cross-platform.
sindresorhus/electron-store
Simple data persistence for your Electron app or module - Save and load user preferences, app state, cache, etc
sindresorhus/cli-spinners
Spinners for use in the terminal
sindresorhus/devtools-detect
Detect if DevTools is open and its orientation
sindresorhus/ponyfill
🦄 Like polyfill but with pony pureness
sindresorhus/System-Color-Picker
🎨 The macOS color picker as an app with more features
sindresorhus/mem
Memoize functions - an optimization technique used to speed up consecutive function calls by caching the result of calls with identical input
sindresorhus/active-win
Get metadata about the active window (title, id, bounds, owner, etc)
sindresorhus/Pasteboard-Viewer
📋 Inspect the system pasteboards on macOS
sindresorhus/pokemon
Get Pokémon names
sindresorhus/filenamify
Convert a string to a valid safe filename
sindresorhus/string-width
Get the visual width of a string - the number of columns required to display it
sindresorhus/p-throttle
Throttle promise-returning & async functions
sindresorhus/cpy
Copy files
sindresorhus/parse-json
Parse JSON with more helpful errors
sindresorhus/sindresorhus
🦄
sindresorhus/slash
Convert Windows backslash paths to slash paths
sindresorhus/multimatch
Extends minimatch.match() with support for multiple patterns
sindresorhus/junk
Filter out OS junk files like .DS_Store and Thumbs.db
sindresorhus/superheroes
Get superhero names
sindresorhus/move-file
Move a file - Even works across devices
sindresorhus/html-tags
List of standard HTML tags
sindresorhus/replace-in-files-cli
Replace matching strings and regexes in files
sindresorhus/read-pkg
Read a package.json file
sindresorhus/p-min-delay
Delay a promise a minimum amount of time
sindresorhus/safe-stringify
Serialize objects to JSON with handling for circular references
sindresorhus/sleep-synchronously
Block the main thread for a given amount of time
sindresorhus/decamelize-keys
Convert object keys from camel case
sindresorhus/is-executable
Check whether a file can be executed