Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soh335/icalfilter
CLI for filtering ical components and lines
https://github.com/soh335/icalfilter
Last synced: 14 days ago
JSON representation
CLI for filtering ical components and lines
- Host: GitHub
- URL: https://github.com/soh335/icalfilter
- Owner: soh335
- License: mit
- Created: 2015-12-28T07:35:41.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T09:39:43.000Z (almost 9 years ago)
- Last Synced: 2024-10-11T21:11:51.235Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![wercker status](https://app.wercker.com/status/f5d6f391ffacf8c10311fd2d3f4f55c5/s/master "wercker status")](https://app.wercker.com/project/bykey/f5d6f391ffacf8c10311fd2d3f4f55c5)
# icalfilter
CLI for filtering ical components and lines
## USAGE
```go
$ cat /path/to/ical | icalfilter -filter-component "..." -filter-component "..." -filter-line "..."
```## INSTALL
```
$ go get github.com/soh335/icalfiter
```## LICENSE
MIT