Copy the output of the terminal directly into your clipboard (this works with Git Bash at least !)
<command> | clip
List all global NPM packages/modules
npm list -g --depth 0
Copy the output of the terminal directly into your clipboard (this works with Git Bash at least !)
<command> | clip
List all global NPM packages/modules
npm list -g --depth 0
git remote set-url origin new-repo-url.git |
robocopy temp_empty_folder folder_to_delete /purge |
Pattern | Description | Example |
---|---|---|
[a-zA-Z0-9]+ |
Alphanumeric characters only | https://regex101.com/r/Nlg8FS/1 |
[0-9]+ |
Numerical characters only | https://regex101.com/r/l5QjqA/1 |
((string1).*(string2))|((string2).*(string1)) |
Match a string containing string1 AND string2 in any order | https://regex101.com/r/uE4rE5/1 |
vagrantfile: | |
target: local | |
vm: | |
provider: | |
local: | |
box: puphpet/debian75-x64 | |
box_url: puphpet/debian75-x64 | |
box_version: '0' | |
chosen_virtualizer: virtualbox | |
virtualizers: |
// The mixin | |
@mixin responsive-sprite( | |
$sprite-path, | |
$sprite-width, | |
$sprite-height, | |
$icon-width, | |
$icon-height, | |
$icon-pos-x, | |
$icon-pos-y){ |