Commit graph

22 commits

Author SHA1 Message Date
Maas Lalani 995bd04e38 docs: document gum table, file, pager
This commit documents `gum table`, `gum file`, and `gum pager` with
demonstration GIFs and sample scripts.
2022-10-07 15:38:48 -04:00
Maas Lalani 2bea4dc030 feat(file): gum file to pick files 2022-10-07 15:38:48 -04:00
Maas Lalani bdd86d5fbc feat(table): gum table for tabular data 2022-10-07 15:38:48 -04:00
Maas Lalani 45e930c54e
chore: bump bubbletea@master 2022-10-06 14:55:03 -04:00
Maas Lalani fecb5ffc7d
chore: bump bubbles@master 2022-10-06 11:45:07 -04:00
Maas Lalani a0f2a0b096
chore: bump bubbles 2022-09-27 11:09:17 -04:00
dependabot[bot] a48b71e580 feat(deps): bump github.com/mattn/go-runewidth from 0.0.13 to 0.0.14
Bumps [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth) from 0.0.13 to 0.0.14.
- [Release notes](https://github.com/mattn/go-runewidth/releases)
- [Commits](https://github.com/mattn/go-runewidth/compare/v0.0.13...v0.0.14)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-26 08:50:58 +02:00
Maas Lalani ea4eb64bee
chore: bump bubbletea to v0.22.1 2022-09-16 15:14:27 -04:00
Maas Lalani b403b0ae58
chore: bump bubbles@v0.14.0 + lipgloss@v0.6.0 2022-09-06 15:29:32 -04:00
Maas Lalani 1479184f3f fix: satisfy all linters 2022-08-05 02:33:40 -04:00
Maas Lalani 2d5ef98037 fix: gum write --char-limit 0 should ignore limit 2022-08-04 15:13:57 -04:00
Maas Lalani e4c0a69618
fix(filter): Ctrl+H backspaces textinput
8f65160828
2022-07-31 13:22:41 -04:00
Ayman Bagabas 012948f0b2 feat: add version flag 2022-07-28 14:59:50 -04:00
Maas Lalani 279219aadb
chore: bump glamour@master 2022-07-27 14:56:03 -04:00
Maas Lalani 8d7fed5ac1
fix: use charmbracelet/glamour 2022-07-26 22:34:01 -04:00
Ayman Bagabas d715b65429
feat: add fish completion script generator 2022-07-25 16:24:06 -04:00
Ayman Bagabas 8037a22f99
feat: generate man pages
Use mango-kong to generate man pages
2022-07-18 12:03:47 -04:00
Maas Lalani 71b8363f97
feat: add gum format command to format text 2022-07-14 13:51:26 -04:00
Maas Lalani 7190822247
refactor(kong): Implement Run(...) error interface
Instead of needing to run the commands manually in main.go, we can implement the `Run(...) error` method to satisfy the command interface so that `kong` can Run our commands for us.
2022-07-12 22:33:52 -04:00
Maas Lalani ff1f02f470
fix(write): Placeholder color fix 2022-07-07 22:39:42 -04:00
Maas Lalani 9f4f9ecbf1
refactor: rename to gum 2022-07-07 14:59:27 -04:00
Maas Lalani 92a2d31291
Initial commit 2022-07-06 12:05:45 -04:00