ldb icon indicating copy to clipboard operation
ldb copied to clipboard

Add get_bin command to retrieve binary data without trailing \n

Open vi opened this issue 7 years ago • 1 comments

I'm not sure if this is a correct implementation. Related to #52.

vi avatar Jan 23 '18 20:01 vi

I like this idea actually (more than setting the encoding, for this use case). Maybe we could take this a step further and print the hex value, ie:

>getbin foobar
[12 05 e4 6f 11 b5]

heapwolf avatar Jan 31 '18 10:01 heapwolf