Skip to content

Commit

Permalink
artif: collect .lesshst
Browse files Browse the repository at this point in the history
Added new artifacts to collect .lesshst.
Also, this artifacts can collect lesshst in XDG Base Directory.
  • Loading branch information
mnrkbys committed Aug 26, 2024
1 parent c458580 commit 742e260
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions artifacts/files/applications/lesshst.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 1.0
artifacts:
# https://wiki.archlinux.org/title/XDG_Base_Directory
# https://github.com/gwsw/less/issues/153
# https://www.greenwoodsoftware.com/less/news.590.html
# https://www.greenwoodsoftware.com/less/news.600.html
-
description: Collect less history file. This file is used to store search string.
supported_os: [aix, freebsd, linux, macos, netbsd, netscaler, openbsd, solaris]
collector: file
path: /%user_home%/.lesshst
exclude_nologin_users: true
-
description: Collect less history file. This file is used to store search string.
supported_os: [aix, freebsd, linux, macos, netbsd, netscaler, openbsd, solaris]
collector: file
# $XDG_STATE_HOME/lesshst
path: /%user_home%/.local/state/lesshst
exclude_nologin_users: true
-
description: Collect less history file. This file is used to store search string.
supported_os: [aix, freebsd, linux, macos, netbsd, netscaler, openbsd, solaris]
collector: file
# $XDG_DATA_HOME/lesshst
path: /%user_home%/.local/share/lesshst
exclude_nologin_users: true

0 comments on commit 742e260

Please sign in to comment.