Skip to content

Commit

Permalink
docs: improve readability of shell commands in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
leoshimo committed Dec 8, 2023
1 parent 10732b3 commit 9c96927
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,10 @@ $ man ffmpeg \
| cogni -T 300 -s "Create a cheatsheet given a man page. Output should be in Markdown, and should be a set of example usages under headings." \
> cheatsheet.md

# Catchup after long hiatus from git repo
$ git commit -m git show -n 3 \
| cogni -s "What was I working on recently?"
# Create a commit message for staged changes
$ git diff --staged \
| cogni -s "Create a commit message for the given staged changes. Use conventional commit format. Answer in a single-line raw plaintext. Don't use markdown." \
| git commit -F -
```

### In Emacs
Expand Down

0 comments on commit 9c96927

Please sign in to comment.