bruno icon indicating copy to clipboard operation
bruno copied to clipboard

[Feature request] Add save-all command

Open flof opened this issue 2 years ago • 6 comments

In addition to the suggested save prompt #477 on window close, i would also suggest to add these extension regarding unsaved changes:

  • Provide a Save all command, like VSCode does. Preferably as keyboard shortcut (maybe Ctrl+Shift+S) and via menu.
  • Add a small indicator in the tree for all requests with unsaved changes.

Currently it is hard to not loose changes of requests when closing Bruno. I have to manually go through all requests to see if there are unsaved changes.

flof avatar Oct 23 '23 12:10 flof

I would like to work on this. Is it available ?

iambasantarai avatar Oct 23 '23 14:10 iambasantarai

@iamsampang . You can work on it. There is no process of assigning tickets.

If you choose to work on it, just keep sharing updates as you make progress and raise a PR when ready.

helloanoop avatar Oct 23 '23 15:10 helloanoop

@helloanoop, I would like to work on this issue but I'm little inexperience with large code-bases. Can you please guide me in which file I have to add the feature.

whoshriyansh avatar Nov 03 '23 04:11 whoshriyansh

@whoshriyansh You can work on this if you have already explored the code base. I just started to explore it but it's quite overwhelming for me because of no prior knowledge about the electronjs.

iambasantarai avatar Nov 05 '23 05:11 iambasantarai

Ok @iamsampang, I have made this functionality and raised a PR #890 . Looking forward to more contributions.

whoshriyansh avatar Nov 05 '23 06:11 whoshriyansh

@whoshriyansh, thanks for taking this on!

Do you have any updates on the progress of this feature?

ItsJustRuby avatar Mar 10 '24 08:03 ItsJustRuby