Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yorickpeterse/break-reminder
Personal break reminder software
https://github.com/yorickpeterse/break-reminder
Last synced: 30 days ago
JSON representation
Personal break reminder software
- Host: GitHub
- URL: https://github.com/yorickpeterse/break-reminder
- Owner: yorickpeterse
- License: mpl-2.0
- Created: 2023-03-15T18:45:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-20T14:51:23.000Z (over 1 year ago)
- Last Synced: 2024-05-02T01:14:52.314Z (7 months ago)
- Language: Shell
- Size: 128 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fish Break Reminder
Personal break reminder software, written in Fish.
# Requirements
* Fish
* systemd
* vorbis-tools for ogg123
* libnotify# Usage
Running the timer:
fish bin/breaks
Using systemd:
ln -s $PWD/bin/breaks $HOME/bin/breaks
ln -s $PWD/systemd/breaks.service ~/.config/systemd/user/breaks.service
systemctl --user start breaks# License
All source code in this repository is licensed under the Mozilla Public License
version 2.0, unless stated otherwise. A copy of this license can be found in the
file "LICENSE".