Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pimutils/khal
:calendar: CLI calendar application
https://github.com/pimutils/khal
calendar icalendar python terminal
Last synced: 20 days ago
JSON representation
:calendar: CLI calendar application
- Host: GitHub
- URL: https://github.com/pimutils/khal
- Owner: pimutils
- License: mit
- Created: 2013-08-25T11:22:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T22:04:40.000Z (7 months ago)
- Last Synced: 2024-04-14T12:05:25.079Z (7 months ago)
- Topics: calendar, icalendar, python, terminal
- Language: Python
- Homepage: https://lostpackets.de/khal/
- Size: 3.73 MB
- Stars: 2,479
- Watchers: 51
- Forks: 195
- Open Issues: 210
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: COPYING
- Code of conduct: CODE_OF_CONDUCT.rst
- Authors: AUTHORS.txt
Awesome Lists containing this project
- stars - pimutils/khal
- awesome-cli-apps - khal - CalDAV ready CLI and TUI calendar. (Productivity / Calendars)
- fucking-awesome-cli-apps - khal - CalDAV ready CLI and TUI calendar. (Productivity / Calendars)
README
khal
====
.. image:: https://github.com/pimutils/khal/actions/workflows/ci.yml/badge.svg?branch=master&event=push
:target: https://github.com/pimutils/khal/actions/workflows/ci.yml.. image:: https://codecov.io/github/pimutils/khal/coverage.svg?branch=master
:target: https://codecov.io/github/pimutils/khal?branch=master.. image:: https://readthedocs.org/projects/khal/badge/?version=latest&style=flat
:target: https://khal.readthedocs.io/en/latest/*Khal* is a standards based CLI and terminal calendar program, able to synchronize
with CalDAV_ servers through vdirsyncer_... image:: http://lostpackets.de/images/khal.png
Features
--------
(or rather: limitations)- khal can read and write events/icalendars to vdir_, so vdirsyncer_ can be
used to `synchronize calendars with a variety of other programs`__, for
example CalDAV_ servers.
- fast and easy way to add new events
- ikhal (interactive khal) lets you browse and edit calendars and events
- no support for editing the timezones of events yet
- works with python 3.8+
- khal should run on all major operating systems [1]_.. [1] except for Microsoft Windows
Feedback
--------
Please do provide feedback if *khal* works for you or even more importantly if
it doesn't. The preferred way to get in contact (especially if something isn't
working) is via github or via IRC (#pimutils on Libera.Chat)... _vdir: https://vdirsyncer.readthedocs.org/en/stable/vdir.html
.. _vdirsyncer: https://github.com/pimutils/vdirsyncer
.. _CalDAV: http://en.wikipedia.org/wiki/CalDAV
.. _github: https://github.com/pimutils/khal/
.. __: http://en.wikipedia.org/wiki/Comparison_of_CalDAV_and_CardDAV_implementationsDocumentation
-------------
For khal's documentation have a look at readthedocs_... _readthedocs: http://khal.readthedocs.org/
Installation
------------
khal is packaged for most `operating systems`__ and should be installable with
your standard package manager... __: https://repology.org/project/python:khal/versions
For some exemplary OS you can find installation instructions below. Otherwise
see the documentation_ for more information... _documentation: https://khal.readthedocs.io/en/latest/install.html
Debian/Ubuntu
~~~~~~~~~~~~~apt install khal
Nix
~~~nix-env -i khal
Arch
~~~~pacman -S khal
Brew
~~~~brew install khal
Fedora
~~~~~~dnf install khal
FreeBSD
~~~~~~~pkg install py-khal
Install latest version
~~~~~~~~~~~~~~~~~~~~~~pip install git+https://github.com/pimutils/khal
Alternatives
------------
Projects with similar aims you might want to check out are calendar-cli_ (no
offline storage and a bit different scope) and gcalcli_ (only works with
google's calendar)... _calendar-cli: https://github.com/tobixen/calendar-cli
.. _gcalcli: https://github.com/insanum/gcalcliContributing
------------
You want to contribute to *khal*? Awesome!The most appreciated way of contributing is by supplying code or documentation,
reporting bugs, creating packages for your favorite operating system, making
khal better known by telling your friends about it, etc.License
-------
khal is released under the Expat/MIT License::Copyright (c) 2013-2022 khal contributors
Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.