aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/template/template_test.go
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2022-06-11 00:31:59 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2022-06-11 00:31:59 +0200
commit7ac7ebc4e04fefbeceb34cc977295822a128d052 (patch)
treeaed45c63a698b5005837d148bb2f56d8840a8761 /internal/feed/template/template_test.go
parent16237b957348b6945312f61dbd105ab9f26a0100 (diff)
downloadfeed2imap-go-7ac7ebc4e04fefbeceb34cc977295822a128d052.tar.gz
feed2imap-go-7ac7ebc4e04fefbeceb34cc977295822a128d052.tar.bz2
feed2imap-go-7ac7ebc4e04fefbeceb34cc977295822a128d052.zip
Prepare v1.5.1v1.5.1
Diffstat (limited to 'internal/feed/template/template_test.go')
0 files changed, 0 insertions, 0 deletions
bdc7f666057df1943d80d7c0cf31efd8&follow=1'>keepassx2pass: friendly title fieldPhilip Chase1-1/+24 This patch removes several special characters while attempting to preserve as much meaning in the filename as possible. These changes are made to the KeepassX title before it is used as a file password store filename: - Spaces between words in file names are replaced with camelCasing. - The characters \ | ( ) are each replaced with a hyphen. - Trailing hypens are removed. - @ is replaced with "At" - ' is removed