GitHub - ChristopherMacGown/devcontainer-features: Some helpful features that can be added to devcontainer configurations. (original) (raw)

devcontainer features

A cool icon would be nice here. Devcontainer 'features' Simple, reusable features curated by @ChristopherMacGown

This repository contains a collection of features curated by @ChristopherMacGown.

Collected Features

mcfly

mcfly is a replacement for your defaultctrl+r shell history search that uses an intelligent search engine to prioritize in real-time from your current working directory and recently used commands to return history suggestions relevant to what you're working on right now.

usage

"features": { "ghcr.io/ChristopherMacGown/devcontainer-features/mcfly:1": {} }

Additional options can be found in the feature documentation.

direnv

direnv augments shells to load and unload environment variables based on the current working directory.

usage

"features": { "ghcr.io/ChristopherMacGown/devcontainer-features/direnv:1": {} }

Additional options can be found in the feature documentation.

easy-container-hooks

This is a cross-distribution devcontainer feature that installs static script runners to /usr/local/bin that will execute scripts located in your devcontainer's local hooks directory.

usage

"features": { "ghcr.io/ChristopherMacGown/devcontainer-feautres/easy-container-hooks:1":{} }

Additional options can be found in the feature documentation.

minio-client

minio-client is an AWS S3 compatible client for S3 and Minio.

usage

"features": { "ghcr.io/ChristopherMacGown/devcontainer-features/minio-client:1": {} }

Additional options can be found in the feature documentation.