sauce icon indicating copy to clipboard operation
sauce copied to clipboard

A tool to help manage context/project specific shell-things like environment variables.

Results 9 sauce issues
Sort by recently updated
recently updated
newest added

The idea being that one could define their target handler using some predefined calling convention, and `sauce -t foo` or whatever to execute a specific subcategory of items; where the...

I'm enthusiastic about Sauce, having struggled with similar needs for long myself. I came up with some unreleased code, which allows me to cover a subset of what Sauce currently...

Suggested by someone to me: > I'd like to use it more, but I have a lot of inertia behind .envrc files > What would be awesome is if you...

In particular, if i define some top-level alias `push = git push origin master`, i would ideally like to not **have** to `sauce` to get that, while i may not...

Today autoload=true is essentially equivalent to `sauce` with no args. There's no reason we can't support `autoload-args` (valid globally or locally) as a setting `autoload-args = '--as prod -g 'FOO*'`...

enhancement

This flag would cause `sauce shell init` to include `--color=never` flag, causing color to be disabled. Use `shell init` to customize behavior to avoid loading config on vanilla `sauce`-type commands...

enhancement

This would enable one to simply kill the current shell to revert state. Due to lack of any (or at least consistent) support for running shell code on startup of...

enhancement

I.e. Allow the ability to write ``` [alias.fish] foo = 'bar' ``` Even if, practically, it might be unlikely that someone would want/need cross-shell compatbility, `sauce` can be annoying to...

enhancement

https://github.com/nushell/nushell nushell might be too young / not have all the required features yet. Not sure. But it would be a great shell target

enhancement
externally-blocked