Skip to content

Commit

Permalink
Version 0.3.0
Browse files Browse the repository at this point in the history
This version includes new commands:
- cpu: Displays information about the system's CPU
- ram: Displays information about the system's RAM
- disks: Lists the disks installed on the machine

And improves error handling in general
  • Loading branch information
oleiade committed Apr 24, 2023
1 parent 548e4f5 commit 8e6284d
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 101 deletions.
145 changes: 45 additions & 100 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mymy"
version = "0.2.0"
version = "0.3.0"
edition = "2021"
authors = ["Théo Crevon <[email protected]>"]
description = "Access the most common information about your system using a single command"
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,18 @@
## Features

The main commands available in the mymy are:
- `cpu`: Get information about your CPU, including its name, number of cores, and clock speed.
- `ips`: Find out all the IP addresses allocated to your system, including local and external ones.
- `dns`: Discover your system's configured DNS server.
- `disks`: List all the disks attached to your system.
- `date`: Consult your system's configured date in a human-readable format.
- `time`: Consult your system's configured time and get the offset from the central NTP clock server.
- `datetime`: A combination of the `date` and `time` commands.
- `hostname`: Retrieve your system's hostname.
- `username`: Find out your current user's system username.
- `device-name`: Get your device's configured name.
- `os`: Identify the operating system your system is running.
- `ram`: Get information about your system's RAM, including its total capacity and usage.
- `architecture`: Determine your CPU's architecture.
- `interfaces`: List all the network interfaces configured on your system.

Expand Down

0 comments on commit 8e6284d

Please sign in to comment.