Multiple scripts that are useful but don't deserve their own repository.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Steven Saus bec5fba385 Added ytube and mu-search 4 years ago
LICENSE Initial commit 6 years ago
README.md Added ytube and mu-search 4 years ago
briefing.sh Fixed typo, added url for briefing explanation 6 years ago
mu-search.sh Added ytube and mu-search 4 years ago
topcpu.sh Added ytube and mu-search 4 years ago
topmem.sh Added ytube and mu-search 4 years ago
virtualbox-openbox.sh Added virtualbox-openbox 5 years ago
ytube Added ytube and mu-search 4 years ago

README.md

multiple_scripts

Multiple scripts that are useful but don't deserve their own repository.

ytube.sh

A wrapper for youtube-dl to make easier (and automate) some things.

briefing.sh

Used along with Podfox to create a daily briefing without involving Google or Amazon or Apple. The post detailing this is at ideatrash.

virtualbox-openbox

To dynamically create a list of virtualbox VM's (and allow you to run them) as an OpenBox pipe menu

topmem.sh and topcpu.sh

While these aren't exactly speedy or optimized, they do what I want; they show me the top five memory using (or CPU using, respectively) commands. That is, it lumps all vivaldi-bin or firefox-bin processes together before doing the calculation and sort. That way I can see what commands are eating up everything.

A small note - processes from bash, python, and java (at present) are not excluded, but the command they're running is what is counted. So for example, these three commands:

/usr/bin/python /usr/share/kupfer/kupfer.py --no-splash
/usr/bin/python /usr/bin/autokey-gtk
/usr/bin/python /usr/bin/dstat -c -C 0,1,total -d -s -n -y -r

are not lumped together, but are treated as separate commands.