Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/kawamataryo/chikamichi
- Owner: kawamataryo
- License: mit
- Created: 2022-01-03T02:11:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T17:25:45.000Z (2 months ago)
- Last Synced: 2024-09-14T08:26:40.661Z (2 months ago)
- Topics: browser-extension, chrome-extension, firefox-addon, webextension
- Language: TypeScript
- Homepage: https://chrome.google.com/webstore/detail/chikamichi/gkhobepjbiepngbeikhbpnfgjcjgmgha?hl=ja&authuser=1
- Size: 2.94 MB
- Stars: 286
- Watchers: 5
- Forks: 24
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Chikamichi - Quickly find a page
[![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 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/)