https://github.com/andtechstudios/to
https://github.com/andtechstudios/to
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/andtechstudios/to
- Owner: andtechstudios
- Created: 2021-11-16T16:29:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-07T18:24:43.000Z (over 2 years ago)
- Last Synced: 2025-02-06T16:58:56.943Z (over 1 year ago)
- Language: C#
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To
*Navigate anywhere on the web from your terminal*
[](https://gitlab.com/andtech/pkg/-/packages?search[]=tp)
# Installation
> Check out installation instructions [here](https://gitlab.com/andtech/pkg)
# Setup
## Create a hotspot list
### Method 1: Hotspot file in home directory
1. Create a hotspot file at `~/to.json`.
### Method 2: List of hotspot directories
1. Set the environment variable `ANDTECH_TO_PATH` as a delimited[^1] list of directories to search for hotspot files. *To* will read all json files in these directories.
# Usage
* Enter `to` followed by a search query. The best hotspot will be selected and will launch the url in a web browser.
```
$ to github andtech studios
https://github.com/andtechstudios
```
[^1]: Windows users should use a semi-colon (`;`) delimiter. All other users should use a colon (`:`) delimiter.