Restructure

pull/27/head
aristocratos 2020-07-09 02:56:03 +02:00
parent aef318e37a
commit e1b32bd047
5 changed files with 1670 additions and 1259 deletions

19
.gitignore vendored
View File

@ -1,2 +1,21 @@
syntax: glob
*.al
*.bak
*.egg-info
*.la
*.lo
*.o
*.orig
*.pyc
*.pyd
*.rej
*.so
*.swp
.failed-tests.txt
.cache/
.idea/
.tox/
build/
dist/
.mypy_cache
.vscode

View File

@ -1,6 +1,3 @@
PREFIX ?= /usr/local
DOCDIR ?= $(PREFIX)/share/doc/bpytop
all:
@echo Run \'make install\' to install bpytop.

View File

@ -4,7 +4,7 @@
![OSX](https://img.shields.io/badge/-OSX-black?logo=apple)
![FreeBSD](https://img.shields.io/badge/-FreeBSD-red?logo=freebsd)
![Usage](https://img.shields.io/badge/Usage-System%20resource%20monitor-blue)
![Python](https://img.shields.io/badge/Python-v3.7%5E-orange?logo=python)
![Python](https://img.shields.io/badge/Python-v3.6%5E-orange?logo=python)
![bashtop_version](https://img.shields.io/github/v/tag/aristocratos/bpytop?label=version)
[![Donate](https://img.shields.io/badge/-Donate-yellow?logo=paypal)](https://paypal.me/aristocratos)
[![Sponsor](https://img.shields.io/badge/-Sponsor-red?logo=github)](https://github.com/sponsors/aristocratos)

1255
bpytop

File diff suppressed because it is too large Load Diff

1650
bpytop.py Executable file

File diff suppressed because it is too large Load Diff