Updated support and funding, updated TODO

pull/68/head
aristocratos 2020-04-28 18:26:18 +02:00
parent 95ecf4c20c
commit bcb72811e7
1 changed files with 19 additions and 11 deletions

View File

@ -9,11 +9,11 @@
* [Features](#features) * [Features](#features)
* [Themes](#themes) * [Themes](#themes)
* [Upcoming](#upcoming-(osx-and-bsd-support)) * [Upcoming](#upcoming-(osx-and-bsd-support))
* [Support and funding](#support-and-funding) (New) * [Support and funding](#support-and-funding) (Updated)
* [Compatibility](#compatibility) * [Compatibility](#compatibility)
* [Dependencies](#dependencies) * [Dependencies](#dependencies)
* [Screenshots](#screenshots) * [Screenshots](#screenshots)
* [Installation](#installation) (Updated) * [Installation](#installation)
* [Configurability](#configurability) * [Configurability](#configurability)
* [TODO](#todo) (Updated) * [TODO](#todo) (Updated)
* [License](#license) * [License](#license)
@ -56,6 +56,10 @@ I'm looking into ways of funding this project that would allow me to take off ti
Any advice on how to get funding for open source projects is very welcome! Any advice on how to get funding for open source projects is very welcome!
#### Update
You can now sponsor this project through github, see [my sponsors page](https://github.com/sponsors/aristocratos) for options.
## Compatibility ## Compatibility
Should work on most modern linux distributions with a truecolor capable terminal. Should work on most modern linux distributions with a truecolor capable terminal.
@ -168,16 +172,20 @@ USAGE: bashtop
## TODO ## TODO
In order of priority. Might finish off items out of order since I usually work on multiple at a time.
- [x] TODO Add options to change colors for text, graphs and meters. - [x] Add options to change colors for text, graphs and meters.
- [ ] TODO Fix cross platform compatibility: Currently in testing, bashtop-psutil branch. - [ ] Fix cross platform compatibility: Currently in testing, bashtop-psutil branch.
- [ ] TODO Add gpu temp and usage. (If feasible) - [ ] Add support for showing AMD cpu temperatures.
- [ ] TODO Add io stats for disks. - [ ] Add option to show tree view of processes.
- [ ] TODO Add options for resizing all boxes. - [ ] Add option to reset network download/upload totals.
- [ ] TODO Add command line argument parsing. - [ ] Add option to turn of gradient in processes list.
- [ ] TODO Miscellaneous optimizations and code cleanup. - [ ] Add gpu temp and usage. (If feasible)
- [ ] TODO Add more commenting where it's sparse. - [ ] Add io stats for disks.
- [ ] Add options for resizing all boxes.
- [ ] Add command line argument parsing.
- [ ] Miscellaneous optimizations and code cleanup.
- [ ] Add more commenting where it's sparse.
## LICENSE ## LICENSE