diff options
| author | skrrtskrrtman <50763036+skrrtskrrtman@users.noreply.github.com> | 2021-02-05 21:39:34 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-05 08:39:34 -0500 |
| commit | f4b88997db639d54c08a08dc0fd9cfa202d7f3bf (patch) | |
| tree | 6133e5ea926a3a482513d7d43f1acb7f8c7a5f20 /.local/bin | |
| parent | 10c2eb29aefc7f0ceaf189d64271802bf7bdcb7e (diff) | |
| download | eibhear-f4b88997db639d54c08a08dc0fd9cfa202d7f3bf.tar.gz eibhear-f4b88997db639d54c08a08dc0fd9cfa202d7f3bf.tar.zst eibhear-f4b88997db639d54c08a08dc0fd9cfa202d7f3bf.zip | |
add pass to tutorialvids (#892)
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/tutorialvids | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/tutorialvids b/.local/bin/tutorialvids index 2ed1542..4a35db9 100755 --- a/.local/bin/tutorialvids +++ b/.local/bin/tutorialvids @@ -21,5 +21,6 @@ calcurse (calendar) https://www.youtube.com/watch?v=hvc-pHjbhdE urlview https://www.youtube.com/watch?v=IgzpAjFgbCw colorschemes with pywal https://www.youtube.com/watch?v=Es79N_9BblE vi mode in shell https://www.youtube.com/watch?v=GqoJQft5R2E +pass (password manager) https://www.youtube.com/watch?v=sVkURNfxPd4 " echo "$vidlist" | grep -P "^$(echo "$vidlist" | grep "https:" | sed 's/\t.*//g' | dmenu -i -p "Learn about what? (ESC to cancel)" -l 20 | awk '{print $1}')\s" | sed 's/.*\t//' | xargs -r mpv |
