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
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,10 +4,13 @@
4
4
5
5
The app currently has **7700** manual pages, **23+** basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.
@@ -47,12 +48,10 @@ Clear and reset the terminal, List of recent commands, Close a frozen window/app
47
48
48
49
### CI/CD
49
50
50
-
[Github Action](.github/workflows/android.yml) to automatically create a new Github release with APKand JAR and upload an AAB to the Play Store.
51
+
[Github Action](.github/workflows/android.yml) to automatically create a new Github release with APK, CLI binaries, and desktop installers, and upload an AAB to the Play Store.
Copy file name to clipboardExpand all lines: websiteBuilder/src/main/kotlin/com/linuxcommandlibrary/desktop/MarkdownBuilder.kt
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -33,10 +33,13 @@ class MarkdownBuilder {
33
33
stream.appendLine()
34
34
stream.appendLine("The app currently has **${MarkdownFileUtils.getCommandCount()}** manual pages, **${MarkdownFileUtils.getBasicCategories().size}+** basic categories and a bunch of general terminal tips. It works 100% offline, doesn't need an internet connection and has no tracking software.")
stream.appendLine("Native CLI and GUI binaries for Linux, macOS, and Windows are available in [Releases](https://github.com/SimonSchubert/LinuxCommandLibrary/releases).")
stream.appendLine("[Github Action](.github/workflows/android.yml) to automatically create a new Github release with APKand JAR and upload an AAB to the Play Store.")
94
+
stream.appendLine("[Github Action](.github/workflows/android.yml) to automatically create a new Github release with APK, CLI binaries, and desktop installers, and upload an AAB to the Play Store.")
0 commit comments