shournal
shournal copied to clipboard
No results found matching the query
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 ignored from history. Please disable that, e.g. HISTCONTROL=ignoredups or HISTCONTROL=''
Then I tried to fix it : export HISTCONTROL=ignoredups
Then I run the example command: cat aa > foo shournal --query --wfile foo
RETURN: No results found matching the query.
Hi. From the given information it is a bit hard to say what's the problem here 😅. I have some guesses though:
- you did not call
SHOURNAL_ENABLEafter adjustingHISTCONTROL - you are using the fanotify backend and the line
source /usr/share/shournal/SOURCE_ME.bashis not part of your~/.bashrc - you are in a working directory excluded from observation (see
~/.config/shournal/config.inisectionFile write-events)
If that doesn't help you can enable debugging by calling SHOURNAL_SET_VERBOSITY dbg and SHOURNAL_ENABLE afterwards. When pasting the output here, please also include your Linux distribution, the way how shournal was installed as well as the content of your config file.
I encourage you to read the README-shell-integration if you haven't done so yet.
A final note - HISTCONTROL should not be exported 😉
Hi.Thaks for your help,it's so complicated for me,I'll try later.