-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename project and add proper README
- Loading branch information
1 parent
29358f3
commit 9d4d119
Showing
12 changed files
with
43 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ before: | |
- go mod tidy | ||
|
||
builds: | ||
- binary: Nachrichten | ||
- binary: nachrichten | ||
flags: | ||
- -trimpath | ||
ldflags: -s -w -X main.Version={{ .Version }} -X main.CommitSHA={{ .Commit }} | ||
|
@@ -22,11 +22,11 @@ builds: | |
|
||
nfpms: | ||
- builds: | ||
- Nachrichten | ||
- nachrichten | ||
vendor: Moooooritz | ||
homepage: "https://github.com/zMoooooritz" | ||
maintainer: "Moritz Biering <[email protected]>" | ||
description: "A TUI application to read German news" | ||
description: "A TUI application for reading German news" | ||
license: MIT | ||
formats: | ||
- apk | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,28 @@ | ||
|
||
# Nachrichten | ||
nachrichten | ||
====== | ||
|
||
A small TUI application that allows reading the current (German) news in the console. | ||
<p align="center"> | ||
<a href="https://github.com/zMoooooritz/nachrichten/actions"><img src="https://github.com/zMoooooritz/nachrichten/workflows/build/badge.svg" alt="Build Status"></a> | ||
<a href="https://github.com/zMoooooritz/nachrichten/releases"><img src="https://img.shields.io/github/v/release/zMoooooritz/nachrichten" alt="Latest Release"></a> | ||
<a href="https://goreportcard.com/report/github.com/zMoooooritz/nachrichten"><img src="https://goreportcard.com/badge/zMoooooritz/nachrichten" alt="Go ReportCard"></a> | ||
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a> | ||
</p> | ||
|
||
A small TUI for reading German news | ||
|
||
## Installation | ||
Install directly using Go | ||
``` | ||
go install github.com/zMoooooritz/nachrichten@latest | ||
``` | ||
or download from [releases](https://github.com/zMooooritz/nachrichten/releases) | ||
|
||
## Usage | ||
To launch the tool, run the `nachrichten` command | ||
|
||
Press the `?` key to show the available keybinds | ||
|
||
## Built with | ||
- [bubbletea](https://github.com/chrmbracelet/bubbletea) and its ecosystem | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/zMoooooritz/Nachrichten | ||
module github.com/zMoooooritz/nachrichten | ||
|
||
go 1.20 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters