1.1.0 • Published 1 year ago

termcat v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Termcat

chat with your colleagues right from the comfort of your terminal

Gmail LinkedIn

$ 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

  1. set your username
termcat -n <name>
  1. connect with other user
termcat -c <unique-id>
  1. 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:

  1. Clone the project and install its dependencies using pnpm
git clone https://github.com/thekamalkashyap/termcat.git
  1. Navigate to the project's directory:
cd termcat
  1. Install the project's dependencies:
pnpm install
  1. make th desired changes in the code
  1. Running The Application
pnpm start

Author

šŸ‘¤ thekamalkashyap

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago