Dotfiles for my tiling window manager + terminal workflow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
304 B

  1. function scp-vid
  2. set dest_dir "/mnt/linux-files/Videos/personal-fortnite-games/review"
  3. if test $argv[1] = 'pogo'
  4. set dest_dir "/mnt/linux-files/Videos/pokemon-go"
  5. end
  6. scp -P 8022 192.168.0.18:/data/data/com.termux/files/home/storage/dcim/\'Screen\ recordings\'/$argv[2] $dest_dir
  7. end