Dhruv Thakur
Dhruv Thakur
Yup that would fill the need for `hours` or `omm` as they only have few columns. I have a few ideas to consider in case you happen to be interested...
Other suggestions that might be more work to implement: - Wrap long PR tittles instead of truncating - On small windows(*), display the fields as a list instead of columns...
One more suggestion. It might be preferable to to just refuse to render at some point instead of trying to fit everything when the terminal size shrinks past a specified...
> Hi @dhth, for a first start, we should only support the first mode of `--cookie`(NAME=VALUE) and not deals with file Sounds good, that keeps it simple.
@jcamiel I added validation for the `--cookie` flag using the crate [cookie](https://crates.io/crates/cookie). Let me know if you'd prefer to not add a dependency for this.
@jcamiel I've removed the dependency for parsing cookie values.
@jcamiel squashed and rebased onto the latest `master`.
Hi! I tried my hand at setting this up. @ellie, let me if know if you're okay with me continuing on this. If so, I did have a few questions/notes....
Thanks for the feedback :) They do make sense to me, but I could be wrong too 😁. I went with adding a comma where ever I sensed a break...
Hi. I've created a draft PR for this. Had a few questions regarding this functionality, they're posted on the PR. Thanks.