feat: add column fitting commands - #34
dl-alexandre wants to merge 3 commits into
Conversation
Let users fit the current column to its contents or size visible columns to the terminal width so the grid uses space more effectively.
Run GoReleaser in snapshot mode on PRs so CI validates release packaging without requiring a matching tag.
|
Thank you this is great! Would you be open to changing this to allow the user to manually set the column width? I was thinking a |
Rename the fitting interface around a command so users can set an explicit column width or resize to content or screen width.
|
Updated the PR to use a command family. Included:
I also updated the tests and README, and ? github.com/maaslalani/sheets [no test files] |
|
Updated the PR to use a Included:
I also updated the tests and README, and |
|
Would be nice to have shortcut keys for manually resizing the current column, e.g.
|
Summary
:fitto size the selected column to its displayed contents and:fit widthto spread visible columns across the terminal widthTesting
go test ./...Closes #20
Closes #21