Commit graph

24 commits

Author SHA1 Message Date
Ayman Bagabas 7d51fd8b73
feat: add log command (#449)
* feat: add log command

* fix: lint

* refactor: remove switch

* fix: use one level style embed

* fix(log): lint

* Update log/command.go

Co-authored-by: Ayman Bagabas <ayman.bagabas@gmail.com>

---------

Co-authored-by: Maas Lalani <maas@lalani.dev>
2023-11-08 10:43:50 -05: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 1479184f3f fix: satisfy all linters 2022-08-05 02:33:40 -04:00
Maas Lalani 5cb341f169
fix: remove env:"-" tag 2022-08-03 13:44:56 -04:00
Maas Lalani bba0f3b1e0
refactor: remove unneeded set:"name=" 2022-08-03 12:28:02 -04:00
Ayman Bagabas 012948f0b2 feat: add version flag 2022-07-28 14:59:50 -04:00
Maas Lalani 108a680385
feat: gum confirm 2022-07-26 15:43:26 -04:00
Ayman Bagabas dbbc48a1c3
feat: implement zsh & bash completion scripts 2022-07-25 14:36:21 -04:00
Ayman Bagabas eaef49cdbe
feat: autocompletion 2022-07-25 13:03:18 -04:00
Maas Lalani 9d39056a84
revert(progress): remove progress (for now)
Remove progress until we find a better way to control the progress bar from the bash script so that it is actually useful.
2022-07-21 11:09:57 -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 e17e45aa9b
docs: move information to format/README.md 2022-07-14 16:33:16 -04:00
Maas Lalani 0223da8b6c
feat: gum format --type emoji|markdown|code|template 2022-07-14 15:27:26 -04:00
Maas Lalani 71b8363f97
feat: add gum format command to format text 2022-07-14 13:51:26 -04:00
Maas Lalani 5de4df66d2
refactor: add package comments describing behavior 2022-07-13 09:55:36 -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 46ddc28ae5
feat: gum choose, pick from a list of choices
gum choose allows the user to be prompted for a choice from a list of choices.

For example, let's ask the user to pick a card from a deck.
gum choose --height 15 {Ace,King,Queen,Jack,Ten,Nine,Eight,Seven,Six,Five,Four,Three,Two}" of "{Spades,Hearts,Clubs,Diamonds}
2022-07-11 16:26:23 -04:00
Maas Lalani aca8dcbc89
docs: fix bubbles components links 2022-07-11 10:41:16 -04:00
Maas Lalani 901e367fe2
refactor: rename gum search to gum filter 2022-07-08 13:58:14 -04:00
Maas Lalani b58dc52fc8
docs: add join comment with example 2022-07-08 10:23:45 -04:00
Maas Lalani 4557fe8406
docs: gum write, gum join 2022-07-07 23:21:33 -04:00
Maas Lalani 53aa5c6a90
feat: Add gum join command 2022-07-07 19:32:21 -04:00
Maas Lalani 9f4f9ecbf1
refactor: rename to gum 2022-07-07 14:59:27 -04:00
Renamed from pop.go (Browse further)