From bce6d75fea73a8c9a3273c55248a1bc008c546ed Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Mon, 3 Nov 2025 04:53:37 +0900 Subject: modified bin/ylog --- mac/.local/bin/ylog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mac/.local/bin/ylog b/mac/.local/bin/ylog index d147eb8..645c6fa 100755 --- a/mac/.local/bin/ylog +++ b/mac/.local/bin/ylog @@ -9,8 +9,8 @@ SCOPE="all" # all|access|recordings EXCL_FIREFOX=1 # 1 = exclude Firefox lines by default EXCLUDES="59.19.56.8" # default exclude pattern ADD_EXCLUDES="" -LINE_LIMIT=100 # default number of lines when TARGET=all -DATE_FILTER="" # date filter: "2" = 2 days ago, "~2" = last 2 days to today +LINE_LIMIT=1000 # default number of lines when TARGET=all +DATE_FILTER="" # date filter: "2" = 2 days ago, "~2" = last 2 days to today usage() { cat <<'EOF' -- cgit v1.2.3