ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

Monitor the size of files

<< < (7/7)

mouser:
mentioned on ghacks today: http://www.ghacks.net/2010/07/14/size-matters-monitors-a-list-of-files/

The application currently has a few shortcomings. It for instance does not have an option to react on file size changes. This could be something as simple as playing an alarm sound to advanced features like running external programs.

Size Matters does not update the list with new files that are added in folders that have been previously added to the program. This makes it impossible to monitor a download folder for instance, as the program fails to add the new files to the list.

This option could be combined with the ability to set rules for folders, like setting a maximum size limit for a folder, again with alarms that go off if the limit is reached.
--- End quote ---

skwire:
Well, crap, that's what the limit column was going to be for when I got around to adding the functionality for it. 

svv1999:
Well, crap, that's what the limit column was going to be for when I got around to adding the functionality for it. 
-skwire (July 14, 2010, 10:14 AM)
--- End quote ---
It seems funny how much effort one can produce for a one liner in cygwin:
ls -s -1 --block-size=<maxAllowedSize> <filenames> | gawk -- '$1>1'

-svv1999

Navigation

[0] Message Index

[*] Previous page

Go to full version