From: Stefan Huber Date: Tue, 4 May 2021 19:17:18 +0000 (+0200) Subject: Rename to oe1archive X-Git-Url: https://git.sthu.org/?p=oe1archive.git;a=commitdiff_plain;h=b19b2a94dd68a752b47c02bf237b5950e48657f8 Rename to oe1archive Adopt new script filename in the README. And not only rename the script filename, but, in some sense, the program name per se, i.e., the section header of the README. --- diff --git a/README.markdown b/README.markdown index a54b656..2c3e8e9 100644 --- a/README.markdown +++ b/README.markdown @@ -1,4 +1,4 @@ -# oe1archive.py +# oe1archive A tool do download Ö1 radio broadcasts. This repo is a clone of this [original repo](https://git.sthu.org/?p=oe1archive.git) and there is also a @@ -6,13 +6,13 @@ repo](https://git.sthu.org/?p=oe1archive.git) and there is also a To search or fetch broadcasts with oe1archive, call it like this: - % oe1archive.py -h + % ./oe1archive -h Usage: - ./oe1archive.py -h, --help - ./oe1archive.py -c, --choose - ./oe1archive.py -s, --search TITLE + ./oe1archive -h, --help + ./oe1archive -c, --choose + ./oe1archive -s, --search TITLE - % oe1archive.py -s jazz + % ./oe1archive -s jazz ## Contributors diff --git a/oe1archive b/oe1archive old mode 100644 new mode 100755