Pranav RK
620e645845
feat: allow cursor option in file ( #667 )
2024-11-26 12:42:27 -03:00
Carlos Alexandro Becker
098d09a270
fix(choose,confirm,file,filter,input,pager,spin): timeout default unit ( #724 )
...
Change it `0s` instead of `0`.
closes #402
2024-11-18 17:10:06 -03:00
Carlos Alexandro Becker
c868aa1c6c
fix(confirm,choose,file,input): timeout handling ( #718 )
...
* fix(confirm,choose,file,input): timeout handling
- some fields were not actually using the `--timeout` value
- some fields had different behavior when a timeout did occur. On this
matter, it seems to me the best way forward is to specifically say it
timed out, and after how long
- added exit status 124 (copied from `timeout` from coreutils) (fixes #684 )
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
* Update main.go
Co-authored-by: Ayman Bagabas <ayman.bagabas@gmail.com>
* Update internal/exit/exit.go
Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
* fix: improve
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
* fix: stderr
---------
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
Co-authored-by: Ayman Bagabas <ayman.bagabas@gmail.com>
Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
2024-11-18 10:49:15 -03:00
Carlos Alexandro Becker
60a4b3bf93
feat(filepicker): show permissions and size ( #717 )
...
closes #495
2024-11-18 09:07:48 -03:00
Carlos Alexandro Becker
d722a2f1b8
fix: height 0 by default ( #640 )
2024-07-25 15:50:22 -04:00
Maas Lalani
a8712df2a7
Show help with Huh? ( #587 )
...
* chore(deps): bump deps
* feat: show help using huh?
* fix: lint
* fix: test.sh
2024-05-25 14:51:20 -04:00
Maas Lalani
3a717104a9
feat: huh file picker ( #523 )
...
Use `huh` for `gum file`.
2024-03-28 16:19:06 -04:00
Maas Lalani
01a66511a1
Hide Style Flags consistently ( #457 )
...
* refactor: hide style flags on error to not clutter usage
* docs(style): add comment regarding dynamically hiding flags
2023-11-28 14:17:57 -05:00
Dieter Eickstaedt
f73341a56c
feat: Timeout for File Command ( #386 )
2023-06-30 09:22:45 -04:00
Maas Lalani
3609fe1da8
feat: use file picker v0.16.1
2023-05-31 14:07:00 -04:00
Carlos Alexandro Becker
39346ed015
fix: missing filepicker styles
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-05-01 10:01:18 -04:00
Maas Lalani
066c79fa14
fix(file): respect file path specified in arguments
2023-03-30 11:30:05 -04:00
mikael
d9a3dc5324
Added esc to keys and changed error code to 130
2023-03-20 15:17:16 -04:00
Maas Lalani
b5444d5f0b
feat: use filepicker bubble ( #289 )
...
* feat: use filepicker bubble
* fix: use new API
* chore: bump bubbles
2023-03-06 11:54:02 -05:00
Leon Stam
5431540431
feat(file): Add page up/down key bindings
2023-02-27 19:22:56 -05:00
Maas Lalani
7756c809d1
fix(file): all default false (to match ls), GUM_FILE_ environment
2022-12-13 15:36:58 -05:00
fedeztk
5ed1f2b1b8
feat(file): allow distinctly file/dirs selections
2022-11-01 21:41:29 -04:00
Maas Lalani
2e4ddce3f7
fix: use program.Start
2022-10-17 20:23:59 -04:00
Maas Lalani
992cac834e
fix: symlink directory follows directory
2022-10-13 11:48:23 -04:00
Maas Lalani
844727f185
fix(table): hide extra style flags + fix envprefix
2022-10-13 11:02:08 -04:00
Maas Lalani
98ff7656d1
fix: inline file styles
2022-10-12 16:59:56 -04:00
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
430ab459d7
feat(pager): gum pager for scrolling through long documents
2022-10-07 15:38:48 -04:00