diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-02-07 17:31:00 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-02-07 17:31:00 -0500 |
| commit | f70f44e4199512b59e26e56c94d815124f4e9f97 (patch) | |
| tree | 25e78516964fbb12f7cd570262df105592804c86 /.local/bin/tutorialvids | |
| parent | 3249d6b100ed600ae735a427244a9bf83637e4a2 (diff) | |
| parent | 8f36b8feb83e2a75f39b9b2c28e25c310d1ffbbd (diff) | |
| download | eibhear-f70f44e4199512b59e26e56c94d815124f4e9f97.tar.gz eibhear-f70f44e4199512b59e26e56c94d815124f4e9f97.tar.zst eibhear-f70f44e4199512b59e26e56c94d815124f4e9f97.zip | |
Merge branch 'master' of github.com:LukeSmithxyz/voidrice
Diffstat (limited to '.local/bin/tutorialvids')
| -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 |
