-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
Milestone
Description
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
Reactions are currently unavailable