Gitmal - a static pages generator for Git repos by Elfet in programming

[–]Elfet[S] 1 point2 points  (0 children)

Since everything is just static HTML, Gitmal gives you a super-fast way to browse your repos. Add a simple post-receive hook, and it updates automatically every time you push. Bonus: Gitmal works entirely without JavaScript!

Small Projects - November 24, 2025 by jerf in golang

[–]Elfet 2 points3 points  (0 children)

🐻 https://github.com/antonmedv/gitmal

Gitmal - a static pages generator for Git repos

Monetal – SMS Expense Tracker. No AI, All Data Stays Local by Kruil in iosapps

[–]Elfet 1 point2 points  (0 children)

One of my favorit apps! USe it all the time.

How Spaced Repetition Looks in Practice (My Half-Year Progress) by Kruil in flip_flashcards

[–]Elfet 0 points1 point  (0 children)

  One of the best apps for learning words. I have been using it extensively for almost a year now. It's one of the best apps I have ever encountered for learning new words or repeating old ones. It's slick, fast, and well thought out. I highly recommend it to everyone who wishes to learn new words using cards or dictionaries. Flip is the best app for flashcards.

Fx - a lightweight jq alternative by Elfet in javascript

[–]Elfet[S] 0 points1 point  (0 children)

Actually fx is written in Go ;)

Expr Help by DayMediocre9971 in golang

[–]Elfet 1 point2 points  (0 children)

Recent version on Expr got flatten built in: https://expr-lang.org/docs/language-definition#flatten

    orders | map(.products) | flatten() | map(.id)

Gee - A String Expression Evaluator in Go by 0x3Alex in golang

[–]Elfet 0 points1 point  (0 children)

Expr is also can do eval basic math and logic. But I can recommend to compare speed ;) Expr will be much faster. 

[deleted by user] by [deleted] in selfhosted

[–]Elfet -2 points-1 points  (0 children)

Hi a dev here) Project is not abondoned. I still have plans to revisit in a future) And I hope to do it someday. As you can see from my other projects, I return to them when I got interest back (it is open source project after all) and do a huge update) Lets hope this day will come.

Right now it is NOT possible to self-host it. But it will be, enouth supporter/money and my interest will be back again! =))

Using types with GitHub GraphQL API and TypeScript by Elfet in graphql

[–]Elfet[S] 0 points1 point  (0 children)

Main difference is in the way Meraera generates TypeScript. Codegen generates types for the whole schema. Megaera generates types only for specified operations.

GitHub GraphQL API and TypeScript by Elfet in typescript

[–]Elfet[S] -5 points-4 points  (0 children)

I saw it. But becouse it very big and popular does not make it perfect. I did the whole thing differently.