UNPKG

oxtimely

Version:

A CLI tool to print the current computer's hostname

68 lines (41 loc) โ€ข 1.59 kB
--- # 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) [![YouTube](https://img.shields.io/badge/YouTube-TheHarshSuthar-red?logo=youtube\&style=for-the-badge)](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! ---