From f279ca820a4e9f01129b1b8b0c0bec462943736d Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Tue, 22 Apr 2014 07:18:19 +0200 Subject: [PATCH] Add AUTHORS --- AUTHORS | 3 +++ TODO | 1 - generate_authors.sh | 9 +++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 AUTHORS create mode 100644 generate_authors.sh diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 000000000..2c07aa61f --- /dev/null +++ b/AUTHORS @@ -0,0 +1,3 @@ +Contributors, sorted by the number of commits in descending order: + +Florian Bruhin diff --git a/TODO b/TODO index 9c48bbd99..17cd4f75d 100644 --- a/TODO +++ b/TODO @@ -50,7 +50,6 @@ Minor features add setup.py and PKGBUILD add README add HACKING -add AUTHORS handle completion for aliases keybind should have completion for commands/arguments Hiding scrollbars diff --git a/generate_authors.sh b/generate_authors.sh new file mode 100644 index 000000000..78f4821c3 --- /dev/null +++ b/generate_authors.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +# Inspired by herbstluftwm. + +cat > AUTHORS <