Commit Graph

258 Commits

Author SHA1 Message Date
Kevin Franklin Kim
6eed6b70a8 fix: lint errors 2023-01-27 11:28:53 +01:00
Kevin Franklin Kim
9446af8789 feat: update apis 2023-01-27 11:21:12 +01:00
Kevin Franklin Kim
c87c709849 feat: extend command tree 2023-01-18 11:40:37 +01:00
Kevin Franklin Kim
81ae13c6db
Merge pull request #13 from foomo/fix/completion
fix: tree completion
2023-01-12 10:43:52 +01:00
Kevin Franklin Kim
c2c0dae3c5 fix: tree completion 2023-01-12 10:41:21 +01:00
Kevin Franklin Kim
a25c172f79
Merge pull request #12 from foomo/fix/template
fix: template import
2023-01-12 09:29:06 +01:00
Kevin Franklin Kim
cebe8db1a0 Merge remote-tracking branch 'origin/main' into fix/template 2023-01-12 09:27:35 +01:00
Kevin Franklin Kim
ae0ffaf62d
Merge pull request #8 from foomo/dependabot/go_modules/github.com/pterm/pterm-0.12.53
chore(deps): bump github.com/pterm/pterm from 0.12.51 to 0.12.53
2023-01-12 09:27:23 +01:00
Kevin Franklin Kim
91e3f433bd
Merge branch 'main' into dependabot/go_modules/github.com/pterm/pterm-0.12.53 2023-01-12 09:26:18 +01:00
Kevin Franklin Kim
023b660f4d
Merge pull request #7 from foomo/dependabot/go_modules/github.com/go-git/go-git/v5-5.5.2
chore(deps): bump github.com/go-git/go-git/v5 from 5.5.1 to 5.5.2
2023-01-12 09:25:56 +01:00
Kevin Franklin Kim
8332c3fc97 Merge remote-tracking branch 'origin/main' into fix/template 2023-01-12 09:25:47 +01:00
Kevin Franklin Kim
8b18f41f3b fix: fix imports 2023-01-12 09:25:25 +01:00
dependabot[bot]
abaefad9e8
chore(deps): bump github.com/pterm/pterm from 0.12.51 to 0.12.53
Bumps [github.com/pterm/pterm](https://github.com/pterm/pterm) from 0.12.51 to 0.12.53.
- [Release notes](https://github.com/pterm/pterm/releases)
- [Changelog](https://github.com/pterm/pterm/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pterm/pterm/compare/v0.12.51...v0.12.53)

---
updated-dependencies:
- dependency-name: github.com/pterm/pterm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-12 06:39:17 +00:00
Kevin Franklin Kim
9c454ef141
Merge branch 'main' into dependabot/go_modules/github.com/go-git/go-git/v5-5.5.2 2023-01-12 07:38:31 +01:00
Kevin Franklin Kim
6c526fd4ef
Merge pull request #6 from foomo/dependabot/github_actions/goreleaser/goreleaser-action-4
chore(deps): bump goreleaser/goreleaser-action from 3 to 4
2023-01-12 07:38:13 +01:00
Kevin Franklin Kim
a8ddb24b2f
Merge branch 'main' into dependabot/github_actions/goreleaser/goreleaser-action-4 2023-01-12 07:36:45 +01:00
Kevin Franklin Kim
8f67b2b60b
Merge pull request #11 from foomo/fix/version-mismatch
feat: remove plugin
2023-01-12 07:35:02 +01:00
Kevin Franklin Kim
a8b2ae33ff feat: remove plugin 2023-01-12 07:30:12 +01:00
Kevin Franklin Kim
53d127ce6b fix: use -a build flag 2023-01-10 14:44:59 +01:00
dependabot[bot]
1a0eb6b4bb
chore(deps): bump github.com/go-git/go-git/v5 from 5.5.1 to 5.5.2
Bumps [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) from 5.5.1 to 5.5.2.
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](https://github.com/go-git/go-git/compare/v5.5.1...v5.5.2)

---
updated-dependencies:
- dependency-name: github.com/go-git/go-git/v5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 13:20:11 +00:00
dependabot[bot]
e88c437c9a
chore(deps): bump goreleaser/goreleaser-action from 3 to 4
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) from 3 to 4.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-10 13:19:59 +00:00
Kevin Franklin Kim
378a4cb8bc
Merge pull request #10 from foomo/feature/switch-cgo
chore: enable cgo
2023-01-10 14:19:19 +01:00
Kevin Franklin Kim
b41e08d09f chore: enable cgo 2023-01-10 14:18:43 +01:00
Kevin Franklin Kim
22716144c6
Merge pull request #9 from foomo/feature/extend-command-tree
feat: allow root execution and fix env
2023-01-10 08:42:11 +01:00
Kevin Franklin Kim
5594d92d94 chore: update linter 2023-01-10 08:39:12 +01:00
Kevin Franklin Kim
a67380b0be feat: allow root execution and fix env 2023-01-10 08:36:42 +01:00
Kevin Franklin Kim
3924be4828
Merge pull request #5 from foomo/fix/find
fix: find
2023-01-09 11:30:23 +01:00
Kevin Franklin Kim
98581d1db2 fix: do not return dir 2023-01-09 11:28:29 +01:00
Kevin Franklin Kim
f2db3c728d fix: return on error 2023-01-09 11:28:11 +01:00
Kevin Franklin Kim
883e1967f2 fix: fix debug 2023-01-09 11:27:59 +01:00
Kevin Franklin Kim
261507e055
Merge pull request #4 from foomo/feature/aliases
feature: aliases
2023-01-09 10:09:12 +01:00
Kevin Franklin Kim
5973c15034 feat: add aliases 2023-01-09 09:58:43 +01:00
Kevin Franklin Kim
8b1224ca22 feat: add config command 2023-01-09 09:58:17 +01:00
Kevin Franklin Kim
bfd2b422b0 feat: allow config override 2023-01-09 09:57:48 +01:00
Kevin Franklin Kim
68d478ac06 chore: reduce targets 2023-01-06 11:00:38 +01:00
Kevin Franklin Kim
d3ddb5f525
Merge pull request #3 from foomo/feature/init-welcome-command
feat: init welcome command
2023-01-06 10:31:08 +01:00
Kevin Franklin Kim
fe8eac3511 refactor: rename dependencies to require 2023-01-06 10:29:05 +01:00
Kevin Franklin Kim
c6dad4b9ce chore: add install 2023-01-06 10:28:10 +01:00
Kevin Franklin Kim
7d07c92ed3 feta: update init template 2023-01-06 10:27:52 +01:00
Kevin Franklin Kim
44da6084fe refactor: move onepassword to provider repo 2023-01-06 10:27:36 +01:00
Kevin Franklin Kim
7af80a3351 feat: add utils 2023-01-06 10:27:11 +01:00
Kevin Franklin Kim
8a257fc68c chore: move env 2023-01-06 10:26:35 +01:00
Kevin Franklin Kim
2984a40a09 refactor: move example to sandbox project 2023-01-06 10:26:13 +01:00
Kevin Franklin Kim
c82cfacac7
Merge pull request #2 from foomo/fix/release
fix: action version
2023-01-05 16:04:57 +01:00
Kevin Franklin Kim
34d7b03383 fix: action version 2023-01-05 16:02:03 +01:00
Kevin Franklin Kim
c89ecd805f
Merge pull request #1 from foomo/feature/ownbrew
feat: implement ownbrew
2023-01-05 16:00:15 +01:00
Kevin Franklin Kim
5e4e1458ed fix: lint error 2023-01-05 15:58:47 +01:00
Kevin Franklin Kim
7fbd5f344b feat: implement ownbrew 2023-01-05 15:52:46 +01:00
Kevin Franklin Kim
114d228eef chore: change names 2023-01-05 07:22:54 +01:00
Kevin Franklin Kim
65f55941c0 chore: change names 2023-01-05 07:22:11 +01:00