shournal icon indicating copy to clipboard operation
shournal copied to clipboard

Log shell-commands and used files. Snapshot executed scripts. Fully automatic.

Results 4 shournal issues
Sort by recently updated
recently updated
newest added

if possible patch use of backtrace and prevent using execinfo.h needed Trying to compile and include shournal in termux official repo

enhancement

``` ❯ cat Dockerfile FROM debian:10 RUN apt-get update RUN apt-get install -y curl RUN curl -Ss https://api.github.com/repos/tycho-kirchner/shournal/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d...

documentation

Hey,I got in trouble with shournal.Can you please help me?This is my command and return: Command: SHOURNAL_ENABLE Return: "shournal bash integration - ERROR: Commands with spaces are set to be...

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...