Skip to content

merging with main #4

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

Merged
merged 7 commits into from
Jan 6, 2024
Merged
Show file tree
Hide file tree
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
30 changes: 29 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# spynix
unix system info scraper
unix system & hardware info scraper

---

Copyright 2024 Andrew Kushyk

Expand All @@ -9,6 +11,8 @@ unix system info scraper

http://www.apache.org/licenses/LICENSE-2.0

---

| Downloads | Stars |
|---|---|
| ![GitHub all releases](https://img.shields.io/github/downloads/git-user-cpp/spynix/total?color=00FF00&label=Downloads&logo=GitHub&logoColor=00FF00&style=plastic) | ![GitHub Repo stars](https://img.shields.io/github/stars/git-user-cpp/spynix?color=FFFF00&label=Stars&logo=GitHub&logoColor=FFFF00&style=plastic) |
Expand All @@ -24,3 +28,27 @@ unix system info scraper
| Activity | Last commit|
|---|---|
| ![GitHub commit activity](https://img.shields.io/github/commit-activity/y/git-user-cpp/spynix?color=98FB98&label=Commit%20activity&logo=GitHub&logoColor=98FB98&style=plastic) | ![GitHub last commit](https://img.shields.io/github/last-commit/git-user-cpp/spynix?color=98FB98&label=Last%20commit&logo=GitHub&logoColor=98FB98&style=plastic) |

---

## How to use this app

1) **The program is designed for Debian, so avoid using other distributions and systems or redesign the program to avoid errors.**

2) Download *all* files and put them in a one directory.

3) Enter the directory.
```
cd /path_to/spynix
```

4) Compile and run the program with *clang*.
- Compilation example
```
clang -W -o spynix src/main.c
```
5) Launch the app to see all available options.
```
./spynix --help
```
---
Binary file removed main
Binary file not shown.