termcat
v1.1.0
Published
chat right from the comfort of your terminal.
Downloads
4
Readme
Termcat
chat with your colleagues right from the comfort of your terminal
$ termcat -c 9xgC9VP3X81u
your id is: GwE2UGv8YPZh
Connected to: 9xgC9VP3X81u
[me]: hello world
[user]: hello from this side
[me]:
📑 Table of Contents
Features
- Quickly chat with your colleagues and friends from the terminal
- set your username to be displayed in the chat
- get a unique id for your chat room
- your chat is private between you and your friend
Installation And Usage
Usage
- set your username
termcat -n <name>
- connect with other user
termcat -c <unique-id>
- For help
termcat -h
Usage: termcat [options]
chat right from comfort of your terminal.
Options:
-v, --version output the version number
-n, --name <your-name> your name to display in chat
-c, --connect <other-uid> uid of the user you want to connect with
-h, --help display help for command
Installation
Using pnpm
pnpm install -g termcat
or
npx termcat
development environment
To get a development environment running:
- Clone the project and install its dependencies using pnpm
git clone https://github.com/thekamalkashyap/termcat.git
- Navigate to the project's directory:
cd termcat
- Install the project's dependencies:
pnpm install
- make th desired changes in the code
- Running The Application
pnpm start
Author
👤 thekamalkashyap