A collection of helper scripts.
Go to file
Ray Elliott 3de289abb5 add quotes to argument inside tmux-select 2020-04-11 18:07:42 +01:00
src add quotes to argument inside tmux-select 2020-04-11 18:07:42 +01:00
README.md update README 2020-04-01 15:59:15 +01:00
install.sh remove comment 2020-04-01 16:00:20 +01:00

README.md

Useful utility scripts.

Install

install.sh -- install all files in ./src/ to install directory (/usr/local/bin/).

install.sh -u -- uninstall all files in ./src/ from install directory.

Dependencies

  • xtitle - available in AUR.

Files

Script Comment
date-show Show a time and date notification.
newbash ["command"] Create executable bash script. Optionally add command.
newsh ["command"] Create executable sh script. Optionally add command.
pam-say Tells Pamela to say something.
qutesesh Open a Qutebrowser session.
window-select Select a window

TODO

  • Rename date-show to something more general.
  • Use installer to create symbolic links instead of copying files.