Weekly Shaarli

All links of one week in a single page.

Week 21 (May 20, 2019)

GitHub - dtcooper/raspotify: Spotify Connect client for the Raspberry Pi that Just Works™
thumbnail
Idea Generators
bash - Exit zsh, but leave running jobs open? - Stack Overflow
thumbnail

Background a job in zsh: executablename&

background a job and disown it: executablename&!

this allows you to close zsh while keeping the process running

systemd file-hierarchy - an extension of XDG Specification
branch - git fetch doesn't fetch all branches - Stack Overflow
thumbnail

see what

git config --get remote.origin.fetch 

produces

If it's not +refs/heads/:refs/remotes/origin/, do

git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
GitHub - rhysd/NyaoVim: Web-enhanced Extensible Neovim Frontend
thumbnail