https://github.com/fastuptime/nodejs_console_title
NodeJs Console Title
https://github.com/fastuptime/nodejs_console_title
console-title nodejs-console nodejs-title-console
Last synced: 8 months ago
JSON representation
NodeJs Console Title
- Host: GitHub
- URL: https://github.com/fastuptime/nodejs_console_title
- Owner: fastuptime
- Created: 2023-01-22T11:19:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T11:20:52.000Z (almost 3 years ago)
- Last Synced: 2025-02-17T09:13:37.243Z (11 months ago)
- Topics: console-title, nodejs-console, nodejs-title-console
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJs_Console_Title
## Resimler


## Kod
```
function console_title(x) {
if (process.platform == 'win32') {
process.title = x;
} else {
process.stdout.write('\x1b]2;' + x + '\x1b\x5c');
}
}
console_title("Trendyol Ürün Çekici - github.com/fastuptime");
```
## Tech Stack
**Server:** Node
---
- ✨ [Destek İçin](https://fastuptime.com)
- 💕 [Discord](https://fastuptime.com/discord)
- 🎖️ [FasterHost Technology](https://fasterhost.tech/)
- ✨ İletişim için [Tıkla!](mailto:fastuptime@gmail.com)
# License
- Its protected by Creative Commons ([CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/))
