kidonng / dotfiles

7 stars 0 forks source link

mpv script #2

Open phanirithvij opened 2 months ago

phanirithvij commented 2 months ago

Saw your mpv script and found it Interesting but it doesn't seem git clone is working

# In fish or bash I tried
git clone --filter blob:none https://github.com/{tomasklaen/uosc,po5/thumbfast}

and tree

.
└── https:
    └── github.com
        └── po5
            └── thumbfast
                    **** uosc ****

uosc is cloned inside this weird thumbfast path

kidonng commented 2 months ago

Yeah rookie moment, this is actually git clone <from> <to>. Should have used a for loop.