= de0e31d543 | 4 jaren geleden | |
---|---|---|
.gitignore | 4 jaren geleden | |
README.md | 4 jaren geleden | |
backup | 4 jaren geleden | |
bar.sh | 4 jaren geleden | |
cvpn | 4 jaren geleden | |
dwm-start | 4 jaren geleden | |
dwm-statusbar | 4 jaren geleden | |
edit-ini | 4 jaren geleden | |
ewrap | 4 jaren geleden | |
lsix | 4 jaren geleden | |
mru | 4 jaren geleden | |
pages | 4 jaren geleden | |
prompt | 4 jaren geleden | |
screenshot.sh | 4 jaren geleden | |
setup-xbindkeys | 4 jaren geleden | |
syn.sh | 4 jaren geleden | |
util | 4 jaren geleden | |
util-audio | 4 jaren geleden |
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.
sudo apt install pass enscript dunst xclip scrot mpc mpd ghostscript zathura suckless-tools
All of them are optional except suckless-tools. Many of the features aren’t interdependent and are made up of 1 or 2 functions.
It’s the central script that gives the rest of the features interactivity. Read the source code for more details.
prompt [ launch | action | cmd | ddg | manual ]
pages [ open ]
pages is a command for viewing /tmp/pages-{number} files with less or zathura. The files are the result of prompt commands like prompt action
-> Go page or can be created from your own tools. I use it for viewing documentation.
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
changes easy without becoming too complicatedUse 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.