用go语言编写的极简、快速和可定制的系统信息程序

182 阅读1分钟

Meowfetch

Minimal, fast and customizable system information program written in go

用go语言编写的最小、快速和可定制的系统信息程序。

Minimal, fast and customizable system information program written in goMinimal, fast and customizable system information program written in go Minimal, fast and customizable system information program written in go Minimal, fast and customizable system information program written in go

概述

当时我正在学习go,在看到catppuccinrepo中的meow.sh后,我想为什么不重写它呢?起初我用C语言编写应用程序,但在看到代码库变得如此复杂和臃肿后,我用golang编写应用程序,它也可以编译成二进制文件,而且速度很快🙂,这就是这一切的开始。

安装

确保你有gocoreutils首先在你的本地机器上克隆软件库:

git clone https://github.com/Itsnexn/meowfetch.git

然后你可以使用GNUmake 来构建和安装应用程序:

make install

特点

  • 快速而简约
  • 傲慢模式 🙂
  • 可爱的小猫 :^)
  • 基于toml的简单配置
  • 使用charmbracelet/lipgloss的漂亮边框和UI。

配置

配置文件可以在$XDG_CONFIG_HOME/meowfetch/meow.conf$HOME/.meow.conf 。配置文件是用类似toml的语法编写的。更多信息请阅读wiki

目标

  • 新的小工具
    • 音乐播放器小部件
    • Systemd小组件
    • 软件包小工具
  • 跨平台