https://github.com/bitsapien/goto-world
Open commonly used programs, files, URLs via the shell, fast.
https://github.com/bitsapien/goto-world
Last synced: 15 days ago
JSON representation
Open commonly used programs, files, URLs via the shell, fast.
- Host: GitHub
- URL: https://github.com/bitsapien/goto-world
- Owner: bitsapien
- Created: 2023-06-04T19:18:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-04T23:24:57.000Z (about 3 years ago)
- Last Synced: 2025-11-28T10:29:51.270Z (7 months ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GOTO World 🌎
Quick access "your world" using the terminal.
## Installation
```sh
npm i -g goto-world-js
```
Optionally add the following to your shell config (eg: `zshrc`)
```zshrc
alias goto=g
```
## Usage
#### ➕ Add new shortcuts
```sh
goto add cal https://calendar.google.com/
```
#### 😎 Use the shortcut to open up your calendar
```sh
goto cal
```
#### 📜 List all shortcuts
```sh
goto ls
```
#### ❎ Remove a shortcut
```sh
goto rm cal
```
#### 😿 Help
```sh
goto help
```
## Known Issues 😾
1. The solution currently only works on Macs.
2. It only can open URLs and run shell commands at the moment.
## Contributions
Feel free to contribute to the project. 😻
No guide at the moment, the project is pretty nascent. See a list of [TODOs](https://github.com/bitsapien/goto-world/blob/main/bin/index.js#L14).