update README

This commit is contained in:
Ray Elliott 2020-04-01 14:30:37 +01:00
parent 848802eb94
commit 494ea544a0
1 changed files with 7 additions and 0 deletions

View File

@ -4,8 +4,14 @@ Useful utility scripts.
`install.sh` -- install all files in `./src/` to install directory (`/usr/local/bin/`). `install.sh` -- install all files in `./src/` to install directory (`/usr/local/bin/`).
`install.sh -o` -- overwrite pre-existing files in destination directory.
`install.sh -u` -- uninstall all files in `./src/` from install directory. `install.sh -u` -- uninstall all files in `./src/` from install directory.
### Dependencies
* `xtitle` - available in AUR.
## Files ## Files
| Script | Comment | | Script | Comment |
@ -15,4 +21,5 @@ Useful utility scripts.
|newsh ["command"]|Create executable `sh` script. Optionally add `command`.| |newsh ["command"]|Create executable `sh` script. Optionally add `command`.|
|pam-say <text>|Tells Pamela to say something.| |pam-say <text>|Tells Pamela to say something.|
|qutesesh|Open a Qutebrowser session.| |qutesesh|Open a Qutebrowser session.|
|window-select|Use Dmenu to select from all windows.|