add makefile and man
parent
9616bf120d
commit
3901d25a9d
28
README.md
28
README.md
|
@ -1,7 +1,7 @@
|
||||||
# 
|
# 
|
||||||
|
|
||||||
**Usage:** Linux resource monitor
|
**Usage:** Linux resource monitor
|
||||||
**Language:** Bash
|
**Language:** Bash
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ Should work on most modern linux distributions with a truecolor capable terminal
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
**[bash](https://www.gnu.org/software/bash/)** (v4.4 or later) Script functionality will most probably break with earlier versions.
|
**[bash](https://www.gnu.org/software/bash/)** (v4.4 or later) Script functionality will most probably break with earlier versions.
|
||||||
Bash version 5 is higly recommended to make use of $EPOCHREALTIME variable instead of alot of external date command calls.
|
Bash version 5 is higly recommended to make use of $EPOCHREALTIME variable instead of alot of external date command calls.
|
||||||
|
|
||||||
**[GNU Core Utilities](https://www.gnu.org/software/coreutils/)**
|
**[GNU Core Utilities](https://www.gnu.org/software/coreutils/)**
|
||||||
|
@ -59,14 +59,14 @@ Bash version 5 is higly recommended to make use of $EPOCHREALTIME variable inste
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
Main UI showing details for a selected process.
|
Main UI showing details for a selected process.
|
||||||

|

|
||||||
|
|
||||||
Main menu.
|
Main menu.
|
||||||

|

|
||||||
|
|
||||||
Options menu.
|
Options menu.
|
||||||

|

|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -119,22 +119,18 @@ error_logging="true"
|
||||||
|
|
||||||
#### Command line options: (not yet implemented)
|
#### Command line options: (not yet implemented)
|
||||||
|
|
||||||
```
|
```bash
|
||||||
USAGE: bashtop
|
USAGE: bashtop
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
|
|
||||||
- [x] TODO Add options to change colors for text, graphs and meters.
|
- [x] TODO Add options to change colors for text, graphs and meters.
|
||||||
- [ ] TODO Add options for resizing all boxes.
|
- [ ] TODO Add options for resizing all boxes.
|
||||||
- [ ] TODO Add command line argument parsing.
|
- [ ] TODO Add command line argument parsing.
|
||||||
- [ ] TODO Miscellaneous optimizations and code cleanup.
|
- [ ] TODO Miscellaneous optimizations and code cleanup.
|
||||||
- [ ] TODO Add more commenting where it's sparse.
|
- [ ] TODO Add more commenting where it's sparse.
|
||||||
|
|
||||||
|
|
||||||
## LICENSE
|
## LICENSE
|
||||||
|
|
||||||
[Apache License 2.0](LICENSE)
|
[Apache License 2.0](LICENSE)
|
||||||
|
|
Loading…
Reference in New Issue