added readme

This commit is contained in:
tastytea 2018-06-10 21:37:10 +02:00
parent b232b1a694
commit 7b9fae8c44
Signed by: tastytea
GPG Key ID: 59346E0EA35C67E5
2 changed files with 5 additions and 1 deletions

4
README.md Normal file
View File

@ -0,0 +1,4 @@
| Script | Description |
| ---------: |:-------------------------------------------------------------- |
| urlhandler | Open URLs based on regular expressions. |
| yt2mpd.sh | Adds an Youtube video to MPD, with correct title and duration. |

View File

@ -1,5 +1,5 @@
#!/bin/zsh
# Open URLs based on regular expressions
# Open URLs based on regular expressions.
# Format of assignments: "Regular expression", "program1;program2;…"
# If this script is named urlhandler-gui, it shows a GUI using zenity. If not,
# the first program in the list is used.