update README
This commit is contained in:
parent
7dcbdc08ee
commit
04c1f41a16
10
README.md
10
README.md
|
@ -4,8 +4,6 @@ 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
|
### Dependencies
|
||||||
|
@ -16,10 +14,14 @@ Useful utility scripts.
|
||||||
|
|
||||||
| Script | Comment |
|
| Script | Comment |
|
||||||
|---|---|
|
|---|---|
|
||||||
|date-show|Show a time and date window.|
|
|date-show|Show a time and date notification.|
|
||||||
|newbash ["command"]|Create executable `bash` script. Optionally add `command`.|
|
|newbash ["command"]|Create executable `bash` script. Optionally add `command`.|
|
||||||
|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.|
|
|window-select|Select a window |
|
||||||
|
|
||||||
|
## TODO
|
||||||
|
|
||||||
|
* Rename `date-show` to something more general.
|
||||||
|
* Use installer to create symbolic links instead of copying files.
|
||||||
|
|
Loading…
Reference in New Issue