oxtimely
Version:
A CLI tool to print the current computer's hostname
68 lines (41 loc) โข 1.59 kB
Markdown
# oxtimely
> A lightweight CLI tool to display your computer's hostname and system information โ automatically, every time you open the terminal.
## โจ Features
* ๐ Show the computer's name (hostname)
* ๐ป Get operating system and CPU info
* ๐ง Display memory and uptime stats
* ๐ Copy hostname to clipboard
* ๐ Show your local IP address
* ๐งช Interactive prompt (ask for your name)
* โก **Auto-run in terminal**: Displays system info every time your terminal opens (enabled by default)
* ๐ซ **Toggle auto-run**: Disable or re-enable using:
* `oxtimely off` โ Disable auto-run
* `oxtimely reload` โ Enable auto-run again
## ๐บ YouTube Channel
Want to learn more about backend tools, Node.js, and building CLIs?
Subscribe to **The Harsh Suthar**:
๐ [https://www.youtube.com/@theharshdaily](https://www.youtube.com/@theharshdaily)
[](https://www.youtube.com/@TheHarshSuthar)
## ๐ฆ Installation
```bash
npm install -g oxtimely
```
## โ๏ธ Auto-Run on Terminal Open
When installed globally, `oxtimely` automatically configures your terminal to show system info on every new terminal session by appending itself to your shell's profile file (`.bashrc`, `.zshrc`, or similar).
### ๐ To Disable Auto-Run:
```bash
oxtimely off
```
### ๐ To Re-Enable Auto-Run:
```bash
oxtimely reload
```
## ๐ฌ Feedback & Contributions
Open issues or suggest features in the GitHub repo. Contributions welcome!