aboutsummaryrefslogtreecommitdiff
path: root/internal/feed/parse.go
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-18 18:13:38 +0200
committerRené 'Necoro' Neumann <necoro@necoro.eu>2020-04-18 18:13:38 +0200
commitaa225a88672c9a6bbe8ee3c42aa9fbc9ebfb7b71 (patch)
treed085e06934abeba1dd9ebfec10af263414b52903 /internal/feed/parse.go
parentb2f7bcf657790931411bda4fd2d0a9418aec8489 (diff)
downloadfeed2imap-go-aa225a88672c9a6bbe8ee3c42aa9fbc9ebfb7b71.tar.gz
feed2imap-go-aa225a88672c9a6bbe8ee3c42aa9fbc9ebfb7b71.tar.bz2
feed2imap-go-aa225a88672c9a6bbe8ee3c42aa9fbc9ebfb7b71.zip
Move feed2imap-go/main.go to toplevel again
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
'2014-03-22 00:09:39 -0600'>2014-03-22clip: use pkill instead of procJason A. Donenfeld1-1/+1 2014-03-20Keepass import should include root-level entriesErik Mackdanz1-0/+1 Repro steps: 1. In KeePass, add some entries as children of the root node 2. Export the KeePass to foo.xml 3. 'keepass2pass.py -f foo.xml' Expect: all entries imported Actual: root-level entries are skipped 2014-03-20keepassx2pass: 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