Skip to content

Output one file event per single line #123

@ikeda-yuko

Description

@ikeda-yuko

I want to output one file event per single line

running this command...
fswatch --format ‘%p, %f’ ~/test/

and execute this command.
touch ~/test/test.txt
rm ~/test/test.txt

then I got such output.

~/test/test.txt, Created IsFile
~/test/test.txt, Created Removed IsFile

but, I want to get such output.

~/test/test.txt, Created IsFile
~/test/test.txt, Removed IsFile

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions