- 0 Posts
- 18 Comments
I_Am_Jacks_____@sh.itjust.worksto
Linux@lemmy.ml•Best way to watch a directory for changes and auto-git-commit on Arch Linux?
93·1 month agoBefore 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
I_Am_Jacks_____@sh.itjust.worksto
Linux@lemmy.ml•Best way to watch a directory for changes and auto-git-commit on Arch Linux?
82·1 month agoIf 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.worksto
Linux@lemmy.ml•Niri + DMS on a custom atomic image based on Fedora Kinoite
5·2 months ago<3 Niri + DMS
I_Am_Jacks_____@sh.itjust.worksto
Privacy@lemmy.ml•How Google Tracks Everything You Do and How to Stop It
3·2 months agoYou still can’t have an alias go to multiple mailboxes, though, right? Or even forward out of tuta?
I_Am_Jacks_____@sh.itjust.worksto
Android@lemdro.id•Heliboard + Google Swipe Lib + FUTO Voice inputEnglish
7·5 months agoYou can also use Whisper+ from F-Droid in place of Futo
I_Am_Jacks_____@sh.itjust.worksto
Ask Lemmy@lemmy.world•Can anyone recommend some extremely comfortable men's shoes that come in at least an EE wide width for every day wear?
3·9 months agoI got these and love them: # Sketchers Summits High Range Hands Free Slip-Ins
check out fzf (install fzf and add (assuming bash)
eval "$(fzf --bash)"to your .bashrc) Makes ctrl+r a superpower
I use rofi for a fuzzy window searcher and it fixes that issue for me
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.shOr
*/1 * * * * /Path/To/Script/Script.shAlso, “*/1” means every 1 minute and “*” means every minute, so the “/1” is unnecessary
I_Am_Jacks_____@sh.itjust.worksto
Games@lemmy.world•what are in you're top 3 favourite games of all time?English
2·1 year agoThe Last of Us, Mass Effect 2, Star Wars Jedi: Fallen Order
I don’t know all of the brew lingo, but I think using the cask option/command uses the DMG. That’s what I use when I saw that message a while ago
I_Am_Jacks_____@sh.itjust.worksto
DeGoogle Yourself@lemmy.ml•replacement SMS and keyboard with certain features
2·1 year agoYup. So far I’ve paid for keyboard, voice, and immich
I_Am_Jacks_____@sh.itjust.worksto
DeGoogle Yourself@lemmy.ml•replacement SMS and keyboard with certain features
7·1 year agoFUTO Keyboard is awesome!
I_Am_Jacks_____@sh.itjust.worksto
Television@piefed.social•What are some lesser-known obscure TV series that went under the radar, that you would recommend?
7·1 year agoYes to everything including a big fuck you to Caviezel!
I_Am_Jacks_____@sh.itjust.worksto
Selfhosted@lemmy.world•Best Free Mobile App for Streaming Self-Hosted Music?English
1·1 year agoI really like Tempo so far. I haven’t tried it in my car yet. But I’m missing a widget




You Suck at Programming on Youtube