Skip to content

第89期 37 week share 2026-09-18 ​

本周我读到有趣的文章 ​

1、Git Agent

TIP

开源的跨平台 Git 桌面客户端,将工作区、提交历史、差异审查、三方合并放在一个窗口,支持 AI 功能。

2、htmx4

TIP

htmx is a small library that adds a few attributes to HTML, transforming the hypertext you know & love into a modern, dynamic tool that you can build amazing websites with.

3、Flint

TIP

Flint is a visualization language that lets AI agents reliably create expressive, good-looking charts from simple, human-editable chart specs.

4、NFCX

TIP

轻而易举地操作 NFC 卡片.

5、VueUse

TIP

A collection of essential Vue Composition Utilities. useWebMCP

6、Mailez

TIP

自托管开源邮箱系统,完全属于自己的邮箱系统

7、BASH

bash
pip --version
# Install a package
pip install package_name
# Install a specific version
pip install package_name==1.2.3
# Upgrade a package
pip install --upgrade package_name
# Uninstall a package
pip uninstall package_name

返回目录

Developed by Orange