Commit Graph

263 Commits (92cd70751667155b7bf2cd409e0260d11ebf1437)

Author SHA1 Message Date
aristocratos acfc7dc4fe v0.8.16 2020-04-28 18:55:58 +02:00
aristocratos 19a02f9586 added changelog 2020-04-28 18:53:42 +02:00
aristocratos cc964f2c7e added changelog 2020-04-28 18:53:04 +02:00
aristocratos bcb72811e7 Updated support and funding, updated TODO 2020-04-28 18:26:18 +02:00
lucas1 95ecf4c20c Fix typo in README.md 2020-04-28 18:09:32 +02:00
aristocratos d8a280d76c moved os check to not init config before check, optimized bash check 2020-04-28 18:05:50 +02:00
Karol Pucynski 4fd84d0510 Graceful exit on non-linux platforms. 2020-04-28 17:53:12 +02:00
aristocratos 36e5c8e7f1 move shopt commands to after bash version check 2020-04-28 17:53:00 +02:00
Deluxe 41f40b5938 Fix color theme numbering 2020-04-28 17:42:44 +02:00
aristocratos e011c9f430
Created FUNDING.yml 2020-04-28 12:28:52 +02:00
Hugo Locurcio fe6a028641 Check Bash version and fail gracefully if it's too old
This closes #55.
2020-04-28 09:50:35 +02:00
TimKlampe 37a3deb537 Added a makefile 2020-04-27 22:32:57 +02:00
aristocratos 30aeef8f65 v0.8.15 added deb build script and misc bug fixes 2020-04-27 21:38:12 +02:00
aristocratos c3829f7cfc fix reverse freezing updates when showing detailed information 2020-04-27 21:33:06 +02:00
aristocratos f22be9cf16 fixed load avarage and uptime not showing, fixed unquoted variables 2020-04-27 21:11:51 +02:00
aristocratos b4d2badf6b Merge branch 'deb_build'
Merge deb-build
2020-04-27 20:57:22 +02:00
aristocratos 655bca3276 added Index and updated TODO 2020-04-27 17:41:27 +02:00
aristocratos 9b06515786 added "support and funding" section 2020-04-27 15:48:32 +02:00
juko 0e5f84c093 avoid missing dir 2020-04-27 05:58:02 +00:00
juko 1ad28aa131 quick Dynamic installation for debian-based distributions
by creating a .deb package based always on the latest bashtop script
2020-04-27 00:42:32 +00:00
aristocratos 38863bd607 v0.8.14 fix runaway array and disks used reporting 2020-04-26 22:04:58 +02:00
aristocratos 2545a9eb65 v0.8.13 small fixes and new themes 2020-04-26 21:09:35 +02:00
aristocratos 7c78b72fdd added flat-remix and flat-remix-ligt 2020-04-26 20:57:32 +02:00
aristocratos c1224b3f33 added 2 new themes by Daniel Ruiz de Alegría 2020-04-26 20:56:44 +02:00
aristocratos f51d0ebfdc cleanup and formatting 2020-04-26 14:24:48 +02:00
aristocratos 0d72829907 fix: get_value() regex 2020-04-26 13:13:10 +02:00
aristocratos e6b956a155 updated info template 2020-04-26 12:14:10 +02:00
aristocratos 5d4f1e3c0d v0.8.12 fixed ps thcount changes 2020-04-26 11:59:04 +02:00
aristocratos df7ce27d7c added availability info 2020-04-26 11:06:53 +02:00
aristocratos 53fa2bdeaf Updated dependencies 2020-04-26 10:22:11 +02:00
aristocratos e8028ca59a v0.8.11 fixes: regex and ps compability 2020-04-26 10:16:51 +02:00
aristocratos 051e3608d7 get_value function: fixed regex and added proper float to int rounding 2020-04-26 10:11:22 +02:00
aristocratos f1182ccace changed ps flag thcount to nlwp for compability 2020-04-26 09:44:22 +02:00
aristocratos 2e35e46bc4 v0.8.10 regex fixes 2020-04-25 22:26:52 +02:00
aristocratos 1859094d4c v0.8.9 new functions and some fixes 2020-04-25 22:01:45 +02:00
aristocratos c910e2d423 v0.8.8 fix: load average max length 2020-04-25 14:57:58 +02:00
aristocratos aa17f03b6a v0.8.7 fix: cpu box calculation errors 2020-04-25 14:43:25 +02:00
aristocratos e05bf9c21c Update: dependencies and upcoming 2020-04-25 14:32:16 +02:00
aristocratos e80f539022 Update: dependencies and upcoming 2020-04-25 14:26:06 +02:00
aristocratos 74fac23092 v0.8.6 2020-04-25 13:49:52 +02:00
aristocratos 93fc9c44bd added: load average and uptime, fixes: cpu box calculation errors 2020-04-25 13:49:20 +02:00
aristocratos 6cd1cfd111 fix conformity between window size presentation 2020-04-25 11:15:55 +02:00
aristocratos 2b32bbe6d5 Merge branch 'locale-fix' 2020-04-25 11:12:08 +02:00
Johan Denoyer 688a692dd2 Upon further discussions with @aristocratos, we've agreed to unset LC_ALL which also solves the problem. 2020-04-25 10:40:09 +02:00
aristocratos ee2b391bbb Merge branch 'master' of github.com:aristocratos/bashtop 2020-04-24 15:04:07 +02:00
aristocratos 7e484aacb1 fixes 2020-04-24 15:03:47 +02:00
aristocratos 16efc25afe
Merge pull request #19 from frederic-mahe/patch-1
use herestring rather than echo
2020-04-24 14:59:08 +02:00
Johan Denoyer 36f39ad98e Take into account shells not configured with an english locale which make it fail 2020-04-24 14:34:13 +02:00
Frédéric Mahé 1f09b13df2
use herestring rather than echo
I suggest using a herestring `<<<`, it saves a sub-process spawn and should very slightly reduce execution time.
2020-04-24 12:39:18 +02:00
aristocratos 1c40f2e770 v0.8.4 added XDG path check and graph negative value fix 2020-04-23 21:10:53 +02:00