Daily Shaarli

All links of one day in a single page.

February 17, 2024

fireflowers - The Rust Programming Language, in the words of its practitioners

There are comments reported from different people

Git | Max Bernstein

A git recent pretty-prints the last poked branches:

[alias]
    recent = ! git branch --sort=-committerdate --format=\"%(committerdate:relative)%09%(refname:short)\" | head -10

and more