From: Tobias Schlitt Date: Fri, 8 Jul 2011 13:20:37 +0000 (+0200) Subject: - Updated: More extensive readme. X-Git-Url: https://adrianiainlam.tk/git/?p=indicator-chars.git;a=commitdiff_plain;h=3853ba052057c7436ed66d2cc281fb3e95aa9f6d - Updated: More extensive readme. --- diff --git a/README.rst b/README.rst index de8c8ca..8d26226 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,8 @@ +=============== indicator-chars ---------------- +=============== + +:Author: Tobias Schlitt App indicator to provide a menu with (potentially funny UTF-8) characters for simple copying them to clipboard (similar to original characters applet). @@ -7,4 +10,21 @@ simple copying them to clipboard (similar to original characters applet). Create a file .indicator-chars in your home dir with lines of characters to be selectable. -Author: Tobias Schlitt +------- +Install +------- + +- Checkout source code +- Create ~/.indicator-chars + - Each row corresponds to a set of chars + - Spaces also count as chars + - Make sure to use UTF-8 encoding +- Put indicator-chars.py into auto start + +----------- +Open issues +----------- + +- If anyone could design a nice, unity style indicator icon? +- Maybe there is a way to use multiple click buttons in menu items? + - No standard Gtk way does not work.