list
List all bookmarks
Usage
bookmark listDescription
newListCmd creates the list command for displaying all bookmarks.
The list command shows all bookmarks in a formatted table with:
- Alias: The bookmark name
- Path: The directory path
- Description: Optional bookmark description
The output is formatted with proper alignment for easy reading.
Examples:
# List all bookmarksbookmark list
# Use with custom configbookmark list -c ~/.config/bookmark/custom.tomlFlags
| Flag | Type | Description |
|---|---|---|
-c, --config | string | config file path |
Source
See list_cmd.go for implementation details.