Tycho Kirchner

Results 21 comments of Tycho Kirchner

The termux developers can't test whether **your** phone's kernel supports these features, it may be a vendor-specific compile time option (; Let's conclude: shournal requires a rooted phone and most...

It is possible to run shournal inside docker, thanks for this reminder for me to update the README. Does the procedure in [issue 2](https://github.com/tycho-kirchner/shournal/issues/2) solve it for you? Btw, in...

Thanks for spotting and reporting this bug, which affects the shell-integration but not when executed via `root@481d198040b5:/# shournal -e sh -c 'echo foo > bar'`. Further, launched external commands (./script.sh)...

> Indeed that solves the error. But not sure it works correctly: > > ``` > ❯ docker run --rm -it --cap-add SYS_ADMIN --cap-add SYS_PTRACE --cap-add SYS_NICE 60a0a1f510a47953157e73e9348796e5d36d62d5ff5c3fe54c14d4ac367f95f3 bash >...

Cheers. Just tested v0.10.1 (installed via mamba) and at least in case of rotated x-labels it's apparently not working. Was it actually fixed in v0.10.0? ![image](https://user-images.githubusercontent.com/29805132/212932342-1368d36a-3902-480d-846d-98ded86e05f4.png)

> Couldn't both Atuin and shournal be independently configured? Sure! However, shournal hash no sync infrastructure for its history at all and I supposed it might be easier, adding file-tracing...

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_ENABLE` after adjusting...

Happened to me on Debian 11 as well with v7.1. Now trying v7.0 ...

Just wanted to document here, that using `$HOME` instead of `~` works nicely (together with `-x -P $HOME`). Script test.sh: ~~~ #!/usr/bin/env bash source "$HOME/.lib/bash_commons.sh" || exit echo "scriptdir $scriptdir"...