-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
925dc61
commit 461edb5
Showing
1 changed file
with
38 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,38 @@ | ||
title: bottom | ||
tagline: Yet another cross-platform graphical process/system monitor. | ||
about: | | ||
A customizable cross-platform graphical process/system monitor for the terminal. | ||
Supports Linux, macOS, and Windows. Inspired by gtop, gotop, and htop. | ||
git_user: ClementTsang | ||
git_repo: bottom | ||
info_url: https://github.com/[GIT_USER]/[GIT_REPO] | ||
releases_url: https://github.com/[GIT_USER]/[GIT_REPO]/releases/ | ||
source_url: https://github.com/[GIT_USER]/[GIT_REPO]/ | ||
|
||
base_download_url: https://github.com/[GIT_USER]/[GIT_REPO]/releases/download/[VER]/ | ||
filename_format: bottom_[ARCH]-[OS].[EXT] | ||
latest_strategy: github-release # uses most recent github release tag to get the latest version number | ||
|
||
os_map: | ||
linux: | ||
name: unknown-linux-gnu | ||
ext: tar.gz | ||
bin_path: btm | ||
macos: | ||
name: apple-darwin | ||
ext: tar.gz | ||
bin_path: btm | ||
win: | ||
name: pc-windows-gnu | ||
ext: zip | ||
bin_path: btm | ||
arch_map: | ||
amd64: x86_64 | ||
arm64: aarch64 | ||
|
||
ignore: | ||
- os: macos | ||
arch: arm64 | ||
- os: win | ||
arch: arm64 |