https://github.com/haensl/mutt2calcurse
Export events from mutt to calcurse
https://github.com/haensl/mutt2calcurse
bash calcurse mutt
Last synced: 9 months ago
JSON representation
Export events from mutt to calcurse
- Host: GitHub
- URL: https://github.com/haensl/mutt2calcurse
- Owner: haensl
- Created: 2016-05-20T14:28:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T13:04:46.000Z (over 8 years ago)
- Last Synced: 2025-09-11T06:14:16.878Z (10 months ago)
- Topics: bash, calcurse, mutt
- Language: Shell
- Size: 2.93 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mutt2calcurse
Export events from mutt to calcurse
mutt2calcurse is a fork of [Tim Hentenaar](https://github.com/thentenaar)'s
[add_to_calcurse.sh](https://gist.github.com/thentenaar/2dd7d47a17f6527652dc#file-add_to_calcurse-sh) and is used to import `text/calendar` files into calcurse.
## Usage
This script was written in order to export iCal events from mutt to calcurse. In order to use it as such add the following to your `muttrc`:
```bash
macro index,pager \ck 'mutt2calcurse' 'Add ical events to calcurse'
```
This line sets up a _macro_ on the _index_ and _pager_ views enabling the user to press `ctrl+k` when viewing an iCal event to send it to calcurse.
## Dependencies
uudeview