mirror of https://github.com/aristocratos/bpytop
Restructure
parent
aef318e37a
commit
e1b32bd047
|
@ -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
|
3
Makefile
3
Makefile
|
@ -1,6 +1,3 @@
|
|||
PREFIX ?= /usr/local
|
||||
DOCDIR ?= $(PREFIX)/share/doc/bpytop
|
||||
|
||||
all:
|
||||
@echo Run \'make install\' to install bpytop.
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue