about summary refs log tree commit diff
path: root/rwc.c
Commit message (Collapse)AuthorAgeFilesLines
* rwc: internally use and print absolute paths HEAD v0.3 masterLeah Neukirchen2021-01-031-1/+34
| | | | Else it's not possible to deal with calls like "rwc ./x" in a proper way.
* rwc: make -c prefix lines with "+ " v0.2Leah Neukirchen2019-03-031-5/+6
|
* rwc: add -c to detect all file creationsLeah Neukirchen2019-03-031-4/+8
|
* rwc: mention -e in head comment v0.1Leah Neukirchen2018-03-061-1/+2
|
* styleLeah Neukirchen2017-09-181-28/+28
|
* also track IN_MOVED_FROMLeah Neukirchen2017-09-181-2/+3
| | | | | moves to outside the watched directory are regarded as deletions moves inside the watched directories are regarded as deletion and creation
* rwc: add e flag to exit after the first reported changeDuncaen2017-05-301-2/+6
| | | | Closes: #1 [via git-merge-pr]
* rwc: add pflag to usageDuncaen2017-05-301-1/+1
|
* rwc: add -p to avoid writing into non-empty pipesLeah Neukirchen2017-05-221-2/+12
|
* rwc: support different directoriesLeah Neukirchen2017-05-191-7/+53
|
* rwc: add author to sourceLeah Neukirchen2017-05-191-3/+9
|
* rwc: reuse line variableLeah Neukirchen2017-05-191-1/+2
|
* Initial import of rwcLeah Neukirchen2017-05-191-0/+130