paste.melkat.lol · paste listing
last.fm-to-mastodon.js
3 weeks ago// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: pink; icon-glyph: headphones-alt;
// Last.fm to Mastodon
// by @zicklepop@nyan.lol
//
/...
unpkg.js
1 month ago// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: green; icon-glyph: archive;
// unpkg: like NPM but not as good
// and available in...
no-masters.md
1 month ago# Make Git always use `main` as default branch
## Git 2.28.0
```sh
git config --global init.defaultBranch main
```
## Pre-Git 2.28.0
```sh
mkdir -p ~/.config/git/templates/default
ec...
verify-commits.md
1 month ago# How to Verify Your Commits
Anyone can be anyone when it comes to commits. For example, [here is a commit where ""Linus Torvalds"" deletes Linux](https://github.com/torvalds/linux/tree/8bcab0346d4...
sf-jury-duty-widget.js
1 month ago// Variables used by Scriptable.
// These must be at the very top of the file. Do not edit.
// icon-color: deep-blue; icon-glyph: theater-masks;
// Your reporting group number:
const GROUP_NUMBE...