aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-09-27 17:29:21 -0400
committerB Stack <bgstack15@gmail.com>2020-09-27 17:29:21 -0400
commitfe40ba2086c76c87544a3b9f70ab9f7fb6b05c30 (patch)
tree92a7ba28dc1025d3dde60b1ec8269d1cb236722f /README.md
parenthandle if user config does not exist (diff)
downloadmyautomount-fe40ba2086c76c87544a3b9f70ab9f7fb6b05c30.tar.gz
myautomount-fe40ba2086c76c87544a3b9f70ab9f7fb6b05c30.tar.bz2
myautomount-fe40ba2086c76c87544a3b9f70ab9f7fb6b05c30.zip
add XApp.StatusIcon support
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7a46c0d..fabb969 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,6 @@ Myautomount was translated to shell almost line-for-line from Go source at [http
# TODO
write makefile
-write full dependencies (including gtk3)
write better readme
write man pages
bgstack15