bruno
bruno copied to clipboard
[Feature request] Add save-all command
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.
I would like to work on this. Is it available ?
@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, 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 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.
Ok @iamsampang, I have made this functionality and raised a PR #890 . Looking forward to more contributions.
@whoshriyansh, thanks for taking this on!
Do you have any updates on the progress of this feature?