pet
pet copied to clipboard
Simple command-line snippet manager
This PR adds some environment variable management capabilities to pet. Does this by saving env vars in "snippets" that have a tag of [[env]] (piggybacking on the sync), and activating...
When only two characters are used for a variable it prevents the next variable's input box from displaying. For example... `rdesktop -u ` works and displays both input boxes whereas...
This CL supports multiple default values like , this parameter will rendered like this in `generateView`: ``` --proxy=cfg1|cfg2|cfg3-----------| |cfg1 |cfg2 |cfg3 |---------------------------------| ``` then we can use up/down arrow to...
Would be nice to have the option to define multiple default params. After executing the command it should be possible to choose between them. E.g. `` or something similar.
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 2 to 3. Release notes Sourced from goreleaser/goreleaser-action's releases. v3.0.0 What's Changed chore: node 16 as default runtime by @crazy-max in goreleaser/goreleaser-action#343 This requires a minimum Actions...
In zsh I can use something like this ` print -C 5 $( > sh: print: command not found > exit status 127 I think it is because the using...
*Issue #, if available:* None *Description of changes:* - correct url for access tokens - add additional config info By submitting this pull request, I confirm that you can use,...
This PR introduces a new `GeneralConfig` field called `Cmd` which can be used to overwrite the default command that is used to execute a snippet. Currently `sh -c` is used...
1. in the argument window - when small text is pasted works fine - but when larger text is pasted - it introduces spaces between the characters - eg consider:...
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3. Release notes Sourced from actions/setup-go's releases. v3.0.0 What's Changed Update default runtime to node16 (actions/setup-go#192) Update package-lock.json file version to 2 (actions/setup-go#193) and @types/node...