Tuckr 0.8.0
What's changed
- Added
ls-hooks
andls-secrets
commands, making it easier to know what are the available hooks and secrets - Added conditional groups
- Improved symlink status reports
- Fixed symlinking not working on non unix systems
- FIxed validation not working on windows
Conditional groups
Tuckr now supports conditional groups. Conditional groups allows files to only be deployed on specific systems. They're just regular group directories suffixed with the preferred platform (e.g. vscode_windows, vscode_unix, vscode_macos). Tuckr will treat them as if they were a part of the original unsuffixed group.
You can learn more about the state of all associated groups by running tuckr status nvim
.
Full Changelog: 0.7.1...0.8.0