Code Monkey home page Code Monkey logo

omelette's Introduction

Omelette

Bookmark Manager that doesn't suck :/

Installation

go install github.com/mez0ru/omelette/cmd/omelette@main

Usage

$ ./Omelette help
Bookmark manager

Usage:

    Omelette <command> [arguments...]

The commands are:

    fetch             fetch all bookmarks
    help              shows help message
    import            import a bookmark html file
    search            Fuzzy find bookmarks
    version           shows version of the application

Version: 0.1.0

2024/04/19 09:37:41 finished task in 0.001040 seconds!

Querying results

It uses fts5 as its search driver, so you are basically bound by fts5's rules. From what I know, if you need to search sentences or special characters, you have to enclose your query with double quotes.

Powershell

> omelette search '\"this is an example\"'

CMD

> omelette search \"this is an example\"'

On Linux, I would assume it's something close, but you get the idea. Results are sorted by relevance by default (top->bottom).

Read the Sqlite FTS5 Manual for more information.

Goals

The idea behind the app is to store your bookmarks, and after fetching the content, you could fuzzy find your bookmarks using their url, title, and content.

The app is currently usable and stable (tested on +2000 bookmarks) Though, it's still pretty slow, and doesn't fetch a lot of websites as they require authentication to even scrape "surprise", so it's kinda lacking.

Next update hopefully will solve this problem, since it could use the chromium's cookies file to get the login credentials automatically.

But from what I have tried, this is by far satisfactory. It does a decent job of searching through my bookmarks quickly.

omelette's People

Contributors

mez0ru avatar

Stargazers

Ahmed Alamin avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.