morse icon indicating copy to clipboard operation
morse copied to clipboard

A graphical, interactive tool for browsing Clojure data

Results 7 morse issues
Sort by recently updated
recently updated
newest added

morse doesn't show any errors in the UI when it cannot connect to a remote, you just get a stacktrace written to stdout of the process

It would be useful to be able to quickly switch between many `nav->` inputs. I have this need when I'm switching between things which are slightly different and I want...

I have a cons list and when using "def as" on it, morse attempts to evaluate it which doesn't work because the elements of the list aren't evaluatable (it's a...

https://github.com/nubank/morse/blob/d868743507b77f53f318f6a8fb6f46d4f4f17cd6/src/dev/nu/morse/config.clj#L9 I was surprised to find a ".rebl/prefs.edn" file on my machine.

Thanks for writing Morse! I like it. It would be nice to be able to quickly jump to the Nav area, type in something (e.g. a 0) and then jump...

Ctrl-D is a globally supported key binding for forward character deletion, which is a very basic and very common editing operation, but it's assigned to`def as`. If I'm not mistaken,...