Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
itayd committed May 23, 2022
1 parent 143a0e3 commit c9ab97f
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ $ pounce collect -r -s 'dog' | sed -e 's/dog/cat/g' | pounce apply

# TODO

[ ] deal with colons in file names.
[ ] deal with no EOL last line.
[ ] apply: only generate backup files if content actually changed.
[ ] apply: read/write piece wise.
[ ] \n vs \r\n?
- [ ] tests
- [ ] deal with colons in file names.
- [ ] deal with no EOL last line.
- [ ] apply: only generate backup files if content actually changed.
- [ ] apply: read/write piece wise.
- [ ] \n vs \r\n?

# Disclaimer

Expand Down

0 comments on commit c9ab97f

Please sign in to comment.