forked from wezm/wezm.net
jq is written in C
This commit is contained in:
parent
c1086c5020
commit
a845f22988
2 changed files with 6 additions and 5 deletions
|
@ -145,7 +145,7 @@ readable.
|
||||||
<a class="action-button action-button-ghost" href="https://github.com/sharkdp/hexyl">Homepage</a>
|
<a class="action-button action-button-ghost" href="https://github.com/sharkdp/hexyl">Homepage</a>
|
||||||
|
|
||||||
<a name="jq"></a>
|
<a name="jq"></a>
|
||||||
### jq ![Language: Go](https://img.shields.io/badge/language-Go-%2300ADD8)
|
### jq ![Language: C](https://img.shields.io/badge/language-C-%23444444)
|
||||||
|
|
||||||
`jq` is kind of like `awk` for JSON. It lets you transform and extract information from JSON
|
`jq` is kind of like `awk` for JSON. It lets you transform and extract information from JSON
|
||||||
documents.
|
documents.
|
||||||
|
@ -315,7 +315,8 @@ partial name.
|
||||||
|
|
||||||
<a class="action-button action-button-ghost" href="https://www.getzola.org/">Homepage</a>
|
<a class="action-button action-button-ghost" href="https://www.getzola.org/">Homepage</a>
|
||||||
|
|
||||||
<!-- <img src="/images/lobsters.png" alt="" width="16" class="lobsters"> [Discuss on Lobsters](https://lobste.rs/s/7op1vm/my_first_3_weeks_professional_rust) -->
|
<img src="/images/lobsters.png" alt="" width="16" class="lobsters"> [Discuss on Lobsters](https://lobste.rs/s/pven1z/illustrated_guide_some_useful_command)
|
||||||
|
[Discuss on Hacker News](https://news.ycombinator.com/item?id=21363121)
|
||||||
|
|
||||||
<div class="seperator"><hr class="left">✦<hr class="right"></div>
|
<div class="seperator"><hr class="left">✦<hr class="right"></div>
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
---
|
---
|
||||||
title: An Illustrated Guide to Useful Command Line Tools
|
title: An Illustrated Guide to Some Useful Command Line Tools
|
||||||
extra: A short description and screenshot of some useful command line tools I use that aren't part of typical POSIX environment.
|
extra: A short description and screenshot of some useful command line tools I use that aren't part of typical POSIX environment.
|
||||||
kind: article
|
kind: article
|
||||||
section: technical
|
section: technical
|
||||||
created_at: 2019-04-25T16:12:49+10:00
|
created_at: 2019-10-26T14:11:22+11:00
|
||||||
#updated_at: 2019-03-30T10:02:56+11:00
|
updated_at: 2019-10-27T09:16:36+11:00
|
||||||
article_class: cli-tools
|
article_class: cli-tools
|
||||||
keywords:
|
keywords:
|
||||||
- cli
|
- cli
|
||||||
|
|
Loading…
Reference in a new issue