fdf 0.9.2

A fast, multi-threaded filesystem search tool with regex/glob support and extremely pretty colours!
Documentation
1
2
3
4
5
6
7
{
    "name": "fdf-linux",
    "image": "rust:1.91-slim",
    "workspaceFolder": "/workspace",
    "workspaceMount": "source=${localWorkspaceFolder},target=/workspace,type=bind",
    "postCreateCommand": "apt-get update && apt-get install -y pkg-config build-essential"
}