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

📦 Installation
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:
oxtimely off
🔁 To Re-Enable Auto-Run:
oxtimely reload
💬 Feedback & Contributions
Open issues or suggest features in the GitHub repo. Contributions welcome!