You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to get a string pad function to complement string trim? I realizing that padding can effectively be accomplished using things likeprintf "%<n or negative n>s\n" $strs_to_pad | tr " " "<padding char>", but it seems like a natural extension.
I'm at fish, version 3.1.2 on Mac OS X
The text was updated successfully, but these errors were encountered:
@m0nhawk apologies for long delay, I'd be happy to review your changes if you would like to open a PR! Let us know if you have questions about how to do so.
Would it be possible to get a
string pad
function to complementstring trim
? I realizing that padding can effectively be accomplished using things likeprintf "%<n or negative n>s\n" $strs_to_pad | tr " " "<padding char>"
, but it seems like a natural extension.I'm at fish, version 3.1.2 on Mac OS X
The text was updated successfully, but these errors were encountered: