All Projects → dmedvinsky → Mutt Ics

dmedvinsky / Mutt Ics

Licence: mit
Simple viewer for ics in mutt

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Mutt Ics

CyberICS.github.io
News and publication on cybersecurity in industry
Stars: ✭ 29 (-50.85%)
Mutual labels:  ics
Opcua
Native Go OPC-UA library
Stars: ✭ 382 (+547.46%)
Mutual labels:  ics
Ical
iCal-creator for PHP
Stars: ✭ 891 (+1410.17%)
Mutual labels:  ics
remarkable-calendar-creator
Create calendars to display on a reMarkable device as the suspend screen or to write notes on, including events from your own online iCal calendar
Stars: ✭ 28 (-52.54%)
Mutual labels:  ics
Fb2cal
Fetch Facebook Birthdays events and create an ICS file for use with calendar apps
Stars: ✭ 335 (+467.8%)
Mutual labels:  ics
Icsmaster
ICS/SCADA Security Resource(整合工控安全相关资源)
Stars: ✭ 582 (+886.44%)
Mutual labels:  ics
prodcal ics
Производственный календарь в формате ics
Stars: ✭ 23 (-61.02%)
Mutual labels:  ics
Ics Default Passwords
List of default passwords for Industrial Control Systems
Stars: ✭ 42 (-28.81%)
Mutual labels:  ics
Ics Parser
Parser for iCalendar Events • PHP 7.2+, 5 (≥ 5.6)
Stars: ✭ 342 (+479.66%)
Mutual labels:  ics
Ics Security Tools
Tools, tips, tricks, and more for exploring ICS Security.
Stars: ✭ 749 (+1169.49%)
Mutual labels:  ics
ICS-TestBed-Framework
ICS TestBed Framework
Stars: ✭ 39 (-33.9%)
Mutual labels:  ics
Ics Py
Pythonic and easy iCalendar library (rfc5545)
Stars: ✭ 322 (+445.76%)
Mutual labels:  ics
Grassmarlin
Provides situational awareness of Industrial Control Systems (ICS) and Supervisory Control and Data Acquisition (SCADA) networks in support of network security assessments. #nsacyber
Stars: ✭ 621 (+952.54%)
Mutual labels:  ics
webcalendar
WebCalendar is a PHP application used to maintain a calendar for a single user or an intranet group of users. It can also be configured as an event calendar.
Stars: ✭ 113 (+91.53%)
Mutual labels:  ics
Conpot
ICS/SCADA honeypot
Stars: ✭ 853 (+1345.76%)
Mutual labels:  ics
weather-calendar-feed
Display yr.no weather (supports the entire Earth) forecasts with highly customizable Event titles in your Google Calendar, Android phone, iPhone, Outlook or other iCalendar app
Stars: ✭ 16 (-72.88%)
Mutual labels:  ics
Awesome Se
👨‍💻 ❤️ 💻 上海交通大学软件学院本科编程作业参考
Stars: ✭ 507 (+759.32%)
Mutual labels:  ics
Golang Ical
A ICS / ICal parser and serialiser for Golang.
Stars: ✭ 53 (-10.17%)
Mutual labels:  ics
Pyspider Ics
使用pyspider爬虫框架爬取工控相关数据(漏洞、预警、安全事件等)
Stars: ✭ 37 (-37.29%)
Mutual labels:  ics
Isf
ISF(Industrial Control System Exploitation Framework),a exploitation framework based on Python
Stars: ✭ 690 (+1069.49%)
Mutual labels:  ics

Mutt ICS

Ever received a meeting notification in an email? Ever wanted to have a quick glance at that .ics file and know what is that meeting about, where is it going to happen and who is participating?

I did. So I made this little script.

Usage

The package is on PyPI so it is pip-installable, but I recommend using PIP Script Installer (pipsi).

After installing with

pipsi install mutt_ics

and making sure the mutt-ics executable is in your path, you should configure mutt to use it to render ICS files. To do that, complete the following steps:

  1. Add the following lines to your .mailcap file:

     text/calendar; mutt-ics; copiousoutput
     application/ics; mutt-ics; copiousoutput 
    
  2. Add the following line to your .muttrc file:

     auto_view text/calendar application/ics
    

You're done. I guess. Maybe I forgot something. Please, file a ticket if I did.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].