d Verified current stable Not installed? Documentation

D / Delete Bookmark

Delete Bookmark

Delete a specific bookmark by name from the current session.

$
Terminal
d <bookmark_name>

When To Use

When you need to clean up unused bookmarks to streamline navigation.

Pro Tip

Double-check the bookmark name; deletion is irreversible without backup.

Command Builder

Tune the command before you copy it

Back to syntax
$
Generated Command
d <bookmark_name>

Terminal Output

Expected runtime feedback

Simulated preview
>
Output
Deleted bookmark: my_favorite_site

Updated bookmarks list:
--------------------------------
1. tech_blog.com
2. cool_gallery.com
3. project_repo.com

Anatomy of Output

Understanding the result

Deleting bookmark 'bookmark_name'... Deletion Notice

Confirms that a deletion operation is in progress.

Bookmark deleted successfully. Success Message

Confirms successful completion of the operation.

Power User Variants

Optimized versions

d -f bookmark_name

Force delete, bypassing any confirmation prompts.

d --dry-run bookmark_name

Preview the operation without executing deletion.

Troubleshooting

Common pitfalls

Bookmark 'bookmark_name' not found

Solution: Verify the exact name and ensure it exists.

Permission denied

Solution: Check permission settings for the bookmarking tool.

Failed to delete bookmark 'bookmark_name'

Solution: Ensure all active sessions have been closed before deletion.

Command Breakdown

What each part is doing

d
Base Command
The executable that performs this operation. Here it runs D before the shell applies any redirect operators.
<bookmark_name>
bookmark name
The value supplied for bookmark name.

How To Run

Execution path

  1. Step 1

    Run the command: `d my_favorite_site`

  2. Step 2

    Verify deletion with: `d list` to see updated bookmarks.

Alternative Approaches

Comparable commands in other tools

Alternative documentation tools for the same job.