Code Monkey home page Code Monkey logo

Comments (5)

ku1ik avatar ku1ik commented on July 20, 2024 1

@holmboe haha, you're right 🙈

from git-dude.

rholmboe avatar rholmboe commented on July 20, 2024 1

@sickill it's ok, I take credit for everything @holmboe does anyways, so he can have this one 💃

from git-dude.

rholmboe avatar rholmboe commented on July 20, 2024

Hi @anobilisgorse!

Guess I'd share my way of approaching it.

Instead of creating a crontab job for this particular thing, which runs as soon as cron daemon starts. But especially when I don't want my little thing running when I'm not logged on, so I did it with a "startup application" in Ubuntu instead.

I've created ~/.git-dude/bin where I've put a simple script containing following

#!/bin/bash
#
# run-gd - Simple script to run git-dude on ubuntu login
#

watchdir=$(git config dude.watchdir)

if [ -n $watchdir ]; then
    git dude $watchdir  
fi

Then after that, I've added a "custom" startup application pointing to that script, which is started when I'm logging in.

from git-dude.

ku1ik avatar ku1ik commented on July 20, 2024

I like @holmboe's suggestion to run it as a service instead as a cron job 👍

from git-dude.

holmboe avatar holmboe commented on July 20, 2024

@sickill thanks but the props goes to my brother @rholmboe :)

from git-dude.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.