Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
trim PR title when too large for terminal in
gm gh pr checkout
(#129)
`input list` has trouble - scrolling when one line is too large - treating ANSI sequences (they match, e.g the `m` in `\0[m`) this PR computes custom lines that are trimmed to the size of the terminal and don't use ANSI coloring 🤔 ## test it - run ```nushell tk run --interactive --sugar ["github"] ``` - go to a directory with remote PR, e.g. `nushell/nushell` - run ```nushell gm gh pr checkout ```
- Loading branch information