You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2023. It is now read-only.
Copy file name to clipboardexpand all lines: CHANGELOG.md
+5
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
4
5
5
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).
6
6
7
+
## Next version
8
+
9
+
* Automatically redraw the dashboard when size of terminal change.
Copy file name to clipboardexpand all lines: cmd/root.go
+2-2
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,8 @@ var (
15
15
16
16
rootCmd=&cobra.Command{
17
17
Use: "devdash",
18
-
Short: "DevDash is a highly configurable terminal dashboard for developers",
19
-
Long: `DevDash is a highly flexible terminal dashboard for developers, which allows you to gather and refresh the data you really need from Google Analytics, Google Search Console, Github, TravisCI, and more.`,
18
+
Short: "DevDash is a highly configurable terminal dashboard for developers and creators",
19
+
Long: `DevDash is a highly flexible terminal dashboard for developers and creators, which allows you to gather and refresh the data you really need from Google Analytics, Google Search Console, Github, TravisCI, and more.`,
0 commit comments