From https://seancoates.com/blogs/remote-pbcopy/.
- Save pbcopy.plist to ~/Library/LaunchAgents/.
- Load it:
launchctl load ~/Library/LaunchAgents/pbcopy.plist
. - Save pbcopy /usr/local/bin. Make sure it's executable.
docker run --rm --interactive --tty \ | |
-u "$(id -u):$(id -g)" \ | |
-v $(pwd):/var/www/html \ | |
-w /var/www/html \ | |
laravelsail/php74-composer:latest \ | |
touch .composer && composer install --ignore-platform-reqs |
From https://seancoates.com/blogs/remote-pbcopy/.
launchctl load ~/Library/LaunchAgents/pbcopy.plist
.{"lastUpload":"2020-11-04T14:04:51.279Z","extensionVersion":"v3.4.3"} |
/* https://userstyles.org/styles/101971/slack-night-mode */ | |
body | |
{ | |
background: #3e313c; | |
color: #f0d9ed; | |
} | |
a | |
{ | |
color: #a3839f; | |
} |
<?php | |
namespace App; | |
use Illuminate\Database\Eloquent\Model; | |
use LaravelFillableRelations\Eloquent\Concerns\HasFillableRelations; | |
class Tool extends Model | |
{ |
{ | |
"variables": [], | |
"info": { | |
"name": "Retail Access Token Examples", | |
"_postman_id": "d9dd7ec8-5e59-76c9-9884-358d1d05047d", | |
"description": "", | |
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json" | |
}, | |
"item": [ | |
{ |