string-le 0.2.2

Extract every string in a codebase, with its position, so a person can read them
1
2
3
4
5
6
7
8
9
10
[section]
name = John Doe
quoted = "Quoted Value"
path = C:\Users\test
; comment = "inside a comment"
another = plain text value

[second]
greeting = 'single quoted greeting'
port = 8080