https://github.com/skypesky/to-where-cli
go to any path
https://github.com/skypesky/to-where-cli
cli git git-open nodejs open
Last synced: about 1 month ago
JSON representation
go to any path
- Host: GitHub
- URL: https://github.com/skypesky/to-where-cli
- Owner: skypesky
- Created: 2022-10-21T17:12:59.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-04T15:17:16.000Z (about 1 year ago)
- Last Synced: 2025-09-12T03:53:08.442Z (2 months ago)
- Topics: cli, git, git-open, nodejs, open
- Language: TypeScript
- Homepage:
- Size: 3.9 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
> If you want to know more about the usage, please refer to the [documentation](https://skypesky.gitbook.io/to-where-cli/).
# to-where-cli
[](https://www.npmjs.org/package/to-where-cli)
[](https://github.com/skypesky/to-where-cli/actions)
[](https://packagephobia.now.sh/result?p=to-where-cli)
[](https://npm-stat.com/charts.html?package=to-where-cli)
> Currently only supports [macOS](https://en.wikipedia.org/wiki/MacOS), [Windows](https://en.wikipedia.org/wiki/Windows)
Use the alias mechanism to help you open obscure URLs that are hard to remember. Helps you to open various addresses of github repositories, straight to the search page of npm, google and other sites.
### Features
- [x] Open hard-to-remember websites by alias
- [x] Open various pages of the github repository (issue, pull request, start...)
- [x] Go straight to the search npm page
- [x] Go straight to the search github page
- [x] Go straight to the search google page
- [x] Go straight to the search bing page
- [x] Go straight to the search baidu page
## Install
```shell
npm install -g to-where-cli
```
## Basic usage
- Add an alias to your address
```shell
tw add home https://github.com/skypesky
```
- Open address by alias
```shell
tw home
```
- Update the address of the alias
```shell
tw add home https://github.com/skypesky/leetcode-for-javascript
```
- List existing alias home
```shell
tw ls home
```
- Remove an alias from your address
```shell
tw rm home
```
- Show help information
```shell
tw -h
```