pet

Simple command-line snippet manager

MIT License

Stars
4.4K
Committers
55
pet - โšก๏ธ Snippet directory, easier copies, config opts โšก๏ธ Latest Release

Published by knqyf263 2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/knqyf263/pet/compare/v0.8.4...v0.9.0

pet - v0.8.4

Published by knqyf263 6 months ago

Changelog

  • 9d07e3b fix: Fixed multiline toml tag
pet - v0.8.1

Published by knqyf263 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/knqyf263/pet/compare/v0.7.1...v0.8.1

pet - v0.7.1

Published by knqyf263 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/knqyf263/pet/compare/v0.7.0...v0.7.1

pet - v0.7.0

Published by knqyf263 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/knqyf263/pet/compare/v0.6.3...v0.7.0

pet - v0.6.3

Published by knqyf263 8 months ago

What's Changed

  • ๐Ÿ› Allow equal signs in param default values 4e7458f
  • ๐Ÿ”’ Updated dependencies (dependabot)
pet - v0.6.2

Published by knqyf263 8 months ago

What's Changed

  • ๐Ÿ› Fixes bug where parameters in description or tags would end up in the parameter filling layout #166
  • ๐Ÿ› Fixed bug where text would not wrap for longer commands #150
pet - v0.6.1

Published by knqyf263 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/knqyf263/pet/compare/v0.6.0...v0.6.1

pet - v0.6.0

Published by knqyf263 9 months ago

Lots of high prio bugs fixed, some tests were added.

Bugs:

  • Command execution on windows was fixed, thanks @matrixx567!
  • Pasting long values was not working
  • Duplicate parameters ignored earlier default values
  • Parameters were sometimes wrongly parsed

New features:

  • Parameters are now ordered by order of occurrence in the command, thanks @jaroslawhartman!
  • Gocui was updated to community fork

