Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lusakasa/saka
Elegant tab, bookmark and history search
https://github.com/lusakasa/saka
chrome-extension jasmine javascript karma preact tab-management tab-search tab-switcher
Last synced: about 1 month ago
JSON representation
Elegant tab, bookmark and history search
- Host: GitHub
- URL: https://github.com/lusakasa/saka
- Owner: lusakasa
- License: mit
- Archived: true
- Created: 2017-08-14T07:38:22.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-13T21:07:28.000Z (over 1 year ago)
- Last Synced: 2024-09-20T06:30:38.541Z (about 2 months ago)
- Topics: chrome-extension, jasmine, javascript, karma, preact, tab-management, tab-search, tab-switcher
- Language: JavaScript
- Homepage:
- Size: 2.87 MB
- Stars: 215
- Watchers: 9
- Forks: 20
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Saka [![GitHub license](https://img.shields.io/github/license/lusakasa/saka.svg)](https://github.com/lusakasa/saka/blob/master/LICENSE) [![Build Status](https://travis-ci.org/lusakasa/saka.svg?branch=master&style=popout-square)](https://travis-ci.org/lusakasa/saka) [![codecov.io Code Coverage](https://codecov.io/gh/lusakasa/saka/branch/master/graph/badge.svg?maxAge=2592000)](https://codecov.io/github/lusakasa/saka?branch=master) [![Chrome Web Store](https://img.shields.io/chrome-web-store/stars/nbdfpcokndmapcollfpjdpjlabnibjdi.svg)](https://chrome.google.com/webstore/detail/saka/nbdfpcokndmapcollfpjdpjlabnibjdi)
A browsing assistant for [Firefox](https://addons.mozilla.org/firefox/addon/saka/) and [Chrome](https://chrome.google.com/webstore/detail/saka/nbdfpcokndmapcollfpjdpjlabnibjdi) designed to be fast, intuitive, and beautiful. Inspired by Spotlight. Keyboard-focused but mouse friendly too.
* Lists tabs in order of recency by default, then fuzzy search by title or URL.
* Search recently closed tabs
* Search all bookmarks
* Search all browsing history
* Search all modes at once## Install
Install Saka from the [Firefox Marketplace](https://addons.mozilla.org/firefox/addon/saka/) or [Chrome Webstore](https://chrome.google.com/webstore/detail/saka/nbdfpcokndmapcollfpjdpjlabnibjdi).
## Development
See the [Getting Started](https://github.com/lusakasa/saka/wiki/Getting-Started) page on the project Wiki.## Release Instructions (for maintainers)
1. Update the version number in `manifest/common.json`
2. Make a commit and set the message to the version: `git commit -m "v0.15.2"`
3. Tag the commit with the version and a message describing changes since the last release: `git tag -a v0.15.2`
4. Push the commit to github with tags: `git push origin --follow-tags`
5. View the build status at https://travis-ci.org/lusakasa/saka/ and generated releases at https://github.com/lusakasa/saka/releases
## License
MIT Licensed, Copyright (c) 2017 Sufyan Dawoodjee, Uzair Shamim