68kMLA Classic Interface

This is a version of the 68kMLA forums for viewing on your favorite old mac. Visitors on modern platforms may prefer the main site.

Click here to select a new forum.
remember Trashman Emptier?
Posted by: ChristTrekker on 2010-01-04 10:36:46
Remember this app, with the icon like a garbage truck and letters TM on the side? It would put a timestamp in the info field when dropping something in the trash, then automatically delete those items when it reached a certain age. Very handy! Is there anything that works like that for OS X? I just reclaimed 7% of my disk space by emptying my trash, so it would be great if it would self-empty. However, I don't want to get in the habit of trashing and emptying immediately, because there've been numerous "oh crap!" moments when I realized I threw the wrong folder in the trash minutes after doing it.

Posted by: ken27238 on 2010-01-04 12:22:48
i can't remember the name...but there is an app on the apple site that is a utility that you can set to do certain things at a given time....I'm sure one of them is empty the trash......oh wait here it is: http://www.apple.com/downloads/macosx/system_disk_utilities/mainmenu.html its called MainMenu

Posted by: protocol7 on 2010-01-04 13:28:08
Another shareware option is Compost.

Posted by: ChristTrekker on 2010-01-04 14:05:40
I found something named TrashTimer today too. I'll have to look into all these a bit more.

Posted by: macguy on 2010-01-05 21:37:01
Remember this app, with the icon like a garbage truck and letters TM on the side? It would put a timestamp in the info field when dropping something in the trash, then automatically delete those items when it reached a certain age. Very handy! Is there anything that works like that for OS X? I just reclaimed 7% of my disk space by emptying my trash, so it would be great if it would self-empty. However, I don't want to get in the habit of trashing and emptying immediately, because there've been numerous "oh crap!" moments when I realized I threw the wrong folder in the trash minutes after doing it.
depending on what flavour of X you are working in there was ican and today there;s dragthing that put that pre X trash can on your desktop and tell you how much is in that can

i wish X would tell me how much space is being reclaimed

Posted by: ChristTrekker on 2010-01-06 08:35:00
i wish X would tell me how much space is being reclaimed
Yeah, that would be nice. I do "df -h" in a shell before and after. Not nearly as convenient, but since I usually have a terminal open all the time, not too bad.

Posted by: macguy on 2010-01-06 08:46:37
i wish X would tell me how much space is being reclaimed
Yeah, that would be nice. I do "df -h" in a shell before and after. Not nearly as convenient, but since I usually have a terminal open all the time, not too bad.
Could you kindly give the terminal text ( so that i could just copy/paste ) ? And, what exactly does that actually do ?

I'm terminally illiterate so i sure require a lot of help with terminal.

Posted by: Osgeld on 2010-01-06 09:55:33
df -h is the command

df (i assume) means disk free the -H put it into "human readable" format and counts in 1000's (instead of 1024)

Posted by: macguy on 2010-01-06 10:43:14
just to get this thru my thik head:

just launch the terminal and copy paste df - h into terminal and hit enter or return ?

Excuse me I'm just beginner to terminal ( the name terminal scares the hhhhhhhh out of me ) and i just don't fully understand how to use the terminal language

Posted by: Dog Cow on 2010-01-06 11:53:34
Yes, just type:

df -h
And press return

Posted by: Osgeld on 2010-01-06 12:29:09
it should be noted that df is the command and -h is just a flag for the command, since i dont have osx (dont beat me please) i cant confirm, but in every other nix system on the planet you can also use man (command) to get a help page, so in this case

man df

should pop open a help page for df in the term

Posted by: Dog Cow on 2010-01-06 13:06:04
Technically, speaking " -h" is the command argument. However, you are right, Mac OS X does have a man command, so

man df
will give information about the df command.

1