Google Play Billing Reports – modify csv to display only specific columns
To avoid having to do manual modifications to the csv file, we can use a script ready for this. cat PlayApps_202205.csv| csvcut "," 1 2 4 6 7 14 15…
To avoid having to do manual modifications to the csv file, we can use a script ready for this. cat PlayApps_202205.csv| csvcut "," 1 2 4 6 7 14 15…
There are few steps to do: Install plugin it by call (https://github.com/Urucas/QLGradle): brew cask install qlgradle 2. In terminal reload qlmanager (https://stackoverflow.com/a/62650032/619673): qlmanage -r 3. Reload finder (https://9to5mac.com/2019/01/18/restart-finder-mac/): Apple logo…
ffmpeg -i VID_20160407_190210.mp4 -vf fps=1 -qscale:v 16 out%d.jpg
In short words, two commands: brew remove aspell brew install aspell --with-lang-pl And now, we have dictionary with pl :)