br0xen / boltbrowser

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

Run value through external program #36

Open br0xen opened 5 years ago

br0xen commented 5 years ago

It could be nice in some cases to be able to run a value through an external program and view the returned value in the right pane... I'm thinking of instances where, perhaps, hex/binary data is stored, but it should be readable in ascii if converted through xxd or something.

deliciouslytyped commented 1 year ago

Would be good for JSON as well.