Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mfetch-macos #30

Merged
merged 2 commits into from
Jul 3, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Command-line fetch tools for system information. Operating system, kernel, CPU,
- [Cross Platform](#cross-platform)
- [Windows Only](#windows-only)
- [GNU/Linux Only](#gnulinux-only)
- [Mac OS Only](#mac-os-only)
- [Languge](#language)
- [Source](#source)
- [Other](#other)
Expand Down Expand Up @@ -80,6 +81,9 @@ Command-line fetch tools for system information. Operating system, kernel, CPU,
- [sf](https://github.com/mauro-balades/sf) - A small system information fetcher. `Shell`
- [smfetch](https://github.com/agahemir/smfetch) - A fetch tool written in bash with less than 150 lines of code. `Shell`

### Mac OS Only
- [mfetch-macos](https://github.com/TechWiz-3/mfetch-macos) - Minimalist fetch (forked and modified for mac OS). `Shell`

## Language

- [ferris-fetch](https://github.com/irevenko/ferris-fetch) - A system information tool for Rustaceans. `Rust`
Expand Down