Comment on Show HN: Adrafinil – keep a lid-closed Mac awake only while agents workComments−xlii2moUm so it is sudo bash -c 'touch KEEP_RUNNING; pmset -b sleep 0; pmset -b disablesleep 1; while [ -e KEEP_RUNNING ]; do sleep 1; done; pmset -b sleep 5; pmset -b disablesleep 0' and Agent, when you're done do `rm KEEP_RUNNING`, kthxbye. ?(personally I have Ruby scripts that check activity on "tmux capture-output" for that)−fragmede2mohttps://news.ycombinator.com/item?id=9224−da_grift_shift2moYeah, I'll stick with the oneliner.https://ghloc.vercel.app/kageroumado/adrafinil?branch=main
Comments
Um so it is
and ?(personally I have Ruby scripts that check activity on "tmux capture-output" for that)
https://news.ycombinator.com/item?id=9224
Yeah, I'll stick with the oneliner.
https://ghloc.vercel.app/kageroumado/adrafinil?branch=main