net-textarea
Version:
A Node.js CLI tool designed for easy text editing over the network. Runs directly with npx, no installation required.
42 lines (27 loc) • 1.21 kB
Markdown
# net-textarea
A Node.js CLI tool designed for easy text editing over the network. Runs directly with npx, no installation required.
[](https://www.npmjs.com/package/net-textarea)
## Features
- Quick and easy network-based text editing
- No need for installation, runs with npx
- Lightweight and speedy
- Works across platforms
## Usage
You don't need to install `net-textarea` to use it thanks to `npx`. To run the tool, use the following command:
```shell
npx net-textarea [port]
```
Example:
```shell
# default use port 8123
npx net-textarea
# use custom port 8500
npx net-textarea 8500
```
## License
This project is licensed with [BSD-2-Clause](./LICENSE)
This is free, libre, and open-source software. It comes down to four essential freedoms [[ref]](https://seirdy.one/2021/01/27/whatsapp-and-the-domestication-of-users.html#fnref:2):
- The freedom to run the program as you wish, for any purpose
- The freedom to study how the program works, and change it so it does your computing as you wish
- The freedom to redistribute copies so you can help others
- The freedom to distribute copies of your modified versions to others