Ricardo Pereira
Ricardo Pereira
Hello, With a script I think that you can get what you want. run.sh: > TEXT=$(ls -lh) > ./noti --title "Noti" --message "$TEXT" Regards.
Hello, I think you can get the exit code like that: `./noti --title "Noti" --message $(ls -lh)` Output: > Noti > exit status 127` Regards.
Hello @mageddo, I don't have that env variable defined. I always see this logs since I used it (about 4 months), but now I report it because I need cleaner...
Hello @mageddo, Almost perfect. There is a WARNING line that escapes the filter: ``` devs_dns | 2019/09/19 06:20:02.797039 WARNING f=logging.go:85 pkg=github.com/mageddo/dns-proxy-server/vendor/github.com/mageddo/go-logging m=Warningf status=log-level-changed, log-level=3 ``` Thanks for the fast release,...
Same issue. I expect this behaviour as well.
Works for me. OS: Ubuntu 18.04 LTS Kernel: 5.3.0-28-generic Thanks.