You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/programs/zigfetch.org
+17-2Lines changed: 17 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
#+TITLE: zigfetch
2
2
#+DATE: 2025-01-01T18:01:47+0800
3
-
#+LASTMOD: 2025-01-02T23:02:00+0800
3
+
#+LASTMOD: 2025-01-03T09:03:14+0800
4
4
#+TYPE: docs
5
5
#+DESCRIPTION: Fetch zig package, baked by libcurl.
6
6
@@ -12,7 +12,9 @@ Since the HTTP support within Zig's standard library isn't currently stable, thi
12
12
13
13
This poses a significant challenge for Chinese developers owing to [[https://en.wikipedia.org/wiki/Great_Firewall][the Great Firewall]].
14
14
15
-
So =zigfetch= is born, it's baked by libcurl, so [[https://curl.se/libcurl/c/libcurl-env.html][http_proxy/https_proxy]] env vars work as expected.
15
+
As a consequence, =zigfetch= was developed; this tool operates via libcurl to ensure that both the =http_proxy= and =https_proxy= environment variables function correctly.
16
+
17
+
- https://curl.se/libcurl/c/libcurl-env.html
16
18
17
19
#+begin_src bash :results verbatim :exports result :dir ../../..
18
20
./zig-out/bin/zigfetch --help
@@ -25,4 +27,17 @@ So =zigfetch= is born, it's baked by libcurl, so [[https://curl.se/libcurl/c/lib
0 commit comments