home.social

Search

1000 results for “jq”

  1. 🚀 Wow, #jsongrep is faster than jq? Alert the media! 📣 After a mere 17-minute read filled with mind-numbing automata theory and #benchmark babble, you'll finally learn that using jsongrep will save you a whopping nanosecond per query. 💤 Meanwhile, the rest of us will continue to use #jq, blissfully unaware of this groundbreaking revelation. 🙄
    micahkepe.com/blog/jsongrep/ #automation #performance #tech #news #HackerNews #ngated

  2. I published my notes on using #jq to add an element to an array while ensuring you don't create a duplicate in the array.

    This comes up when I'm writing a jq transformation I want to be able to run multiple times without adding a new entry each time (i.e. make it idempotent).

    salferrarello.com/add-element-

    #jq
  3. I published my notes on using #jq to add an element to an array while ensuring you don't create a duplicate in the array.

    This comes up when I'm writing a jq transformation I want to be able to run multiple times without adding a new entry each time (i.e. make it idempotent).

    salferrarello.com/add-element-

    #jq
  4. I published my notes on using #jq to add an element to an array while ensuring you don't create a duplicate in the array.

    This comes up when I'm writing a jq transformation I want to be able to run multiple times without adding a new entry each time (i.e. make it idempotent).

    salferrarello.com/add-element-

    #jq
  5. I published my notes on using #jq to add an element to an array while ensuring you don't create a duplicate in the array.

    This comes up when I'm writing a jq transformation I want to be able to run multiple times without adding a new entry each time (i.e. make it idempotent).

    salferrarello.com/add-element-

    #jq
  6. I published my notes on using #jq to add an element to an array while ensuring you don't create a duplicate in the array.

    This comes up when I'm writing a jq transformation I want to be able to run multiple times without adding a new entry each time (i.e. make it idempotent).

    salferrarello.com/add-element-

    #jq
  7. Afin de récupérer les textes des diapositives créées dans Polymny Studio (application en ligne permettant de réaliser des capsules vidéo pour commenter un pdf), j'ai découvert l'utilisation de la commande jq qui vaut le détour pour extraire les données d'un fichier json.
    Toutes les info sont ici :
    lofurol.fr/joomla/programmatio

    #PolymnyStudio #shell #script #json #jq #markdown

  8. Afin de récupérer les textes des diapositives créées dans Polymny Studio (application en ligne permettant de réaliser des capsules vidéo pour commenter un pdf), j'ai découvert l'utilisation de la commande jq qui vaut le détour pour extraire les données d'un fichier json.
    Toutes les info sont ici :
    lofurol.fr/joomla/programmatio

    #PolymnyStudio #shell #script #json #jq #markdown

  9. Afin de récupérer les textes des diapositives créées dans Polymny Studio (application en ligne permettant de réaliser des capsules vidéo pour commenter un pdf), j'ai découvert l'utilisation de la commande jq qui vaut le détour pour extraire les données d'un fichier json.
    Toutes les info sont ici :
    lofurol.fr/joomla/programmatio

    #PolymnyStudio #shell #script #json #jq #markdown

  10. Rudimentary TDD in #jq/#jaq:

    1. Choose an input; make a text file for it.
    2. Figure out the expected output; make a text file for it.
    3. `diff expected.txt =(cat input.txt | jaq -L "lib" 'main_filter')`

    It seems like real work to run multiple tests together, but this is a start.

    #jq
  11. Rudimentary TDD in #jq/#jaq:

    1. Choose an input; make a text file for it.
    2. Figure out the expected output; make a text file for it.
    3. `diff expected.txt =(cat input.txt | jaq -L "lib" 'main_filter')`

    It seems like real work to run multiple tests together, but this is a start.

    #jq
  12. Rudimentary TDD in #jq/#jaq:

    1. Choose an input; make a text file for it.
    2. Figure out the expected output; make a text file for it.
    3. `diff expected.txt =(cat input.txt | jaq -L "lib" 'main_filter')`

    It seems like real work to run multiple tests together, but this is a start.

    #jq
  13. Rudimentary TDD in #jq/#jaq:

    1. Choose an input; make a text file for it.
    2. Figure out the expected output; make a text file for it.
    3. `diff expected.txt =(cat input.txt | jaq -L "lib" 'main_filter')`

    It seems like real work to run multiple tests together, but this is a start.

    #jq
  14. Rudimentary TDD in #jq/#jaq:

    1. Choose an input; make a text file for it.
    2. Figure out the expected output; make a text file for it.
    3. `diff expected.txt =(cat input.txt | jaq -L "lib" 'main_filter')`

    It seems like real work to run multiple tests together, but this is a start.

    #jq
  15. TIL you can format jq output to be shell-safe by filtering it through @sh.
    (There are other text filters like @uri and such too).
    jqlang.org/manual/#format-stri
    #jq

    #jq
  16. TIL you can format jq output to be shell-safe by filtering it through @sh.
    (There are other text filters like @uri and such too).
    jqlang.org/manual/#format-stri
    #jq

    #jq
  17. TIL you can format jq output to be shell-safe by filtering it through @sh.
    (There are other text filters like @uri and such too).
    jqlang.org/manual/#format-stri

    #jq
  18. TIL you can format jq output to be shell-safe by filtering it through @sh.
    (There are other text filters like @uri and such too).
    jqlang.org/manual/#format-stri
    #jq

    #jq
  19. TIL you can format jq output to be shell-safe by filtering it through @sh.
    (There are other text filters like @uri and such too).
    jqlang.org/manual/#format-stri
    #jq

    #jq
  20. Writing jq queries... with real-time output? Yessir. 🐁

    🧪 **jiq** — An interactive JSON query tool with live results

    💯 Supports autocomplete, snippets, search & more!

    🦀 Written in Rust & built with @ratatui_rs

    ⭐ GitHub: github.com/bellicose100xp/jiq

    #rustlang #ratatui #tui #json #jq #cli #devtools #productivity

  21. Writing jq queries... with real-time output? Yessir. 🐁

    🧪 **jiq** — An interactive JSON query tool with live results

    💯 Supports autocomplete, snippets, search & more!

    🦀 Written in Rust & built with @ratatui_rs

    ⭐ GitHub: github.com/bellicose100xp/jiq

  22. Writing jq queries... with real-time output? Yessir. 🐁

    🧪 **jiq** — An interactive JSON query tool with live results

    💯 Supports autocomplete, snippets, search & more!

    🦀 Written in Rust & built with @ratatui_rs

    ⭐ GitHub: github.com/bellicose100xp/jiq

    #rustlang #ratatui #tui #json #jq #cli #devtools #productivity