aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2014-11-05 00:48:15 +0800
committerDeterminant <ted.sybil@gmail.com>2014-11-05 00:48:15 +0800
commitd8b530ca9fef1fed616daee98154270a434e9485 (patch)
tree7eb2473fed19f6efa96b210fd19523e3ca713c34
parenta2f8c7d64f50a02ad1b25dc0e4894e948d9b644c (diff)
...
-rw-r--r--README.rst17
1 files changed, 9 insertions, 8 deletions
diff --git a/README.rst b/README.rst
index c246f0b..f29819c 100644
--- a/README.rst
+++ b/README.rst
@@ -12,14 +12,15 @@ However, disappointing enough, I failed to find any existing programs/scripts
to achieve this little but convenient functionality. Although there is
mpd-hiss_, it has quite a number of dependencies and is written in Python with
several separated files. I think such a simply little desire should not be as
-complicated as this. Even though I love programming in Python, that project
-may still need to polished to be flexible and easy to deploy (But it is a good
-project anyway). Being different from it, this project tends to lightweight and
-simple but as extensible as it can, but in the end, should be simple. After
-all, a simple task deserves a simple solution. Now the code is written in C in
-a single file and highly portable. It uses "patterns" to generate a command
-once MPD state is being changed and pipe it into a pre-selected shell. During
-the execution, it consumes few resources and imposes little overhead.
+complicated as this. Even though I love programming in Python, that project may
+still need to polished to be flexible and easy to deploy (but it is a good
+project nevertheless). Being different from it, this project tends to
+lightweight and simple but as extensible as it can, but in the end, should be
+simple. After all, a simple task deserves a simple solution. Now the code is
+written in C in a single file and highly portable. It uses "patterns" to
+generate a command once MPD state is being changed and pipe it into a
+pre-selected shell. During the execution, it consumes few resources and imposes
+little overhead.
How to Use?
-----------