Skip to content

Commit

Permalink
Link to the kitty-control repo in About
Browse files Browse the repository at this point in the history
  • Loading branch information
ron.record committed May 21, 2024
1 parent 854940a commit 14d1d9b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

### ⚡️ Added

- Link to the `kitty-control` repo in `About`
- Use the `rich-cli` link markup in the `About` screen

### 🐞 Fixed

## v1.1.4r5
Expand Down
8 changes: 4 additions & 4 deletions bin/kitty-control
Original file line number Diff line number Diff line change
Expand Up @@ -98,19 +98,19 @@ show_about() {
rich "[red]Kitty Control[/] enables automation of [green]Kitty[/] customization and provides an" -p
rich "additional layer of convenience. Scripted [green]Kitty[/] actions enable quick and easy" -p
rich "switching between preconfigured [green]Kitty[/] configurations without losing state or" -p
rich "or having to quit [green]Kitty[/] and restart with another configuration. This is done" -p
rich "through the use of the [red]read_config.py[/] custom [green]kitten[/] included with [red]kitty-control[/]." -p
rich "or having to quit [green]Kitty[/] and restart with another configuration." -p
printf "\n"
rich "[red]kitty-control[/] is written in [yellow]Bash[/] and [yellow]Python[/] by Ronald Record." -p
rich "Visit the [red]Kitty Control[/] repo at [link=https://github.com/doctorfree/kitty-control#readme][yellow]https://github.com/doctorfree/kitty-control[/yellow][/link]" -p
else
printf "'Kitty Control' is an open source command line utility to control some aspects of"
printf "\nthe 'Kitty' terminal emulator using the 'Kitty' remote control facility and kittens.\n"
printf "\n'Kitty Control' enables automation of 'Kitty' customization and provides an"
printf "\nadditional layer of convenience. Scripted 'Kitty' actions enable quick and easy"
printf "\nswitching between preconfigured 'Kitty' configurations without losing state or"
printf "\nor having to quit 'Kitty' and restart with another configuration. This is done"
printf "\nthrough the use of the 'read_config.py' custom 'kitten' included with 'kitty-control'."
printf "\nor having to quit 'Kitty' and restart with another configuration."
printf "\n\n'kitty-control' is written in 'Bash' and 'Python' by Ronald Record."
printf "\nVisit the 'Kitty Control' repository at https://github.com/doctorfree/kitty-control\n"
fi
show_versions
}
Expand Down

0 comments on commit 14d1d9b

Please sign in to comment.