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: 14 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T10:03:35.000Z (over 1 year ago)
- Last Synced: 2025-03-02T11:19:11.492Z (over 1 year ago)
- Topics: linux, miscellaneous, shellscript
- Language: Shell
- Homepage:
- Size: 21.5 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!