Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add delete command -d #7

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

erikw
Copy link

@erikw erikw commented Nov 4, 2021

The missing piece for this shell program: easily delete bookmarkas as well without having to being faced with all bookmarks with the -e edit command.

When one know the BOOKMARK_ID, it should be as easy as

    $ cd-bookmark -d BOOKMAK_ID

to remove it!

Tested on zsh 5.8 on macOS.

Fixes #5

@erikw erikw force-pushed the feature/4/delete branch 4 times, most recently from da2885f to b6078d1 Compare November 4, 2021 15:13
erikw added 2 commits November 4, 2021 16:42
The missing piece for this shell program: easily delete bookmarkas as
well without having to being faced with all bookmarks with the -e edit
command. When one know the BOOKMARK_ID, it should be as easy as

$ cd-bookmark -d BOOKMAK_ID

to remove it!

Fixes mollifier#5
As this is now used in multiple places.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant