Skip to content

Commit

Permalink
feat: just chat to open Zulip in terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
lostmygithubaccount authored and cpcloud committed Sep 15, 2023
1 parent b1f1939 commit 95e164e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,3 +128,6 @@ prof/
# generated examples data
ibis/examples/data
ibis/examples/descriptions

# chat
*zuliprc*
4 changes: 4 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,7 @@ docs-build-all:
just docs-apigen --verbose
just docs-render
just checklinks docs/_output --offline --no-progress

# open chat
chat *args:
zulip-term {{ args }}

0 comments on commit 95e164e

Please sign in to comment.