- Right-click the bookmarks bar
- In the URL field, paste the "Content" snippet
- Name the bookmark whatever you like
Run the following command from any location within a repo, replacing the value of BASE_BRANCH
with the base branch for your feature branch if necessary:
BASE_BRANCH="main" && git-cliff -r $(git rev-parse --show-toplevel) -- "$BASE_BRANCH..HEAD"
On macOS, you can easily copy the output of this command directly to your clipboard by piping it into pbcopy
:
BASE_BRANCH="main" && git-cliff -r $(git rev-parse --show-toplevel) -- "$BASE_BRANCH..HEAD" | pbcopy
This is an OpenPGP proof that connects my OpenPGP key to this Github account. For details check out https://docs.keyoxide.org/advanced/openpgp-proofs/
[Verifying my OpenPGP key: openpgp4fpr:0x135EEDD0F71934F3]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/php -d open_basedir=/usr/syno/bin/ddns | |
<?php | |
if ($argc !== 5) { | |
echo 'badparam'; | |
exit(); | |
} | |
// Entered into DSM (Control Panel > External Access > DDNS) | |
$username = (string) $argv[1]; // Resource ID |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"nodes": { | |
"agenix": { | |
"inputs": { | |
"nixpkgs": "nixpkgs" | |
}, | |
"locked": { | |
"lastModified": 1652747504, | |
"narHash": "sha256-0FnoUBia9EYeDlg/XcPf043Tl/5RneSUaZ6IMsBYreY=", | |
"owner": "montchr", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SPDX-FileCopyrightText: 2022-2023 Temple University | |
# SPDX-License-Identifier: GPL-3.0-or-later | |
{ | |
inputs, | |
cell, | |
}: let | |
inherit (inputs) devenv nixpkgs std; | |
inherit (inputs.cells) logan-center media wordpress; | |
l = inputs.nixpkgs.lib // builtins; | |
prj = logan-center.meta.project; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Compatibility Prefix | |
const { | |
Clipboard, | |
Front, | |
Hints, | |
Normal, | |
RUNTIME, | |
Visual, | |
aceVimMap, | |
addSearchAlias, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
// @phpstan-ignore-file | |
use Illuminate\Support\Collection; | |
class BedrockTinkerwellDriver extends TinkerwellDriver | |
{ | |
public function canBootstrap($projectPath) | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
╭ logan-center [d3f153f7ee89d8e5] ./public | |
│ | |
│ │ [stylelint] | |
│ │ resources/styles/app.css | |
│ │ 1:1 ✖ Unknown rule media-query-no-invalid media-query-no-invalid | |
│ │ | |
│ │ 1 problem (1 error, 0 warnings) | |
│ | |
│ app |