Skip to content

第62期 05 week share 2026-01-30

本周我读到有趣的文章

1、Moltbot/Clawdbot

TIP

Your own personal AI assistant. Any OS. Any Platform. The lobster way.

2、PDFCraft

TIP

PDFCraft is a free, privacy-focused PDF toolkit that runs entirely in your browser.

3、sqlit

TIP

A user friendly TUI for SQL databases. Written in python. Supports SQL server, Mysql, PostreSQL, SQLite, Turso and more.

4、tusd

TIP

tusd is the official reference implementation of the tus resumable upload protocol:

5、serie

TIP

A rich git commit graph in your terminal, like magic

6、zensical

TIP

A modern static site generator by the Material for MkDocs team

7、traffic-light

TIP

A persistent network speed tracker in your status bar

8、python-docx-template

TIP

A library for creating Microsoft Word documents from templates.

9、BASH

bash
#文本查找(递归查找内容)
grep -rn "keycloak" /var/log/
#文件复制
cp file.txt /path/to/destination/
cp -r dir1/ /path/to/destination/

返回目录

Developed by Orange