This document lists improvements over the default Linux command line tools.
The list was initially motivated by a blog post by Remy Sharp.
- bat - A replacement for
cat. - prettyping - Better
ping.
| // server.js | |
| const log = require('./logger').child(module) | |
| const driver = require('./store/driver') | |
| const app = require('./app') | |
| const SERVERPORT = process.env.SERVERPORT | |
| if (process.listeners('unhandledRejection').length < 1) { | |
| process.on('unhandledRejection', (reason, promise) => { | |
| console.error(reason) | |
| process.exit(1) |
This document lists improvements over the default Linux command line tools.
The list was initially motivated by a blog post by Remy Sharp.
cat.ping.Targeted Version: 5.1.6
This will update the document on every call. Not the best option however it is atomic.
Ref: findOneAndUpdate
I hereby claim:
To claim this, I am signing this object:
| User Name,First Name,Last Name,Display Name,Job Title,Department,Office Number,Office Phone,Mobile Phone,Fax,Address,City,State or Province,ZIP or Postal Code,Country or Region | |
| Porky,Porky,Pig,Porky Pig,Sidekick,ACME,12345,67890,1234567890,0987654321,4000 Warner Blvd,Burbank,CA,91522,USA | |
| Daffy,Daffy,Duck,Daffy Duck,Bugs Bunny Sidekick,ACME,12345,67890,1234567890,0987654321,4000 Warner Blvd,Burbank,CA,91522,USA | |
| Elmer,Elmer,Fudd,Elmer Fudd,Hunter,ACME,12345,67890,1234567890,0987654321,4000 Warner Blvd,Burbank,CA,91522,USA | |
| Bugs,Bugs,Bunny,Bugs Bunny,Lead Character,ACME,12345,67890,1234567890,0987654321,4000 Warner Blvd,Burbank,CA,91522,USA | |
| Tweety,Tweety,,Tweety,Cute Bird,ACME,12345,67890,1234567890,0987654321,4000 Warner Blvd,Burbank,CA,91522,USA | |
| Sylvester,Sylvester,,Sylvester,Hungry Cat,ACME,12345,67890,1234567890,0987654321,4000 Warner Blvd,Burbank,CA,91522,USA | |
| Yosemite,Yosmite,Sam,Yosmite Sam,Gun Slinger,ACME,12345,67890,1234567890,0987654321,4000 Warner Blvd,Burbank,CA,91522,USA | |
| Foghorn,Foghorn,Leghorn,Forho |
| { | |
| "workbench.colorTheme": "Solarized Light", | |
| "workbench.editor.closeEmptyGroups": false, | |
| "explorer.openEditors.visible": 0, | |
| "explorer.autoReveal": false, | |
| "editor.tabSize": 2, | |
| "gitlens.advanced.messages": { | |
| "suppressCommitHasNoPreviousCommitWarning": false, | |
| "suppressCommitNotFoundWarning": false, | |
| "suppressFileNotUnderSourceControlWarning": false, |
Install-Module -Name <module name> -Force| { | |
| "firstName": "John", | |
| "lastName": "Smith", | |
| "age": 25, | |
| "address": | |
| { | |
| "streetAddress": "21 2nd Street", | |
| "city": "New York", | |
| "state": "NY", | |
| "postalCode": "10021" |