-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Right now to create a conditional group you need to create a base folder, i.e. test and test_unix. This is not a huge issue, but it would be great if you could just create conditional groups and they were detected.
At the moment, it is possible to install groups without a base folder (so just test_unix) with tuckr add test_unix manually, but running tuckr add test returns test doesn't exist.
This feels specially useful for custom targets. For example, I was trying to create an xdg_#desktop folder, that should only be installed on desktop computers. Headless machines shouldn't get this, so I feel it's not necessary to create an xdg path. Of course, something like base, base_#desktop and so on can be created, so this is not very high priority. But still it would be a nice improvement.