23 Apr 25

Official Python command-line tool of the Overture Maps Foundation. Overture Maps provides free and open geospatial map data, from many different sources and normalized to a common schema. This tool helps to download Overture data within a region of interest and converts it to a few different file formats.


20 Apr 25

A small, self-contained cross-platform CLI tool that allows you to just grab the binary and serve some file(s) via HTTP.

by agnieszka Apr 2025 saved 2 times

An open-source tool for reading OpenStreetMap PBF files using DuckDB.

  • Scalable reader for OpenStreetMap ProtoBuffer (pbf) files.
  • Is based on top of DuckDB1 with its Spatial2 extension.
  • Saves files in the GeoParquet3 file format for easier integration with modern cloud stacks.
  • Utilizes multithreading unlike GDAL that works in a single thread only.
  • Can filter data based on geometry without the need for ogr2ogr clipping before operation.
  • Can filter data based on OSM tags.
  • Utilizes caching to reduce repeatable computations.
  • Can be used as Python module as well as a beautiful CLI based on Typer4.

08 Jul 24

fabric is an open-source framework for augmenting humans using AI. It provides a modular framework for solving specific problems using a crowdsourced set of AI prompts that can be used anywhere. - danielmiessler/fabric


05 Mar 23

CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, more, in a single portable script.

by eli Mar 2023 saved 3 times

31 Mar 22

Difftastic is an experimental diff tool that compares files based on their syntax.

by pyrho Mar 2022 saved 2 times

14 Jul 21

Code evolves, and we all spend time studying diffs. Delta aims to make this both efficient and enjoyable: it allows you to make extensive changes to the layout and styling of diffs, as well as allowing you to stay arbitrarily close to the default git/diff output.

by pyrho Jul 2021 saved 2 times

21 Jun 21

Code formatter for Lua. Contribute to Koihik/LuaFormatter development by creating an account on GitHub.