-
Notifications
You must be signed in to change notification settings - Fork 275
Description
I have quite a few remote projects and these projects locally take up over 100gb of storage, I need to clear them out locally without deleting them from the remote.
To do this now I need to open each project I no longer want and get the guid of it, then go to '/Users/emesare/Library/Application Support/Binary Ninja/remote' and delete the associated bnpr.
If I want to delete specific files in a remote i need to open the project, locate the file and then open the file location and delete. Seeing as i have open and close 200 remote projects this is quite tedious if i am looking to only delete files which take up a considerable amount of space. This particular issue of trying to delete remote project files locally I am less interested in, I would accept just the option to delete remote projects from the remote dialog.
I would prefer if the remote dialog offered a way to delete the project locally (that requires no deletion permissions on the server) and a way to delete project files locally (that requires no deletion permissions on the server) from the project browser.
Related #7955