GithubHelp home page GithubHelp logo

exler / nurli Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 157 KB

๐Ÿ”– Self-hosted and lightning-fast bookmark manager

License: MIT License

Go 51.24% CSS 33.21% HTML 13.93% JavaScript 0.47% Dockerfile 0.80% Shell 0.35%

nurli's Introduction

๐Ÿ”– Self-hosted and lightning-fast bookmark manager

GitHub Test Workflow Status MIT License

Requirements

  • Go >= 1.20

Usage

Program usage

USAGE:
   nurli [global options] command [command options] [arguments...]

COMMANDS:
   version   Show current version
   serve     Run web server
   migrate   Apply changes to the database structure
   bookmark  Manage bookmarks
   tag       Manage tags
   import    Import bookmarks from a file
   help, h   Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --data-dir value   [%NURLI_DATA_DIR%]
   --help, -h        show help

License

Copyright (c) 2023 by Kamil Marut

Nurli is under the terms of the MIT License, following all clarifications stated in the license file.

nurli's People

Contributors

exler avatar

Watchers

 avatar

nurli's Issues

API endpoints for web addon

The web addon requires the following functionality to be available through API:

  • Adding new bookmarks
  • Editing existing bookmarks
  • Deleting existing bookmarks

Sort by createdAt

Right now, the items are sorted by ID (GORM default). The items should be sorted by createdAt.

Fix pagination

  • If there are no items in the view, the pagination will show 1/0 - should be hidden if no elements on the page.
  • It shouldn't be possible for the user to paginate higher than the pages count (same as blocking the lower bound).

Favicon

A favicon should be created from the logo.

Importing empty tags

When importing from Raindrop, if a bookmark doesn't have any tags assigned to it, a tag with empty name will be created and assigned to this bookmark - this shouldn't happen (tags must not have empty names).

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.