Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

FWIW nu shell can be used for a lot of the same use-cases:

    $ echo "[1, 2, 3]" | nu -c 'cat | from json | to yaml'
    ---
    - 1
    - 2
    - 3
    
    $ echo '{"key": [1, 2, 3]}' | nu -c 'cat | from json | to yaml'
    ---
    key:
      - 1
      - 2
      - 3


Cool! Glad I'm not the only one who saw a need for this stuff :D


Daniel, we would like to be able to award superpoints.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: