add makefile and man

pull/46/head
rapha 2020-04-27 01:46:58 -03:00
parent 9616bf120d
commit 3901d25a9d
1 changed files with 12 additions and 16 deletions

View File

@ -1,4 +1,4 @@
# ![bashtop](logo-t.png)
# ![bashtop](img/logo-t.png)
**Usage:** Linux resource monitor
**Language:** Bash
@ -60,13 +60,13 @@ Bash version 5 is higly recommended to make use of $EPOCHREALTIME variable inste
## Screenshots
Main UI showing details for a selected process.
![Screenshot 1](main.png)
![Screenshot 1](img/main.png)
Main menu.
![Screenshot 2](menu.png)
![Screenshot 2](img/menu.png)
Options menu.
![Screenshot 3](options.png)
![Screenshot 3](img/options.png)
## Installation
@ -119,22 +119,18 @@ error_logging="true"
#### Command line options: (not yet implemented)
```
```bash
USAGE: bashtop
```
## TODO
- [x] TODO Add options to change colors for text, graphs and meters.
- [ ] TODO Add options for resizing all boxes.
- [ ] TODO Add command line argument parsing.
- [ ] TODO Miscellaneous optimizations and code cleanup.
- [ ] TODO Add more commenting where it's sparse.
## LICENSE
[Apache License 2.0](LICENSE)