.. |
__init__.py
|
Software Architecture major rework (#41)
|
2019-07-22 11:56:03 +02:00 |
cpu.py
|
[CPU] Adds support for BSD and its derivatives, including Darwin/macOS
|
2021-03-09 14:19:51 +01:00 |
desktop_environment.py
|
[DESKTOP_ENVIROMENT] Adds (a very basic) support for Darwin's "Aqua"
|
2021-03-07 19:13:24 +01:00 |
disk.py
|
[DISK] Fixes crashes occurring due to BSD's autofs mount points
|
2021-03-07 19:13:24 +01:00 |
distro.py
|
[DISTRO] Stops relying on distro to show OS pretty name on Darwin
|
2021-03-10 09:53:19 +01:00 |
gpu.py
|
[GPU] Adds support for BSD and its derivatives, including Darwin/macOS
|
2021-03-09 14:19:51 +01:00 |
hostname.py
|
[INTERNAL] Replaces uname subprocess calls by proper platform usages
|
2020-12-18 17:22:51 +01:00 |
kernel.py
|
[CORE] Replaces sys.platform usages by proper platform.system()
|
2021-03-07 19:13:24 +01:00 |
lan_ip.py
|
[PROJECT] Now outputs warning messages through logging module
|
2021-03-07 19:13:24 +01:00 |
model.py
|
[MODEL] Adds support for BSD and its derivatives, including Darwin/macOS
|
2021-03-09 14:19:51 +01:00 |
packages.py
|
[PACKAGES] Adds MacPorts (port ) back-end to supported tools list
|
2021-03-07 19:13:24 +01:00 |
processes.py
|
[NEW ENTRY] Adds an entry showing the number of processes and...
|
2020-05-29 20:55:56 +02:00 |
ram.py
|
[RAM] On Darwin, don't make memory page defaulting to 4096 bytes
|
2021-03-12 10:44:50 +01:00 |
shell.py
|
[FEATURE] JSON output format (#70)
|
2020-05-19 07:53:05 +00:00 |
temperature.py
|
[TEMPERATURE] Fixes osx-cpu-temp (<= 1.1.0) output parsing on Darwin
|
2021-03-20 10:09:07 +01:00 |
terminal.py
|
[PROJECT] Switches to Python 3.6+ "f-strings" to simplify code base
|
2021-03-07 19:13:24 +01:00 |
uptime.py
|
[CORE] Replaces sys.exit occurrences by ArcheyException raising
|
2021-03-12 10:44:47 +01:00 |
user.py
|
[FEATURE] JSON output format (#70)
|
2020-05-19 07:53:05 +00:00 |
wan_ip.py
|
[PROJECT] Switches to Python 3.6+ "f-strings" to simplify code base
|
2021-03-07 19:13:24 +01:00 |
window_manager.py
|
[WINDOW_MANAGER] Adds support for common Darwin's tiling WMs
|
2021-03-07 19:13:24 +01:00 |