Spotify Tools
29 Oct 2019Discovered two new handy tools for Spotify:
Tool for bulk adding songs to playlists: playlisttools
Tool for removing duplicates from playlists: spotify-dedup
Discovered two new handy tools for Spotify:
Tool for bulk adding songs to playlists: playlisttools
Tool for removing duplicates from playlists: spotify-dedup
In the months since my last Back to Windows post I’ve had a few additions to my toolbox
Save All The Time - automatically save, all the time
Productivity Power Tools 2015 - lots of useful helps
WinDirStat - Disk usage statistics viewer and cleanup tool
I’ve been coming back to Visual Studio and Windows development after a 5 year stint with web developement on OSX. Definitely feeling some friction in Windows:
So, here’s some things I’ve found that make the transition a bit better.
Fix File Encoding - automatically strip UTF-8 signature from html/js
Code Compare - a better code compare
File Nesting - handy for managing partials by nesting them under their ‘parent’ in a VS project/solution.
Build Monitor - Show how long builds take
Web Analyzier - Incorporate ESLint, TSLint into Visual Studio
Diffmerge - great for comparing files/folder
ConEmu - great command shell replacement (supports, cmd, bash, etc.)
AstroGrp - FOSS gui grep
AutoHotkey - swiss army knife for windows keyboard shortcuts. I currently have shortcuts for volume up/down and found a script that lets me Ctrl+L to clear cmd!
Launchy - Like Spotlight/Alfred
Robocopy - built in windows command for better, restartable copies. There’s a GUI to help navigate all the knobs.
LICECAP - cross platform animated gif screen capture.
I’ve been meaning to come back and put a little refresh on the blog, make it a little more responsive, etc. I found I had some extra time With Christmas break upon us and was inspired by Joshua Lande’s post.
First step was to update the github-pages (20 -> 40) which brought along lots of goodies including Jekyll (1.5.1 -> 2.4.0). One happy surprise was support for SASS, though I’m a fan LESS. Ot was an interesting exercise to make the coffee stain logo responsive using SASS.
Next was to get Google Analytics set up which was pretty easy once I understood the difference between Google Tag Manager and Google Analytics.
Next steps:
git config --global
(user.name, user.email, core.excludefile)ln -s ~/Dropbox/Development/profile/zshrc .zshrc
and any others.Disable TextEdit’s smartquotes.
brew install redis
cp ~/Library/Application\ Support/MySQL/Workbench/connections.xml ~/Dropbox/Development/
to save connections for MySQLWB.gem install bundler
.brew install node