-
-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Lifailon/lazyjournal): scaffold Lifailon/lazyjournal (#30441)
- Loading branch information
Showing
3 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
packages: | ||
- name: Lifailon/[email protected] | ||
- name: Lifailon/lazyjournal | ||
version: 0.4.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# yaml-language-server: $schema=https://raw.githubusercontent.com/aquaproj/aqua/main/json-schema/registry.json | ||
packages: | ||
- type: github_release | ||
repo_owner: Lifailon | ||
repo_name: lazyjournal | ||
description: TUI for journalctl, file system logs, as well Docker and Podman containers for quick viewing and filtering with fuzzy find, regex support (like fzf and grep) and coloring the output, written in Go with the gocui library | ||
version_constraint: "false" | ||
version_overrides: | ||
- version_constraint: semver("<= 0.4.0") | ||
asset: lazyjournal-{{.Version}}-{{.OS}}-{{.Arch}} | ||
format: raw | ||
supported_envs: | ||
- linux | ||
- version_constraint: "true" | ||
asset: lazyjournal-{{.Version}}-{{.OS}}-{{.Arch}} | ||
format: raw | ||
supported_envs: | ||
- linux | ||
- darwin |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.