summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Bassi <calebjbassi@gmail.com>2019-05-29 15:07:01 -0700
committerCaleb Bassi <calebjbassi@gmail.com>2019-05-29 15:07:01 -0700
commit1b5985860ce89d636c883222edd0f233ce4c3f27 (patch)
treeabef18f166d052f47f6dbc862f73947ea972a77e
parent12dfe76c8c25fa0b7bbed478cc638e25b4a47c5d (diff)
Misc project changes
-rw-r--r--CHANGELOG.md35
-rw-r--r--README.md19
-rw-r--r--assets/demos/demo.gif (renamed from assets/demo.gif)bin150039 -> 150039 bytes
-rw-r--r--assets/logo/credits.md1
-rw-r--r--assets/logo/logo.png (renamed from assets/logo.png)bin13804 -> 13804 bytes
-rw-r--r--assets/screenshots/battery.png (renamed from assets/battery.png)bin95426 -> 95426 bytes
-rw-r--r--assets/screenshots/minimal.png (renamed from assets/minimal.png)bin44312 -> 44312 bytes
7 files changed, 36 insertions, 19 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index af73f1a..a421585 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,20 +4,30 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+> **Types of changes**:
+>
+> - **Added**: for new features.
+> - **Changed**: for changes in existing functionality.
+> - **Deprecated**: for soon-to-be removed features.
+> - **Removed**: for now removed features.
+> - **Fixed**: for any bug fixes.
+> - **Security**: in case of vulnerabilities.
+
## [Unreleased]
### Added
-- Preliminary OpenBSD support [#112]
-- Process list scroll indicator [#130]
-- Add snap package
-- Add cli option to select network interface [#144]
+- Add cli option to select network interface [#20] [#144]
+- Add snap package [#119] [#120] [#121]
+- Process list scroll indicator [#127] [#130]
+- Preliminary OpenBSD support [#112] [#117] [#118]
### Fixed
-- Fix process list on FreeBSD [#143]
-- Rerender statusbar on every tick [#128]
+- Fix process localization issues on macOS [#124]
+- Fix miscellaneous issues on FreeBSD [#134] [#145]
- Fix spelling of "Tx" to "TX" [#129]
+- Rerender statusbar on every tick [#128]
## [3.0.0] - 2019-02-22
@@ -32,7 +42,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
-- Fix disk I/O [#114] [#116]
+- WIP fix disk I/O statistics [#114] [#116]
## [2.0.2] - 2019-02-16
@@ -40,14 +50,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix processes on macOS not showing when there's a space in the command name [#107] [#109]
+[#134]: https://github.com/cjbassi/gotop/issues/134
+[#127]: https://github.com/cjbassi/gotop/issues/127
+[#124]: https://github.com/cjbassi/gotop/issues/124
+[#119]: https://github.com/cjbassi/gotop/issues/119
+[#118]: https://github.com/cjbassi/gotop/issues/118
+[#117]: https://github.com/cjbassi/gotop/issues/117
[#114]: https://github.com/cjbassi/gotop/issues/114
[#107]: https://github.com/cjbassi/gotop/issues/107
+[#20]: https://github.com/cjbassi/gotop/issues/20
+[#145]: https://github.com/cjbassi/gotop/pull/145
[#144]: https://github.com/cjbassi/gotop/pull/144
-[#143]: https://github.com/cjbassi/gotop/pull/143
[#130]: https://github.com/cjbassi/gotop/pull/130
[#129]: https://github.com/cjbassi/gotop/pull/129
[#128]: https://github.com/cjbassi/gotop/pull/128
+[#121]: https://github.com/cjbassi/gotop/pull/121
+[#120]: https://github.com/cjbassi/gotop/pull/120
[#116]: https://github.com/cjbassi/gotop/pull/116
[#115]: https://github.com/cjbassi/gotop/pull/115
[#112]: https://github.com/cjbassi/gotop/pull/112
diff --git a/README.md b/README.md
index acfab32..458d534 100644
--- a/README.md
+++ b/README.md
@@ -1,23 +1,25 @@
<div align="center">
-<img src="./assets/logo.png" width="20%" />
+<a href="./assets/logo">
+ <img src="./assets/logo/logo.png" width="20%" />
+</a>
<br><br>
Another terminal based graphical activity monitor, inspired by [gtop](https://github.com/aksakalli/gtop) and [vtop](https://github.com/MrRio/vtop), this time written in [Go](https://golang.org/)!
-<img src="./assets/demo.gif" />
-<img src="./assets/minimal.png" width="96%" />
+<img src="./assets/demos/demo.gif" />
+<img src="./assets/screenshots/minimal.png" width="96%" />
</div>
## Installation
-Working and tested on Linux, FreeBSD and OSX. Windows support is planned.
+Working and tested on Linux, FreeBSD and macOS. Windows support is planned. OpenBSD works with some caveats.
### Source
```bash
-go get -u github.com/cjbassi/gotop
+go get github.com/cjbassi/gotop
```
### Prebuilt binaries
@@ -110,14 +112,9 @@ To make a custom colorscheme, check out the [template](./colorschemes/template.g
`-p`, `--percpu` Show each CPU in the CPU widget.
`-a`, `--averagecpu` Show average CPU in the CPU widget.
`-s`, `--statusbar` Show a statusbar with the time.
-`-b`, `--battery` Show battery level widget (`minimal` turns off). [preview](./assets/battery.png)
+`-b`, `--battery` Show battery level widget (`minimal` turns off). [preview](./assets/screenshots/battery.png)
`-i`, `--interface=NAME` Select network interface [default: all].
-## Credits
-
-- [mdnazmulhasan27771](https://github.com/mdnazmulhasan27771) for the [logo](./assets/logo.png)
-- [f1337](https://github.com/f1337) for helping port gotop to OSX
-
## Built With
- [gizak/termui](https://github.com/gizak/termui)
diff --git a/assets/demo.gif b/assets/demos/demo.gif
index 7ed5d1c..7ed5d1c 100644
--- a/assets/demo.gif
+++ b/assets/demos/demo.gif
Binary files differ
diff --git a/assets/logo/credits.md b/assets/logo/credits.md
new file mode 100644
index 0000000..ee551e7
--- /dev/null
+++ b/assets/logo/credits.md
@@ -0,0 +1 @@
+Logo created and contributed by [mdnazmulhasan27771](https://github.com/mdnazmulhasan27771)
diff --git a/assets/logo.png b/assets/logo/logo.png
index ca8d5f1..ca8d5f1 100644
--- a/assets/logo.png
+++ b/assets/logo/logo.png
Binary files differ
diff --git a/assets/battery.png b/assets/screenshots/battery.png
index b70f2ab..b70f2ab 100644
--- a/assets/battery.png
+++ b/assets/screenshots/battery.png
Binary files differ
diff --git a/assets/minimal.png b/assets/screenshots/minimal.png
index efe5cc3..efe5cc3 100644
--- a/assets/minimal.png
+++ b/assets/screenshots/minimal.png
Binary files differ