antonmedv / fx

Terminal JSON viewer & processor
https://fx.wtf
MIT License
19.08k stars 438 forks source link

Fix case with dash in key #143

Closed Dry7 closed 2 years ago

Dry7 commented 4 years ago

If you try call Shift+Right on key with dash (example release-it) you catch the error

curl https://raw.githubusercontent.com/antonmedv/fx/master/package.json | fx

Peek 2020-10-26 02-47

antonmedv commented 4 years ago

2020-10-26 11 45 38 Works on mine. What fx version?

Dry7 commented 4 years ago

2020-10-26 11 45 38 Works on mine. What fx version?

dry7@dry7-GP75-Leopard-9SE:~/antonmedv/fx$ fx -v
20.0.2
dry7@dry7-GP75-Leopard-9SE:~/antonmedv/fx$ node -v
v14.5.0

you use Shift+Right on release-it line?

antonmedv commented 4 years ago

Got it. I was using right. S+> is failing.

antonmedv commented 2 years ago

I rewrote the entire fx in golang. So I belove this PR is no longer actual.