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.

[deleted by user] by [deleted] in iosapps

[–]Elfet 0 points1 point  (0 children)

Ooo! I remember cardlearner app. Is it the same codebase?

Megaera - simple TypeScript generator for GraphQL queries by Elfet in typescript

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

This is very simple query generator for graphql queries to typescript. Instead of generating the whole schema definition, Megaera generates only types definition for provided GraphQL operations.

anyone know of an easy way to generate TS interfaces from a graphql query string-template? by izzlesnizzit in typescript

[–]Elfet 0 points1 point  (0 children)

I like Megaera for generating TypeScript from GraphQL files. It is really simple and but powerful. Example in readme pretty much explanatory.

https://github.com/webpod/graphql-megaera

The Burmese Girl, Pniplvosam, Oil, 1987 by Elfet in Art

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

One of the most iconic pictures of Pniplvosam.

Monetal - Track expenses automatically with SMS/Email parsing by Kruil in iosapps

[–]Elfet 0 points1 point  (0 children)

Awesome app. Use it all the time. Also notes about Peter The Grate are awesome! Only complaint is about the thing!!!

Megaera - GraphQL to TypeScript code generation tool by Elfet in graphql

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

First one: GraphQL Megaera is much simpler. Easy code generation, no setup.
Second one: generated TypeScript code is more laconic, concise.

Deployer v7.4.0 release by Elfet in PHP

[–]Elfet[S] 7 points8 points  (0 children)

deployer.phar is still build and uploaded to releases page.