snowsaw icon indicating copy to clipboard operation
snowsaw copied to clipboard

A lightweight, plugin-driven and dynamic dotfiles bootstrapper.

Results 10 snowsaw issues
Sort by recently updated
recently updated
newest added

Solution for Issue #15

context-ui
scope-compatibility
status-evaluation

This PR changes the way in which commands in a `shell` task are executed. It runs a `cmd` command in a `shell` task by invoking `$SHELL -c cmd`. This is...

type-improvement
context-plugin
status-requires-review
scope-compatibility
scope-ux

One of the core tasks of `snowsaw` is its capability of running shell commands by using a `shell` field in the `snowblock.json` file. In the python implementation of `snowsaw`, user...

The title should hint and summarize what this document is all about: The future of the snowsaw project formed by a complete rewrite in the awesome [Go][] language. Even though...

type-epic
context-api
priority-high
scope-maintainability
scope-performance
scope-security
scope-stability
scope-ux

Implement a CLI option `--version` that returns the version string. This can be useful for dotfile repository bootstrap scripts to include information about the dotfile manager or to implement version-dependent...

type-improvement

context-documentation
type-feature
status-pending

Currently, any configured script will execute on all hosts. This commit will allow for a host item in the config so that the script will only run on the specific...

type-feature

Implement a `fresh` options for all core plugins that can be used to inidicate that the associated item should only be handled when the `--fresh` CLI option is set. The...

type-feature
context-plugin
type-proposal

The CLI options `-s`/`--snowblocks-directory` should be able to handle more than one parameter to allow multiple base snowblock directories. This way the repository can be structured even more fine-grained.

type-improvement

Hello, Currently with the `hosts` option in the `link` task I can differentiate Linux and MacOS only if I enter specific hostname for each of my machines. It would be...

type-proposal
status-requires-review