Skip to content

Bookmarks don't get deleted unless exact URI is provided #142

Description

@tjex

Describe the bug

~/.local/share
$ -> bmm delete leetcode
Deleting 1 bookmark; enter "y" to confirm.
y
nothing got deleted <--- should have been deleted (my text)

~/.local/share
$ -> bmm delete https://leetcode.com/
Deleting 1 bookmark; enter "y" to confirm.
y
deleted 1 bookmark <--- expected behaviour

Setup
Please complete the following information along with version numbers, if
applicable.

  • OS Fedora 43
  • Shell zsh
  • Terminal Emulator kitty
  • Terminal Multiplexer tmux
  • Locale n_US.UTF-8

To Reproduce
Add "https://leetcode.com"

Then execute commands from above.

Expected behavior
If bmm reports finding a bookmark and prompts me to delete with y, then the bookmark should be deleted.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions