br0xen / boltbrowser

A CLI Browser for BoltDB Files
GNU General Public License v3.0
631 stars 91 forks source link

Exported files not closed correctly #30

Closed mdavey closed 5 years ago

mdavey commented 5 years ago

When using the 'X' hotkey to export, you are prompted for a filename and the data is saved correctly.

However the file isn't closed (it cannot be opened by another process until you exit boltbrowser)

The next time a export is performed, the entered filename isn't used, and data appears to be appended to the original file (which is still open).

OS: Windows 10 Version: Most recent from readme.md link

br0xen commented 5 years ago

Thanks, it should be fixed now.