# get-urls-cli **Repository Path**: mirrors_gladiopeace/get-urls-cli ## Basic Information - **Project Name**: get-urls-cli - **Description**: Get all URLs in a text file or stdin - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-06 - **Last Updated**: 2026-07-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # get-urls-cli > Get all URLs in a text file or stdin ## Install ``` $ npm install --global get-urls-cli ``` ## Usage ``` $ get-urls --help Usage $ get-urls $ cat | get-urls Example $ get-urls file.txt https://sindresorhus.com https://github.com ``` ## Related - [get-urls](https://github.com/sindresorhus/get-urls) - API for this module ## License MIT © [Sindre Sorhus](https://sindresorhus.com)