Samir Alajmovic

Results 82 comments of Samir Alajmovic

I think the `regex filtering of servers` task would be a good start (code paths for similar functionality exist, see tags/servers). Some notes: - Set via flag or config, I'm...

It's in the backlog, but I'll make sure to bump it up since there seems to be some demand. What's the preferred shell for windows, powershell?

I'll look into it after I'm done with adding some needed unit and integrations tests (not sure how I'll test the remote window server, since I'm running Linux, but perhaps...

It's because it gets pretty complex when you use [RequestPty](https://pkg.go.dev/golang.org/x/crypto/ssh#Session.RequestPty) on the remote hosts. You're left with manually handling all signals, and fixing key presses, for instance, `Ctrl + L`...

Release v0.10.1 now supports - overriding the current shell (with the default shell being PowerShell for windows), see [sakecli.com/recipes](https://sakecli.com/recipes#change-shell). I haven't tested it thoroughly, so I'll keep this issue open...

The current task logic doesn't support your code yet, but there's a way to do it: 1. one involves some bash scripting 2. and the other one invokes the two...

I shouldn't need to change my json file to get the wanted results, but yes it works. Often times settings files don't contain a root key name like: ``` json...

Well I did create a pull request for a working solution, https://github.com/guzart/gulp-ng-constant/pull/35. The functionality is already in your code, we just wrap it under a new user entered field, so...

I did some similar work for https://github.com/alajmo/mani, allowing me to filter on tags, paths, and current working directory, so perhaps you add tags to each project to allow really granular...

I actually tried to implement this at the early stages of mani but I didn't find any YAML parser (not sure there is any) that preserves comments and newlines. Also,...