Commit Graph

105 Commits

Author SHA1 Message Date
dependabot[bot]
1d8c2d5ca6 feat(deps): bump github.com/charmbracelet/bubbletea from 1.1.1 to 1.1.2 (#107) 2024-10-28 11:56:48 +00:00
dependabot[bot]
fc7d43bf04 feat(deps): bump github.com/yuin/goldmark from 1.7.2 to 1.7.4 (#85) 2024-09-12 14:54:36 +00:00
dependabot[bot]
439124c37d feat(deps): bump github.com/charmbracelet/bubbletea from 1.1.0 to 1.1.1 (#101) 2024-09-12 14:43:31 +00:00
dependabot[bot]
ee876727b5 feat(deps): bump github.com/charmbracelet/bubbles from 0.19.0 to 0.20.0 (#100) 2024-09-09 15:30:34 +00:00
dependabot[bot]
322608cf8f feat(deps): bump github.com/charmbracelet/bubbletea from 1.0.0 to 1.1.0 (#99) 2024-09-06 15:01:10 +00:00
dependabot[bot]
e529eaa71d feat(deps): bump github.com/charmbracelet/bubbletea from 0.27.0 to 1.0.0 (#97) 2024-08-29 11:33:21 +00:00
dependabot[bot]
72baaad8c4 feat(deps): bump github.com/charmbracelet/bubbles from 0.18.0 to 0.19.0 (#93) 2024-08-21 14:56:18 +00:00
dependabot[bot]
c98b00c426 feat(deps): bump github.com/charmbracelet/lipgloss from 0.12.1 to 0.13.0 (#94) 2024-08-21 14:48:16 +00:00
dependabot[bot]
55d3a5ec63 feat(deps): bump github.com/charmbracelet/lipgloss from 0.11.0 to 0.12.1 (#90) 2024-08-15 12:24:06 +00:00
dependabot[bot]
c228889b27 chore(deps): bump golangci/golangci-lint-action from 5 to 6 (#72)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 5 to 6.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v5...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 11:50:15 -04:00
Maas Lalani
40aa4a1a18 chore(deps): bump deps 2024-06-18 11:49:50 -04:00
dependabot[bot]
77ad1204d9 feat(deps): bump github.com/yuin/goldmark from 1.7.1 to 1.7.2 (#78)
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](https://github.com/yuin/goldmark/compare/v1.7.1...v1.7.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 11:42:23 -04:00
dependabot[bot]
8d08c65aed feat(deps): bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#79)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.8.0...v1.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 11:42:13 -04:00
dependabot[bot]
0e3b0b684e feat(deps): bump github.com/charmbracelet/x/exp/ordered (#80)
Bumps [github.com/charmbracelet/x/exp/ordered](https://github.com/charmbracelet/x) from 0.0.0-20240229115032-4b79243a3516 to 0.1.0.
- [Release notes](https://github.com/charmbracelet/x/releases)
- [Commits](https://github.com/charmbracelet/x/commits/v0.1.0)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/x/exp/ordered
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-18 11:37:51 -04:00
Maas Lalani
7f2ec5e5df feat: add CC and BCC inputs if --cc or --bcc is specified. (#65)
This commit adds CC + BCC hidden inputs and are shown if the user passes
in some value to the `-cc` or `--bcc` flags.
2024-04-25 11:18:45 -04:00
Maas Lalani
ef84570048 Save email body to tmp file when error (#64)
* store email body when send fails

* increase error display duration

* feat: save email body

---------

Co-authored-by: Allan Martinez <martinezallan123@gmail.com>
2024-04-25 10:23:52 -04:00
dependabot[bot]
7240e0dbd9 feat(deps): bump github.com/yuin/goldmark from 1.7.0 to 1.7.1 (#56)
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.7.0 to 1.7.1.
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](https://github.com/yuin/goldmark/compare/v1.7.0...v1.7.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-25 10:01:03 -04:00
dependabot[bot]
8a0b925fd8 chore(deps): bump golangci/golangci-lint-action from 3 to 5 (#63)
Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3 to 5.
- [Release notes](https://github.com/golangci/golangci-lint-action/releases)
- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-25 09:58:37 -04:00
Brady Joslin
988feee2f3 Correct mods example (#57)
Usage of single quotes around '$(mods -f "Explain why CLIs are awesome")' causes the command to be treated as a string instead of being executed.  Updated, now aligns with what's shown in the gif.
2024-04-16 09:58:37 -04:00
dependabot[bot]
ec6849db62 feat(deps): bump github.com/charmbracelet/lipgloss from 0.9.1 to 0.10.0 (#54) 2024-03-06 09:18:56 -05:00
Ernesto Ponce
d42aa806bf docs: update README with resend from instruction (#5)
* update README with resend from instruction

* docs: improve wording of onboarding@resend.dev instructions

---------

Co-authored-by: ernesto <ernesto@pigmalion.com.ar>
Co-authored-by: bashbunni <bunni@bashbunni.dev>
2024-03-05 10:17:29 -08:00
Maas Lalani
c0e949915c chore(deps): bump dependencies 2024-03-02 14:33:23 -05:00
Maas Lalani
0a0c896d37 Create CODEOWNERS 2024-02-28 21:08:05 -05:00
dependabot[bot]
d9145ade38 chore(deps): bump actions/setup-go from 4 to 5 (#46)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 08:52:48 -03:00
dependabot[bot]
7f61cca1b4 feat(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 (#41) 2023-11-07 16:50:37 +00:00
dependabot[bot]
ff5184a256 feat(deps): bump github.com/charmbracelet/lipgloss from 0.8.0 to 0.9.1 (#39) 2023-10-13 12:32:50 +00:00
Maas Lalani
f18db202f9 fix: --from should take priority over --smtp.user if set 2023-09-26 15:54:48 -04:00
dependabot[bot]
73eee6d5a0 chore(deps): bump actions/checkout from 3 to 4 (#34) 2023-09-05 11:56:44 +00:00
dependabot[bot]
ebb1d8cb39 feat(deps): bump github.com/xhit/go-simple-mail/v2 from 2.15.0 to 2.16.0 (#30)
Bumps [github.com/xhit/go-simple-mail/v2](https://github.com/xhit/go-simple-mail) from 2.15.0 to 2.16.0.
- [Release notes](https://github.com/xhit/go-simple-mail/releases)
- [Commits](https://github.com/xhit/go-simple-mail/compare/v2.15.0...v2.16.0)

---
updated-dependencies:
- dependency-name: github.com/xhit/go-simple-mail/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-23 09:31:22 -04:00
dependabot[bot]
cdc1ab56a1 feat(deps): bump github.com/charmbracelet/lipgloss from 0.7.1 to 0.8.0 (#32)
Bumps [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) from 0.7.1 to 0.8.0.
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Commits](https://github.com/charmbracelet/lipgloss/compare/v0.7.1...v0.8.0)

---
updated-dependencies:
- dependency-name: github.com/charmbracelet/lipgloss
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-23 09:31:13 -04:00
Carlos Alexandro Becker
fca3852910 fix: handle both resend and smtp set up together (#28)
* fix: handle both resend and smtp set up together

closes #27

* fix: error header

* fix: error messaging

---------

Co-authored-by: Maas Lalani <maas@lalani.dev>
2023-08-17 11:15:37 -04:00
dependabot[bot]
ee206143a8 feat(deps): bump github.com/yuin/goldmark from 1.5.5 to 1.5.6
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.5.5 to 1.5.6.
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](https://github.com/yuin/goldmark/compare/v1.5.5...v1.5.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-08-17 11:07:26 -04:00
Carlos Alexandro Becker
4a8f761a05 build: fix aur project name
the included configuration already adds the `-bin` suffix.
2023-08-10 17:18:48 +00:00
Carlos Alexandro Becker
c34ef73e44 build: fix aur_key 2023-08-10 17:13:50 +00:00
Maas Lalani
65b34a366a fix: exit status 1 when missing environment variable 2023-08-01 11:28:17 -04:00
Ayman Bagabas
68ec042eb7 fix: remove extra completion cmd
Cobra by default provides completions for us, there is no need to define one.
2023-08-01 11:22:40 -04:00
Maas Lalani
99f44cc882 fix: don't use cc and bcc for resend 2023-08-01 08:32:31 -04:00
Maas Lalani
7397bcb80e SMTP Support (#17) 2023-07-31 10:32:02 -04:00
Carlos Alexandro Becker
db68f79f1d build: fix aur project name
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-07-25 17:14:41 +00:00
Maas Lalani
0da702d452 docs: update AUR package name (#15) 2023-07-25 13:07:41 -04:00
Maas Lalani
fd130304e2 docs: remove coming soon to nix (#3) 2023-07-25 07:55:53 -03:00
dependabot[bot]
2bc3fda4c2 feat(deps): bump github.com/yuin/goldmark from 1.5.4 to 1.5.5 (#14)
Bumps [github.com/yuin/goldmark](https://github.com/yuin/goldmark) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/yuin/goldmark/releases)
- [Commits](https://github.com/yuin/goldmark/compare/v1.5.4...v1.5.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 15:58:30 -04:00
egor
f8dfdafcd2 feat/unsafe html (#11)
* add unsafe html render and plugins

* small env fix

* update UNSAFE_HTML env

Co-authored-by: Maas Lalani <maas@lalani.dev>

---------

Co-authored-by: Maas Lalani <maas@lalani.dev>
2023-07-20 16:42:37 -04:00
Peter Sideris
85b1f54563 Remove duplicate License section (#10) 2023-07-20 08:44:14 -04:00
Maas Lalani
23f424a618 Create CONTRIBUTING.md 2023-07-19 12:56:15 -04:00
Maas Lalani
487c6c3ed0 Update issue templates 2023-07-19 12:54:49 -04:00
Carlos Alexandro Becker
c83f2f2be9 docs: update brew install (#8)
* docs: update brew install

refs https://github.com/Homebrew/homebrew-core/pull/136809

* Update README.md

---------

Co-authored-by: Maas Lalani <maas@lalani.dev>
2023-07-18 16:23:40 -04:00
Maas Lalani
b68b9d0c55 docs: arch instructions 2023-07-17 08:46:14 -04:00
Maas Lalani
d816849b71 docs: add arch instructions 2023-07-17 08:44:24 -04:00
Maas Lalani
36d3083692 docs: update install instructions from homebrew tap 2023-07-16 21:55:49 -04:00