Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kawamataryo/chikamichi

Command pallet for the browser. Enables fuzzy search for histories, tabs and bookmarks.
https://github.com/kawamataryo/chikamichi

browser-extension chrome-extension firefox-addon webextension

Last synced: 3 days ago
JSON representation

Command pallet for the browser. Enables fuzzy search for histories, tabs and bookmarks.

Awesome Lists containing this project

README

        


# Chikamichi - Quickly find a page
Chrome web store version
Chrome web store rating
Chrome Web Store users
[![CI:UT](https://github.com/kawamataryo/chikamichi/actions/workflows/cypress-test.yaml/badge.svg)](https://github.com/kawamataryo/chikamcichi/actions/workflows/cypress-test.yaml)
[![CI:E2E](https://github.com/kawamataryo/chikamichi/actions/workflows/test.yaml/badge.svg)](https://github.com/kawamataryo/chikamcichi/actions/workflows/test.yaml)

Chikamichi - Chrome extension that enables fuzzy search for anything | Product Hunt

Chikamichi is an extension that makes navigating pages in Chrome or Firefox very easy. You can search and navigate across your browser history, bookmarks and tabs. Simple shortcuts and a simple interface make it easy to use.

Inspired by the [Sidekick](https://www.meetsidekick.com/) search dialogue.
The Japanese meaning of chikamichi is shorter way.

## ✨ Features

- ⚡️ Fuzzy search your browsing history and bookmark and tab. powered by [Fuse.js](https://fusejs.io/)
- 🔐 All processing is done within the browser. No history data will be sent to the any server.

## 🎬 Demo

https://user-images.githubusercontent.com/11070996/151462764-4c196ea8-e5d0-4190-be9b-e5d79bf454ab.mp4

## 📦 Install

Please install from:
- [Chrome Web Store](https://chrome.google.com/webstore/detail/chikamichi/gkhobepjbiepngbeikhbpnfgjcjgmgha)
- [Firefox Add-Ons Repository (AMO)](https://addons.mozilla.org/firefox/addon/chikamichi/)
- [Edge Add-ons](https://microsoftedge.microsoft.com/addons/detail/chikamichi-quickly-find/kgbibnihcjkbcjbngneigamkphnoipli)

## 💻 Usage

### Shortcuts

| shortcut | action |
|---------------------------------------|------------------------------------------|
| `Alt + k` | Open search dialog |
| `↓` or `↑` (`Ctrl + n` or `Ctrl + p`) | Select history |
| `Enter` | Open the selected url |
| `Ctrl + Enter` | Open the selected url in new tab |
| `Ctrl + f` | Add favorite |
| `Ctrl + c` | Copy URL to the clipboard |

### Search commands

| commands | action |
|----------|-----------------------|
| `/h` | Search only histories |
| `/b` | Search only bookmarks |
| `/t` | Search only tabs |

### Favorite
Items with a star to the right of the search item are registered as favorites. Items registered as favorites will be displayed in the initial view. However, if a search prefix has been set, the search prefix will take precedence.

## 👨‍💻 Contributing
Contributions are welcome 🎉 We accept contributions via Pull Requests.

See [this guide](https://github.com/kawamataryo/chikamichi/blob/main/CONTRIBUTING.md) on how to make a contribution.

## 💕 Thanks
This extension uses the following library.

* [Viteese-webext](https://github.com/antfu/vitesse-webext)
* [Fuse.js](https://fusejs.io/)