up209d / ResourcesSaverExt

Chrome Extension for one click downloading all resources files and keeping folder structures.
GNU General Public License v3.0
1.65k stars 337 forks source link

UI feature request: Download only `CSS` ? #41

Closed dnknn closed 3 years ago

dnknn commented 3 years ago

Thank you very much for this extension, it is very useful, but there is a problem,

Can you add an option to download CSS files only? Because don't care about other files, just want to download CSS files, but I can't find this option, After each download, there are a lot of unrelated other files.

up209d commented 3 years ago

Hi mate, you can quickly delete all other css files as command after extract the zip file

find . -type f -not -name "*.css" -delete

On Sat, 9 Jan 2021 at 10:55, dnknn notifications@github.com wrote:

Thank you very much for this extension, it is very useful, but there is a problem,

https://user-images.githubusercontent.com/10995302/104075918-5eb8de80-524f-11eb-9644-f7e39b28dcb7.png Can you add an option to download CSS files only? Because don't care about other files, just want to download CSS files, but I can't find this option, After each download, there are a lot of unrelated other files.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/up209d/ResourcesSaverExt/issues/41, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYYWIITWAGPISZGW7BYHCLSY6LP7ANCNFSM4V3DUVFA .

--

DUC MINH DUONG

Frontend Developer – Creative Coder

P

(+61) 451872009 <+61451872009>

L

ducup.dev

E

up209d@gmail.com

dnknn commented 3 years ago

find . -type f -not -name "*.css" -delete

thanks for the reply, Is it a Windows cmd command ?, do not understand the command line...

up209d commented 3 years ago

Ah it s bash command on MacOS and Linux, if you are using window there will be something similar to that or you can install bash terminal to use that command.

On Sun, Jan 10, 2021 at 6:07 PM dnknn notifications@github.com wrote:

find . -type f -not -name "*.css" -delete

thanks for the reply, Is it a Windows cmd command ?, do not understand the command line...

— You are receiving this because you commented.

Reply to this email directly, view it on GitHub https://github.com/up209d/ResourcesSaverExt/issues/41#issuecomment-757428842, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYYWIP2YDCF4WUTNVOMW3LSZFG3JANCNFSM4V3DUVFA .

--

DUC MINH DUONG

Frontend Developer – Creative Coder

P

(+61) 451872009 <+61451872009>

L

ducup.dev

E

up209d@gmail.com