Changelog

  • d142511 fix: ๐Ÿ› Restore run function to all platforms, remove deprecated flag
  • 19d7ee7 Merge pull request #261 from knqyf263/unused-variable-cleanup-and-tag
  • 4355252 Removed unused variable
  • 91be065 Merge pull request #260 from knqyf263/support-for-parameter-order-maintenance
  • 2864c1e feat: โœจ Added order to parameters based on order of occurrence
  • b5974c2 Merge pull request #257 from knqyf263/insert-params-bugfix
  • be2b04c fix: ๐Ÿ› Updated insert params to match new search format
  • 988e248 Merge pull request #241 from matrixx567/win_cmd_quote
  • e1b209b Merge pull request #253 from chris-short/patch-1
  • 35de514 Update README.md
  • 3061931 Merge pull request #244 from knqyf263/additional-params-test-for-EOF-command
  • f9de45f test: ๐Ÿงช Added test
  • f1c08dd Merge pull request #243 from knqyf263/update-gocui
  • 6302255 feat: โšก Updated gocui to community fork
  • b5abca3 Merge pull request #242 from knqyf263/parameter-parsing-bug-fixes
  • 66fdce2 fix: ๐Ÿ› Fixed parsing of parameters, added tests
  • 6467d36 Split run function into separate files for OS builds.
  • ac91ac6 Revert "Fix execution of command with quotes on windows." (#240)
  • 4c51204 Fix execution of command with quotes on windows. (#238)
  • 66c2575 Fix execution of command with quotes on windows.
  • 4304034 Bump actions/setup-go from 4 to 5 (#235)
  • 590c14d Bump actions/checkout from 4.1.0 to 4.1.1 (#231)
  • d357774 Bump actions/checkout from 4.0.0 to 4.1.0 (#230)
  • 10fb0ef Bump goreleaser/goreleaser-action from 4 to 5 (#228)
  • 45ca4aa Bump actions/checkout from 3.6.0 to 4.0.0 (#227)
  • 643233a Bump actions/checkout from 3.5.3 to 3.6.0 (#226)
  • d485fb0 chore: remove refs to deprecated io/ioutil (#225)
  • 9d1e8b1 Bump actions/checkout from 3.5.2 to 3.5.3 (#223)
  • 0b46f45 Bump actions/setup-go from 3 to 4 (#221)
  • 51371af Bump actions/checkout from 3.1.0 to 3.5.2 (#222)
pet - v0.5.0

Published by knqyf263 over 1 year ago

Changelog

  • 4ae83c3 chore: bump GoReleaser
  • 8eac46d fix: check out first
  • 7e3d737 chore: bump Go to 1.20 (#219)
  • ca40e1e Bump goreleaser/goreleaser-action from 2 to 4 (#213)
  • 0104f05 feat: add clip command (#191)
  • 9b3e0fa make command runner configurable (#196)
  • 803bc98 Add config option to overwrite used shell (#200)
  • 154052b Update README.md (#193)
  • 8e7dded Bump actions/setup-go from 2 to 3 (#198)
  • 407bb23 Bump actions/checkout from 2 to 3.1.0 (#209)
  • 9a480aa docu: add more info to gitlab sync (#201)
  • 107362f Allow for env var to determine config dir (#210)
  • 9f42c4d fix: panic while get gist failed (#212)
  • e7a5e03 Fix typo in variables (#188)
pet - v0.4.0

Published by knqyf263 almost 3 years ago

Changelog

1617dff chore: use personal access token (#186)
7748558 Updated outdated wget URL (#144)
696df2b feat filter tag (#172)
9595a5d Fixed GitLab sync (#174)
c5e09b9 chore(mod): update golang.org/x/sys (#185)
a6cce27 chore: migrate to GitHub Actions (#184)
582b255 Added arm support (#181)
908f47c Update the GoReleaser config file for GoReleaser v1.0.0 (#182) (#183)
dcaea2b Fix --quote with spaces (#177)
5d0345a doc: update README (#153)
927f8b8 Added Hands-on tutorial link to README (#152)
0503e25 Add support for freebsd/arm64 (#120)
e2b7a3b Fix missing tags when search --color (#122)

pet - v0.3.6

Published by knqyf263 about 5 years ago

Changelog

6e8e686 Close #107 by properly handle last newline (#108)
d5aa0ab Check if file size is 0 for #105 (#110)

pet - v0.3.5

Published by knqyf263 over 5 years ago

Changelog

cb749ab Update Travis CI to Go 1.12.0
239a78f add multiline command support (#103)
0743303 Fix incorrect version (#100)
f0a1e2c Set focus on first param field (#96)

pet - v0.3.4

Published by knqyf263 over 5 years ago

Changelog

59b2134 Use go module
0a94616 Add --command option to exec subcommand (#95)
268498d Support sensible_command (#94)
bbef0ad Fix README (#93)

pet - v0.3.2

Published by knqyf263 over 6 years ago

Changelog

154e7a1 The url parameter is added to be able to choose the url to be used as a GitLab repository (#77) by @ruworuro
e2b42ac v0.3.2

pet - v0.3.1

Published by knqyf263 over 6 years ago

Changelog

6844781 v0.3.1
c19ec75 Support GitLab Snippets (#76)
0937227 Update README

pet - v0.3.0

Published by knqyf263 over 6 years ago

Changelog

9de8831 Change from zip to tar.gz
9cabfda Add fpm (#71)
8e67fe4 Handle case when no snippet file exists
f5756ec Do not sync if you do not edit
8f943d0 Use autoSync() with the sync command
acdc9b1 Add function to automatically synchronize snippet file


Automated with GoReleaser
Built with go version go1.8 linux/amd64

pet - v0.2.4

Published by knqyf263 almost 7 years ago

Changelog

b4ae473 Use fzf as default (#60)
2962afc Add pet-bin AUR package in the README (#55)
efceaf3 Bug fix: The last character of the default value is trimmed (#53)


Automated with GoReleaser
Built with go version go1.8 linux/amd64

pet - v0.2.2

Published by knqyf263 over 7 years ago

Package Rankings
Top 4.35% on Proxy.golang.org
Badges
Extracted from project README
GitHub release MIT License