Skip to content

fthiery/gitupdater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitupdaterd

Daemon which updates git folders periodically

Configuration

Create ~/.config/gitupdater and/or drop config files into ~/.config/gitupdater.d (see the example config.cfg.example file).

Installation

mkdir -p ~/.config/systemd/user
cp systemd/* ~/.config/systemd/user
systemctl --user daemon-reload
sudo ln -sf `pwd`/gitupdater.py /usr/local/bin
systemctl --user enable gitupdater.timer
systemctl --user start gitupdater.timer

Requirements

  • python3
  • git
  • libnotify
  • python-gobject

About

Daemon which updates git folders periodically

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages