aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-09-23 20:42:01 -0400
committerB Stack <bgstack15@gmail.com>2020-09-23 20:42:01 -0400
commitf225b0968904b18cac358b49abc2661a405286f0 (patch)
tree5ae10b5fdf76470cb0228ee7595b14e804ba62a6 /README
downloadmyautomount-f225b0968904b18cac358b49abc2661a405286f0.tar.gz
myautomount-f225b0968904b18cac358b49abc2661a405286f0.tar.bz2
myautomount-f225b0968904b18cac358b49abc2661a405286f0.zip
initial commit
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..701eb89
--- /dev/null
+++ b/README
@@ -0,0 +1,4 @@
+Translated to shell almost line-for-line from Go source at https://github.com/project-trident/trident-utilities/blame/master/src-go/automount/main.go
+
+Future goals:
+make system tray icon version, probably that reads xdg desktop entries and displays icons for them
bgstack15