Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yutsuten/fellow
A command line program that shows a notification and play a (japanese) voice.
https://github.com/yutsuten/fellow
linux miscellaneous shellscript
Last synced: about 23 hours ago
JSON representation
A command line program that shows a notification and play a (japanese) voice.
- Host: GitHub
- URL: https://github.com/yutsuten/fellow
- Owner: Yutsuten
- License: unlicense
- Created: 2021-01-20T14:10:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-02T05:49:59.000Z (4 months ago)
- Last Synced: 2024-11-19T19:06:22.794Z (2 months ago)
- Topics: linux, miscellaneous, shellscript
- Language: Shell
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fellow
I created this as a hobby to integrate with other programs.
I also wanted to use the audio files I found on
[this site](https://soundeffect-lab.info/).If you are considering using it,
be aware that there are text in Japanese.## Requirements
- `bash`
- `notify-send`
- `mpv`
- `curl` (to download audio files)## Install
1. Clone this repository
2. Place an icon `icon.png` to the same directory you cloned this repository
3. Run `make audio`
4. Run `sudo make install`## Uninstall
Run `sudo make uninstall`
## Usage
Currently there are the following commands:
`fellow greet` to greet you.
It checks the current time before greeting.`fellow taskdone` to get praised for your good work.
`fellow finish` if a timer had just finished.
The program has a random factor,
so running the same command twice may give a different message!