Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
JKrag committed Feb 17, 2021
1 parent 7fedf32 commit 00f31d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ Every chat message is an empty commit to the repo, and is immediately pushed to
Maybe slightly in order of importance - but not necessarily order of implementation. I am doing this 95% for fun, so features will get added if, where and when I feel inspired:

* [Support sending file attachments](https://github.com/JKrag/GitSlick/issues/1).
* [Support multi-line messages](https://github.com/JKrag/GitSlick/issues/2)
* [Dockerize the chat runtime](https://github.com/JKrag/GitSlick/issues/3)
* [Private message support, just for the fun of it](https://github.com/JKrag/GitSlick/issues/4)
* [Support running in split-screen terminal](https://github.com/JKrag/GitSlick/issues/5)
Expand Down
8 changes: 4 additions & 4 deletions chat.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ welcome() {
echo -e "${CYAN}Welcome to GitSlick, the Git based miniature chat app.${RC}"
echo
commands
echo "Anything else is treated as a chat message. It will be commited to current dir git repo and pushed immediately to origin"
echo "with NO safety checks or error handling".
echo -e "Anything else is treated as a chat message. It will be commited to current dir git repo and pushed immediately to origin"
echo -e "with NO safety checks or error handling".
echo
echo "NOTE: Currently only really supports single line messages. Behaviour undefined if pasting multiline content."
echo "But you can now use the ${GREEN}/post${RC} feature if you want to send multiline content."
echo -e "NOTE: Currently only really supports single line messages. Behaviour undefined if pasting multiline content."
echo -e "But you can now use the ${GREEN}/post${RC} feature if you want to send multiline content."
echo
echo -e "You are currenty in folder ${RED}$(pwd)${RC}"
echo -e "And pushing to ${RED}$(git remote get-url origin --push)${RC}"
Expand Down

0 comments on commit 00f31d2

Please sign in to comment.