fzf-marks
fzf-marks copied to clipboard
Plugin to manage bookmarks in bash and zsh
# Issue I have a script which runs `ls` every time the directory is changed. When I jump to a mark by pressing ``, the last 3 lines of `ls`...
I have remapped the key binding for fzm to `^k` , which works fine for me, but I noticed that `^g` is still active. Is there a way to completely...
Thanks for this handy plugin. I found it is not possible to delete multiple marks, only one is deleted. And it do not show the deleted paths after the message...
e.g. if I have only one bookmark containing the string `foo` exactly and I type `jump foo`, don't bother bringing up fzf and just cd to that directory. This differs...
With this update, an additional pass of `fzf` in filter mode runs on the marks list, fuzzy-matching field 1 (mark name) against the strings provided on the command-line, if any....
Maybe there should be an environment variable to control this behavior, but I've found I prefer it much better than sorted.
Hey, first thank you for this cool plugin! As I just started to use it I already noticed a part of my workflow from a previous shell plugin manager that...
If for whatever reason that file is readonly, fzf-marks will throw a warning about not being able to do inplace editing. It still works as normal though.
With the [XDG Base Directory specification](https://specifications.freedesktop.org/basedir-spec/latest/) becoming more widely accepted, it would be nice if fzf-marks could also support this. This change defaults the `FZF_MARKS_FILE` location to `$XDG_DATA_HOME/fzf-marks/default_bookmarks.fzf-marks`, which usually...
Hi, first of all.... this is amazing, THANK YOU!!! When I saw this initially, I thought, as it can mark files as well as directories, that pressing ENTER on a...