The Wayback Machine - https://web.archive.org/web/20220407120956/https://github.com/topics/symlink
Skip to content
#

symlink

Here are 146 public repositories matching this topic...

toml-bombadil
oknozor
oknozor commented Sep 7, 2020

Importing is currently done this way :

[[import]]
path = 'path/to/imported-config.toml` 

The path property only supports path to a file. Users shall be able to import multiple files using a regex or a directory path :

[[import]]
path = 'path/to/config_dir/*.toml` 
[[import]]
path = 'path/to/config_dir/**
enhancement good first issue Hacktoberfest

Improve this page

Add a description, image, and links to the symlink topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the symlink topic, visit your repo's landing page and select "manage topics."

Learn more