From 7b9fae8c4438dedc625ff83960f611606c416d3e Mon Sep 17 00:00:00 2001 From: tastytea Date: Sun, 10 Jun 2018 21:37:10 +0200 Subject: [PATCH] added readme --- README.md | 4 ++++ urlhandler | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e169344 --- /dev/null +++ b/README.md @@ -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. | diff --git a/urlhandler b/urlhandler index 1544465..d1a4728 100755 --- a/urlhandler +++ b/urlhandler @@ -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.