Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
July 7, 2021 04:33 pm GMT

Chatting Via the Command Line (ssh)

Hello devs, trust your day is going great.

I came across this cool repository on GitHub Made by Ishan Goel.

Imagine chatting via the command line .

Devzat is chat over SSH: devzat
Because there's SSH apps on all platforms, even on mobile, you can join from anywhere.

To use, just open your command prompt and run this command:
ssh devzat.hackclub.com
make sure you're connected to the internet, of course.

Run cmds to see a list of commands.

Interesting features:
Rooms! Run cd to see all rooms and use cd #foo to join a new room.
Markdown support! Tables, headers, italics and everything. Just use
in place of newlines.
Code syntax highlighting. Use Markdown fences to send code. Run eg-code to see an example.
Direct messages! Send a quick DM using =user or stay in DMs by running cd @user.
Timezone support, use tz Continent/City to set your timezone.
Built in Tic Tac Toe and Hangman! Run tic or hang to start new games.
Emoji replacements! => (like on Slack and Discord)

Devs this is cool, come try it out.


Original Link: https://dev.to/coledrain/imagine-chatting-via-the-command-line-5d4h

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To