this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add function

+10
+6
.prettierrc.yml
··· 1 + "$schema": https://www.schemastore.org/prettierrc.json 2 + 3 + # https://github.com/xojs/xo/tree/v2.0.2#prettier 4 + bracketSpacing: false 5 + singleQuote: true 6 + useTabs: true
+4
.zshrc
··· 67 67 "$@" 68 68 } 69 69 70 + pbformat() { 71 + pbpaste | prettier "$@" | pbcopy 72 + } 73 + 70 74 video-1080() { 71 75 local input_path="$1" 72 76 local input_path_base="${input_path%.*}"