tycho-kirchner/shournal

[question] how to print or export ALL files written by a command?

pgp opened this issue · 1 comments

pgp commented

With shournal --query --history 10 I have in output the files accessed in the last 10 commands monitored; however, for application that access a lot of files, this output is truncated, like this:

971 read files:
 ...    <--- some file paths
 ... and 961 more files

is there any cli option to force full output?

Yes. To increase the number of displayed read files, the -rfc / --rfiles-max-count argument exists, so in your case:

shournal --query --history 10 -rfc 999

is sufficient. For all query options, call

shournal -q --help