initial commit
This commit is contained in:
commit
429a176559
59 changed files with 4097 additions and 0 deletions
5
content/2018/02/22/_index.md
Normal file
5
content/2018/02/22/_index.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
+++
|
||||
transparent = true
|
||||
sort_by = "date"
|
||||
paginate_by = 5
|
||||
+++
|
16
content/2018/02/22/varlink-and-the-elvish-shell.md
Normal file
16
content/2018/02/22/varlink-and-the-elvish-shell.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
+++
|
||||
title = "varlink and the elvish shell"
|
||||
date = 2018-02-22T09:53:37+00:00
|
||||
+++
|
||||
I recently discovered [Elvish](https://elvish.io/), which is a shell perfectly
|
||||
suited to process structured data. In my case it is perfect to be used with
|
||||
[varlink](http://varlink.org). Too bad elvish has no numeric type and
|
||||
can't feed varlink with int and float, because to\-json converts them to strings.
|
||||
|
||||
<!-- more -->
|
||||
|
||||
<img src=https://harald.hoyer.xyz/wp-content/uploads/sites/2/2018/02/Screenshot-from-2018-02-22-11-07-04.png>
|
||||
|
||||
To see what I mean, watch this video:
|
||||
|
||||
[](https://asciinema.org/a/bB3OatlJltV3tTdSRpsrQELxQ).
|
6
content/2018/02/22/varlink-for-dnf-a-showcase.md
Normal file
6
content/2018/02/22/varlink-for-dnf-a-showcase.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
+++
|
||||
title = "varlink for dnf - a Showcase"
|
||||
date = 2018-02-22T07:09:03+00:00
|
||||
+++
|
||||
On the [varlink wiki page](https://github.com/varlink/documentation/wiki/Adding-varlink-to-DNF) I showcase how to add varlink to a python project. In this case, I chose DNF, the rpm package manager of Fedora.
|
||||
<!-- more -->
|
Loading…
Add table
Add a link
Reference in a new issue