| 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.
mcfly is a replacement for your default
ctrl+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.
"features": {
"ghcr.io/ChristopherMacGown/devcontainer-features/mcfly:1": {}
}Additional options can be found in the feature documentation.
direnv augments shells to load and unload environment variables based on the current working directory.
"features": {
"ghcr.io/ChristopherMacGown/devcontainer-features/direnv:1": {}
}Additional options can be found in the feature documentation.
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.
"features": {
"ghcr.io/ChristopherMacGown/devcontainer-feautres/easy-container-hooks:1":{}
}Additional options can be found in the feature documentation.
minio-client is an AWS S3 compatible client for S3 and Minio.
"features": {
"ghcr.io/ChristopherMacGown/devcontainer-features/minio-client:1": {}
}Additional options can be found in the feature documentation.