Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dottorblaster/pacnews
Read the latest Arch Linux news in your terminal with a single command
https://github.com/dottorblaster/pacnews
arch-linux hacktoberfest linux pacman
Last synced: about 2 months ago
JSON representation
Read the latest Arch Linux news in your terminal with a single command
- Host: GitHub
- URL: https://github.com/dottorblaster/pacnews
- Owner: dottorblaster
- License: mit
- Created: 2016-08-24T14:01:17.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-14T01:50:31.000Z (2 months ago)
- Last Synced: 2024-10-18T06:03:22.344Z (2 months ago)
- Topics: arch-linux, hacktoberfest, linux, pacman
- Language: Rust
- Homepage:
- Size: 9.49 MB
- Stars: 13
- Watchers: 5
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pacnews
Read the latest Arch Linux news in your terminal with a single command.# Description
pacnews is a command-line tool that allows you to read the latest Arch Linux news directly in your terminal. It retrieves the latest news articles from the official Arch Linux news feed and displays them in a clean, easy-to-read format.
Features- Fetches the latest Arch Linux news articles
- Displays news articles in a terminal-friendly format
- Provides a simple and efficient way to stay up-to-date with Arch Linux news
- Can display only news related to installed packages
- Can be easily integrated into your daily workflow# Installation
You can install pacnews from the AUR (Arch User Repository). Use your preferred AUR helper, for example:```
paru -S pacnews
```# Usage
To use pacnews, simply run the following command in your terminal:```
pacnews
```This will fetch and display the latest Arch Linux news articles.
You can also just print news related to the packages installed on your machine:
```
pacnews --lookup
```# Contributing
If you find any issues or have suggestions for improvements, feel free to open an issue or submit a pull request on the GitHub repository.# License
This project is licensed under the MIT License.