https://github.com/kot149/gsheets-navigator
A UserScript to add the feature to search and jump sheets in Google Sheets
https://github.com/kot149/gsheets-navigator
google-sheets userscript
Last synced: about 1 month ago
JSON representation
A UserScript to add the feature to search and jump sheets in Google Sheets
- Host: GitHub
- URL: https://github.com/kot149/gsheets-navigator
- Owner: kot149
- Created: 2025-07-09T08:16:17.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-09T11:20:58.000Z (12 months ago)
- Last Synced: 2025-07-09T12:30:30.954Z (12 months ago)
- Topics: google-sheets, userscript
- Language: TypeScript
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sheets Navigator for Google Sheets
A UserScript to add the feature to search and jump sheets in Google Sheets without touching the mouse.

## Installation
1. Install [Tampermonkey](https://tampermonkey.net/)
2. Install the UserScript:
- [Download from Releases](https://github.com/kot149/gsheets-navigator/releases)
- Or [Direct Install](https://github.com/kot149/gsheets-navigator/releases/latest/download/gsheets-navigator.user.js)
## Usage
1. Open any Google Sheets document
2. Press `Ctrl + S` (or `Cmd + S` on Mac) to open the navigator
3. Type to search and use arrow keys to select a sheet
4. Press `Enter` to switch sheets or `Escape` to close
## Development
1. Install [Bun](https://bun.sh/)
2. Install dependencies
```sh
bun install
```
3. Run in development mode
```sh
bun run dev
```
4. Build
```sh
bun run build
```
**Tech Stack:** React, TypeScript, Tailwind CSS, Vite