Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrcyjanek/bashista
get quotes from bash.org.pl
https://github.com/mrcyjanek/bashista
Last synced: about 2 months ago
JSON representation
get quotes from bash.org.pl
- Host: GitHub
- URL: https://github.com/mrcyjanek/bashista
- Owner: MrCyjaneK
- Created: 2021-08-24T10:51:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-09-14T09:33:58.000Z (over 3 years ago)
- Last Synced: 2024-10-12T01:37:11.767Z (2 months ago)
- Language: Go
- Size: 2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bashista
[![Build Status](https://ci.mrcyjanek.net/badge/fe8e9f89?branch=master)](https://ci.mrcyjanek.net/repos/453)
Make bash.org.pl quotes annoying.
## How does it work?
By running `bashista` you will get a pop-up notification with random quote from bash.org.pl
You can get static binaries from here: https://static.mrcyjanek.net/abstruse/bashista/
Or if you are on a debian-like system you can use my debian repo to get updates whenever they are out:
```bash
wget 'https://static.mrcyjanek.net/abstruse/apt-repository/mrcyjanek-repo/mrcyjanek-repo_2.0-1_all.deb' -O cyjanrepo.deb && \
apt install ./cyjanrepo.deb && \
rm ./cyjanrepo.deb && \
apt update && \
apt install bashista -y
```## Screenshots
`bashista` running on OnePlus 6T with droidian on it:
![yup](https://git.mrcyjanek.net/mrcyjanek/bashista/raw/branch/master/.meta/droidian_sample.png)