[-] I_Am_Jacks_____@sh.itjust.works 21 points 1 month ago

You Suck at Programming on Youtube

Before showing your terrible understanding of git, try it. If you run 'git commit -m auto foo' and foo has not changed, git will not do anything. It's a no-op. So there is no downside and is very simple. Additionally, it returns 1, so if you do 'git commit -m auto foo && git push', it won't do the push.

But thanks for playing

If you want simple, just commit unconditionally every x minutes with cron. It won't do anything if there's nothing to commit

[-] I_Am_Jacks_____@sh.itjust.works 5 points 2 months ago

<3 Niri + DMS

[-] I_Am_Jacks_____@sh.itjust.works 7 points 6 months ago

You can also use Whisper+ from F-Droid in place of Futo

[-] I_Am_Jacks_____@sh.itjust.works 3 points 9 months ago

I got these and love them: # Sketchers Summits High Range Hands Free Slip-Ins

[-] I_Am_Jacks_____@sh.itjust.works 40 points 11 months ago

check out fzf (install fzf and add (assuming bash) eval "$(fzf --bash)" to your .bashrc) Makes ctrl+r a superpower

[-] I_Am_Jacks_____@sh.itjust.works 13 points 1 year ago* (last edited 1 year ago)

If . or /path/to/Script are not in your crontab's PATH variable, it cannot find the script. If the script is in /path/to/Script, change your crontab to either:

*/1 * * * * cd /Path/To/Script && ./Script.sh

Or

*/1 * * * * /Path/To/Script/Script.sh

Also, "*/1" means every 1 minute and "*" means every minute, so the "/1" is unnecessary

FUTO Keyboard is awesome!

Yes to everything including a big fuck you to Caviezel!

view more: next ›

I_Am_Jacks_____

0 post score
0 comment score
joined 1 year ago