Live data from Hacker News

Show HN: Derulo, a tool for manipulating JSON files

github.com

21–23 of 23 posts

Re: Show HN: Derulo, a tool for manipulating JSON files

#21
post #11
post #10

Earlier quoted context omitted.

Yeah, as a quick hack I made it so typing 'end' for a key or value exits it. This is obviously a valid key or value though, so something else is needed. Maybe some control sequence would work? Not sure how you handle those in Node.

Fixed now. Just type Ctrl-C. Thanks for the report.

How about Ctrl-D as well. Probably makes a bit more sense.

Re: Show HN: Derulo, a tool for manipulating JSON files

#23
post #22
post #21

Earlier quoted context omitted.

How about Ctrl-D as well. Probably makes a bit more sense.

+1, Ctrl D is interrupt, and bash, node, python, etc. use it to quit.

I think I'll keep Ctrl+D for quitting the whole program, Ctrl+C for just finishing the REPL and going to the save/discard prompt.
Post reply on HN