File size of project

Is there a way to know the size of the files in the project? or at least the total size

Is possible to get via console or is it a feature already?

You can run du -sh . to get the size of your project.

Click this in the editor (bottom left)

Screenshot 2020-10-21 at 6.14.31 PM

then the “disk space” is the space of your project.

image

2 Likes

You can subscribe to Boosted (pay) and get more space :slight_smile:

2 Likes

Also with the flag --max-depth=1 to not get terminal spam. This does not work on the windows version of coreutils/busybox btw

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.