Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)BE
Posts
0
Comments
578
Joined
2 yr. ago

  • Similar to yours OP I copy many URLs and then run my script that takes the number of URLs I copied eg 5,and downloads them with yt-dlp and GNU parallel to ~/Videos

    I use CopyQ to hold the clipboard history.

  • It was a little strange in the "line movement" part they were talking about setting vim navigation on the cmd line and then putting Emacs style as aliases, of which I said it's a bit suss as it's too close to vim append.

  • Now I have four ways to get to the begining and end of a command line. I can press Escape,^ or Ctrl+a for the begining of the line, and Escape,$ or Ctrl+e for the end of the line.

    Bit suss on the ctrl-A start of line, because vim binding is A for append which is end of line.