-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
π― Objective
Add a simple bookmark system for quick directory navigation using cyberpunk-themed commands.
π¨ Current Workflow
cd ~/very/long/path/to/project
# Every time you want to navigate⨠Desired Workflow
cybm work ~/very/long/path/to/project # Save bookmark
cybj work # Jump to saved location
cybj # List all bookmarksπ Implementation
- File:
dot_oh-my-zsh/custom/themes/cyberwave.zsh-theme - Storage:
~/.cyberwave_bookmarks(simple text file) - Functions:
cybm <n> [path]- Add bookmarkcybj <n>- Jump to bookmarkcybrm <n>- Remove bookmark (optional)
π Bookmark File Format
work:/Users/chris/projects/work
home:/Users/chris
dotfiles:/Users/chris/.local/share/chezmoi
β Acceptance Criteria
- Persistent bookmarks across shell sessions
- Error handling for invalid bookmarks
- Clean bookmark listing
- Works across all platforms
π§ Estimated Effort
β Easy - 15 minutes implementation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request