💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Vgmi › files captured on 2024-02-05 at 09:33:47. Gemini links have been rewritten to link to archived content
View Raw
More Information
⬅️ Previous capture (2023-12-28)
🚧 View Differences
-=-=-=-=-=-=-
Go back
Vgmi by Vaati
View account
Gemini client written in C with vim-like keybindings
git clone https://gmi.rmf-dev.com/Vaati/Vgmi
Log
Files
Refs
License
Readme
Files
0100644 BSDmakefile 603
0100644 GNUmakefile 732
0100644 LICENSE 740
0100644 Makefile 666
0100644 README.gmi 2935
0100644 README.md 2832
0100644 SECURITY.md 129
0100755 build.sh 2276
0100644 img/img1.png 74067
0100644 img/img2.png 84890
0100644 img/img3.png 9953
0100644 img/img4.png 62697
0100644 src/about.c 6128
0100644 src/about.h 2581
0100644 src/about_bookmarks.c 1116
0100644 src/about_certificates.c 1981
0100644 src/about_config.c 1830
0100644 src/about_history.c 1367
0100644 src/about_known_hosts.c 1427
0100644 src/about_newtab.c 1073
0100644 src/bookmarks.c 2630
0100644 src/bookmarks.h 334
0100644 src/certificate.c 3006
0100644 src/certificate.h 233
0100644 src/client.c 3635
0100644 src/client.h 904
0100644 src/client_display.c 4629
0100644 src/commands.c 5734
0100644 src/commands.h 1220
0100644 src/config.c 4063
0100644 src/config.h 1827
0100644 src/dns.c 1489
0100644 src/dns.h 134
0100644 src/error.c 2405
0100644 src/error.h 901
0100644 src/fuzzing.c 1381
0100644 src/fuzzing.h 50
0100644 src/gemini.c 1938
0100644 src/gemini.h 397
0100644 src/history.c 3366
0100644 src/history.h 382
0100644 src/image.c 4807
0100644 src/image.h 470
0100644 src/input.h 263
0100644 src/input_cmd.c 4333
0100644 src/input_normal.c 5023
0100644 src/known_hosts.c 4551
0100644 src/known_hosts.h 533
0100644 src/macro.h 582
0100644 src/main.c 1475
0100644 src/memcheck.c 4672
0100644 src/memcheck.h 687
0100644 src/memory.c 542
0100644 src/memory.h 172
0100644 src/page.c 3166
0100644 src/page.h 1702
0100644 src/page_search.c 1446
0100644 src/page_writer.c 3235
0100644 src/parser.c 4090
0100644 src/parser.h 1339
0100644 src/parser_binary.c 927
0100644 src/parser_common.c 1229
0100644 src/parser_gemtext.c 6979
0100644 src/parser_links.c 3619
0100644 src/parser_metadata.c 944
0100644 src/parser_plain.c 957
0100644 src/parser_request.c 2324
0100644 src/proc.c 1212
0100644 src/proc.h 172
0100644 src/punycode.c 9701
0100644 src/punycode.h 1508
0100644 src/request.c 4557
0100644 src/request.h 777
0100644 src/sandbox.c 274
0100644 src/sandbox.h 2358
0100644 src/sandbox_freebsd.c 1947
0100644 src/sandbox_linux.c 5673
0100644 src/sandbox_openbsd.c 1140
0100644 src/sandbox_solaris.c 1041
0100644 src/secure.c 4845
0100644 src/secure.h 361
0100644 src/storage.c 4397
0100644 src/storage.h 521
0100644 src/strlcpy.c 1877
0100644 src/strlcpy.h 58
0100644 src/strnstr.c 2500
0100644 src/strnstr.h 62
0100644 src/tab.c 6697
0100644 src/tab.h 648
0100644 src/tab_display.c 3582
0100644 src/termbox.c 85152
0100644 src/termbox.h 20702
0100644 src/url.c 5506
0100644 src/url.h 527
0100644 src/utf8.c 3833
0100644 src/utf8.h 627
0100644 src/wcwidth.c 16592
0100644 src/wcwidth.h 97
0100644 src/xdg.c 1641
0100644 src/xdg.h 184
0100644 stb_image/stb_image.c 2668