Posts Tagged BashQL

BashQL: Another half-assed project by me

Just the Facts BashQL is a stupid little python script that lets you perform SQL queries on the output of shell commands. Use case and example: I wanted to compare what was actually installed by my package manager (pacman -Q) against all the subdirectories where I create the packages for installation (ls -1 /pack): jason [...]

, ,

No Comments