diff options
author | Tobias Brox <tobias@redpill-linpro.com> | 2020-06-08 11:13:39 +0200 |
---|---|---|
committer | Tobias Brox <tobias@redpill-linpro.com> | 2020-06-08 11:13:39 +0200 |
commit | 97a492bf80724daf6deb613850312032c8158d2a (patch) | |
tree | ad5b654c896e49e477023914b3a48fcf331805ba | |
parent | 97223fd1e4341fba483a76a562dc343065ebecfb (diff) | |
download | calendar-cli-97a492bf80724daf6deb613850312032c8158d2a.zip |
it may be important with a backlink to the official project home.
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | calendar-cli.py | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -24,6 +24,8 @@ Installation calendar-cli depends on quite some python libraries, i.e. pytz, caldav, etc. "sudo ./setup.py install" should take care of all those eventually. +The calendar-cli executable can be executed as it is, or copied to /usr/bin. Make sure to copy the content - as of v0.12, calendar-cli is actually a symlink to calendar_cli.py. This mess will be fixed up in v1.0. + Support ------- diff --git a/calendar-cli.py b/calendar-cli.py index 7294040..e394f19 100755 --- a/calendar-cli.py +++ b/calendar-cli.py @@ -1,7 +1,8 @@ #!/usr/bin/env python """ -calendar-cli.py - high-level cli against caldav servers +https://github.com/tobixen/calendar-cli/ - high-level cli against caldav servers + Copyright (C) 2013-2020 Tobias Brox and other contributors This program is free software: you can redistribute it and/or modify |