Create boxes in the terminal
created at Dec. 21, 2015, 9:06 p.m.
Static asset revisioning by appending content hash to filenames: `unicorn.css` → `unicorn-d41d8cd98f.css`
created at Dec. 15, 2013, 8:56 p.m.
Promisify a callback-style function
created at Aug. 29, 2015, 8:13 a.m.
Multiline strings in JavaScript
created at March 5, 2014, 8:31 p.m.
Context menu for your Electron app
created at June 4, 2016, 10:36 a.m.
Move files and folders to the trash
created at Oct. 13, 2015, 7:06 a.m.
Delete files and directories
created at June 21, 2014, 8:24 p.m.
Map over promises concurrently
created at Oct. 21, 2016, 3:34 a.m.
Check if the internet connection is up
created at Sept. 19, 2014, 5:58 p.m.
Simplified file downloads for your Electron app
created at Nov. 18, 2015, 8:07 a.m.
Convert bytes to a human readable string: 1337 → 1.34 kB
created at Feb. 9, 2014, 5:24 p.m.
Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.
created at Aug. 16, 2015, 8:27 a.m.
Convert milliseconds to a human readable string: `1337000000` → `15d 11h 23m 20s`
created at March 20, 2014, 2:36 p.m.
Manage the desktop wallpaper
created at April 3, 2015, 7:04 a.m.
Get your public IP address - very fast!
created at Sept. 14, 2014, 10:02 p.m.
Display images in the terminal
created at May 8, 2018, 4:14 p.m.
Hashing made simple. Get the hash of a buffer/string/stream/file.
created at May 23, 2015, 9:23 a.m.
ES2015 Object.assign() ponyfill
created at Feb. 2, 2014, 3:45 p.m.
Get an available TCP port
created at April 6, 2014, 3:06 p.m.