Escape tabs in west list -f
See original GitHub issueIt would be nice if west list -f
could escape tabs: e.g.
west list -f "{revision} \t {name}"
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Cannot Get Python to Recognize Escape Tab Character
I've tried several methods for splitting a string by a tab character to no avail. testStr = 'word1 word2' values = testStr.split("\t") print( ......
Read more >HTML Escape Characters: Complete List of HTML Entities
Number Symbol Entity Name Code Description
9 Tab &Tab 	 Tab
10 New Line &NewLine 
 New Line
32 Space     Space
Read more >ANSI Escape Codes - gists · GitHub
Standard escape codes are prefixed with Escape : ... \t, ^I, Horizontal TAB ... Refer to the XTerm Control Sequences for a more...
Read more >Escape sequences - cppreference.com
Escape sequences are used to represent certain special characters within string literals and character literals. ↑ Conditional escape sequences are ...
Read more >Escape sequences in C - Wikipedia
In C, all escape sequences consist of two or more characters, the first of which is the backslash, \ (called the "Escape character");...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thank you Marti, truncation is what I needed and it works as expected! 🙇
Working fine for me with west v0.5.8, and your example does what I would expect it to do. If you want truncation, use a period: