diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-11-03 04:53:37 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-11-03 04:53:37 +0900 |
| commit | bce6d75fea73a8c9a3273c55248a1bc008c546ed (patch) | |
| tree | 173d6f62b67e0c85a57f3879e348e27627558568 | |
| parent | 52685ad6eec6cdc7cc763a785166929719d6a014 (diff) | |
modified bin/ylog
| -rwxr-xr-x | mac/.local/bin/ylog | 4 |
1 files 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' |
