lusakasa / saka

Elegant tab, bookmark and history search

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saka GitHub license Build Status codecov.io Code Coverage Chrome Web Store

A browsing assistant for Firefox and Chrome 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 or Chrome Webstore.

Development

See the 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

About

Elegant tab, bookmark and history search

License:MIT License


Languages

Language:JavaScript 95.7%Language:SCSS 3.5%Language:CSS 0.5%Language:HTML 0.4%