Skip to content

Commit

Permalink
doc: fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Aug 1, 2023
1 parent 9b89e50 commit dc474ee
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 11 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@
SPDX-FileCopyrightText: 2021-2023 Birger Schacht <[email protected]>
SPDX-License-Identifier: MIT
-->
<div align="center">
<div align="center" markdown="1">

# carl

![carl logo](https://raw.githubusercontent.com/b1rger/carl/main/data/logo.svg)
![carl](https://raw.githubusercontent.com/b1rger/carl/main/data/logo.svg)

`carl` is a calendar for the commandline. It tries to mimic the various
`cal(1)` implementations out there, but also adds enhanced features like colors
Expand All @@ -16,39 +14,39 @@ and ical support.

---

<table style="table-layout: fixed; width: 100%;">
<tr><th>
<table style="table-layout: fixed; width: 100%;" markdown="1">
<tr><th markdown="1">

Default output of `carl`

</th><th>
</th><th markdown="1">

`carl` output with custom colors

</th></tr>
<tr><td>
<tr><td markdown="1">

![Screenshots of default carl](https://raw.githubusercontent.com/b1rger/carl/main/data/screenshot-default.png)

</td><td>
</td><td markdown="1">

![Screenshot of carl with custom colors](https://raw.githubusercontent.com/b1rger/carl/main/data/screenshot-custom.png)

</td></tr>
<tr><th>
<tr><th markdown="1">

`carl` output with events<br/>from ical highlighted

</th><th>
</th><th markdown="1">

`carl` output with rainbow<br/>colored weekdays

</th></tr>
<tr><td>
<tr><td markdown="1">

![Screenshot of carl with ical events highlighted](https://raw.githubusercontent.com/b1rger/carl/main/data/screenshot-ical.png)

</td><td>
</td><td markdown="1">

![Screenshot of carl in rainbow colors with ical events highlighted and current date striken through](https://raw.githubusercontent.com/b1rger/carl/main/data/screenshot-rainbow.png)

Expand Down
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
name: carl
title: null

0 comments on commit dc474ee

Please sign in to comment.