This is a list of aliases/triggers I make for MUSHclient which I think can be useful to others.
🏃♂️
Update: Created as a repo for easy install, see chenasraf/git-open
Creates git aliases to open git URLs for project, new PR, PR list and CI-CD/Actions.
Usage: git open
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/env bash | |
| ollama_prompt() { | |
| prompt="$@" | |
| endpoint="http://localhost:11434" | |
| curl $endpoint/api/generate -XPOST \ | |
| --no-buffer \ | |
| -s \ | |
| -H 'Content-Type: application/json' \ |
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
| // ==UserScript== | |
| // @name YouTube Members Only Dimmer | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.3.0 | |
| // @description Make Members Only videos semi-transparent in the feed | |
| // @author Chen Asraf <contact@casraf.dev> | |
| // @match https://www.youtube.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com | |
| // @grant none | |
| // @updateURL https://gist.github.com/chenasraf/1a983b99448f3a2c09662d6535bf1fa5/raw/youtube-members-only-dimmer.user.js |
OlderNewer