New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looking for beta testers for new release 2.3 #11
Comments
Just found this tool and tested out the beta for a fairly simple use case. I wanted to pull in only certain changes to a work project from an exporter we use which gives us some boilerplate files/code based on the project spec. I dropped all the files into my project then only staged a specific lines with changes I wanted to keep (sounds weird I know, but it saved me a ton of time). Committed the lines I'd staged then discarded all remaining changes. Problem is that left ~40 empty directories behind since git only deletes the files. I downloaded the new beta (on windows) and ran it one directory above where I'd added and removed files. The beta found all the directories I wanted deleted and also did not detect any false positives. Thanks for the great and simple to use tool! For your reference here's the basic folder structure I ran it on: etc with a whole lot more subs and plenty of non empty directories at the same level as the empty ones. Hope this feedback's helpful. |
The new version completely wiped my carefully selected ignore list and replaced it with a standard one... Even starting the old version doesn't bring me back my ignore list. Now I have to take several minutes again to check, which directories I didn't want to be removed. Edit: I found the config file vor version 2.2.0.0, where my directories still where inside. I dunno why the old version still did only show the same default one suddenly. You might want to import the old file if present. |
The program deletes an empty Windows / TEMP folder. You need to put this folder in an exception. F-Secure Freedome VPN does not work without this folder. |
Put it in your user exception. The fact that the program fails simply because of a missing TEMP is just dumb. Considering it's F-Secure I guess I shouldn't be surprised |
The program deleted more than 200 blank folders. I had to spend half a day to find the cause because of which the F-Secure Freedome VPN does not work. You imagine how it is among 200 remote empty folders to find the only folder you want to save. |
Pro tip, dont run it on System folders like the root of the OS drive or any Windows folder |
Love this app. It'd be great to have a scheduling option. I've sent Windows Storage Sense to automatically delete things from my downloads folder that haven't been open in a month (I'm good at moving things I wish to keep to more permanent folders, so this is typically just installers and the like); but it leaves empty folders. It'd be great to be able to schedule a daily scan and delete of empty directors in that folder. |
Rather than add a scheduling interface, I would recommend implementing a command line interface. This will allow one to make use of pre-existing Windows scheduling apparatus such as Task Scheduler. |
Task Scheduler is what most apps use. You check a few boxes, tell it what to do, and it creates a task in Windows Task Scheduler. |
Can you statically link alphaFS ? I liked that RED used to be a one-file tool. |
Worked just fine for me. Simple to use. Had a directory with over 100 sub-directories and it cleared out 66 of them. Some had 0 length files in them, which I was happy to see would be deleted as well. |
This is a you problem. Don't use the tool on windows or system folders. |
I agree with the comment above, a dev has to test all error cases. |
just curious if anyone can point me to where the "portable" version is saving its settings? doesnt seem to be creating any config or ini in the directory in which its ran, yet its definitely saving changes i'm making. at first glance not seeing anything in the usual places %appdata% %localappdata% %programdata% though it could be named something that im overlooking so apologies if thats the case. as a secondary inquiry, how safe is this to run against the aforementioned 3 directories? I've been pruning some old stuff by hand but id prefer to "not" do that and as such my googling had led me here. finally, thank you to the dev. you open source guys are modern day heroes to the non programmers amongst us <3 |
Should be in C:\Users<username>\AppData\Local\Jonas_John\ at least I found my settings in there. |
ah yes, entirely overlooked. I was searching for RED or removeemptydirectories etc. Thank you! perhaps its a difference of opinion on what constitutes a portable app, but id prefer the settings be saved alongside the executable if thats an option for a future version. #shameless :P |
I agree. This is what any portable app should actually do. If it doesn't, it's actually not portable, since you would have to access a non-portable storage medium for the settings to go with you.. |
Thanks for making a new release. I've just been using batch scripts or PowerShell scripts, but I love GUI's! |
I agree, too |
Thank you for this new version. As far as I know, there is no possibility to change application language (in my case, French). Is there any work or development in the future ? |
Will this tool ever get updated again? |
Hi everyone!
I finally had the time to compile and package a new version of RED 馃槉
It includes recent community contributions and I also made quite a few changes, mostly regarding the user interface.
The most visible change is probably the separation of the settings tabs into three different tabs.
I did this because I thought that the old tab looked very crowded. Additionally, I wanted to add more info about the options and explanations. I hope the settings are more user friendly now.
I would be very happy if some of you, could try the new version and give me some feedback.
I also tested the installer and RED itself extensively on my computer and in different virtual machines (Win7/32 Bit, Win10/32 Bit & Win10/64 Bit). I also made some batch files to test different test cases (like special chars). You find that in the repo if you are interested.
You can download the beta version of the new release over here:
https://github.com/hxseven/Remove-Empty-Directories/releases/tag/2.3-beta.0
The text was updated successfully, but these errors were encountered: