This is a collection of scripts I use to make managing files and processes easier.
This is a collection of scripts I use to make managing files and processes easier.
Use it to automagically select and run terminal applications, send signals to daemons, execute arbitrary commands, search the web, grab passwords from a password manager, and more.
Use it to automagically select and run terminal applications, send signals to daemons, execute arbitrary commands, search the web, grab passwords from a password manager, and more.
They're all optional but missing commands may have unexpeted side effects. The scripts also assumes you have the common commands in GNU core utilities like sed, awk, etc.
They're all optional but missing commands may have unexpeted side effects. The scripts also assumes you have the common commands in GNU core utilities like sed, awk, etc.
@@ -13,9 +16,14 @@ They're all optional but missing commands may have unexpeted side effects. The s
- all scripts assume your prefered terminal is [ st ](http://st.suckless.org)
- all scripts assume your prefered terminal is [ st ](http://st.suckless.org)
- mpc is for media controls
- mpc is for media controls
- the script assumes your passwords are in ~/Passwords/
- the script assumes your passwords are in ~/Passwords/
- commands that display information from man pages, godoc, logs, etc
do it using `enscript -p - | ps2pdf - | zathura -`. I'm considering
more minimal combinations like enscript and surf or st and less but
they create their own set of problems. This solution makes future
Use it to automagically select and run terminal applications, send signals to daemons, execute arbitrary commands, search the web, grab passwords from the password manager, and more.
Use it to automagically select and run terminal applications, send signals to daemons, execute arbitrary commands, search the web, grab passwords from the password manager, and more.