Forrest logo
back to the buku tool

buku:tldr:c5018

buku: Delete a bookmark.
$ buku --delete ${bookmark_id}
try on your machine

The command "buku --delete ${bookmark_id}" is used to delete a bookmark in the buku command-line bookmark manager.

Here is a breakdown of the command:

  • "buku" refers to the name of the command-line tool, buku, which is a bookmark manager.
  • "--delete" is an option or flag that instructs buku to delete a bookmark.
  • "${bookmark_id}" is a placeholder for the unique ID of the bookmark you want to delete. In order to use this command, you need to replace "${bookmark_id}" with the actual ID of the bookmark you want to remove.

To use this command, you would typically run it in a terminal or command prompt, replacing "${bookmark_id}" with the actual ID of the bookmark you want to delete. The command will then delete the bookmark associated with that ID from your buku bookmark database.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the buku tool