{"id":21913812,"url":"https://github.com/dzervas/fzf-command-bookmarks","last_synced_at":"2025-04-16T06:57:13.180Z","repository":{"id":49085727,"uuid":"293384219","full_name":"dzervas/fzf-command-bookmarks","owner":"dzervas","description":"Save and search complex commands inside your terminal","archived":false,"fork":false,"pushed_at":"2021-06-29T11:41:04.000Z","size":28,"stargazers_count":39,"open_issues_count":0,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-16T04:14:57.074Z","etag":null,"topics":["bash","bashrc","bookmarks","fzf","terminal","zsh","zsh-plugin","zshrc"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dzervas.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-07T00:20:22.000Z","updated_at":"2025-03-31T10:39:06.000Z","dependencies_parsed_at":"2022-09-24T01:50:39.015Z","dependency_job_id":null,"html_url":"https://github.com/dzervas/fzf-command-bookmarks","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzervas%2Ffzf-command-bookmarks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzervas%2Ffzf-command-bookmarks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzervas%2Ffzf-command-bookmarks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dzervas%2Ffzf-command-bookmarks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dzervas","download_url":"https://codeload.github.com/dzervas/fzf-command-bookmarks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249210864,"owners_count":21230806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","bashrc","bookmarks","fzf","terminal","zsh","zsh-plugin","zshrc"],"created_at":"2024-11-28T18:19:00.925Z","updated_at":"2025-04-16T06:57:13.160Z","avatar_url":"https://github.com/dzervas.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FZF Command Bookmarks\n\nThis is a kind replacement of the deceased [marker](https://github.com/pindexis/marker).\nIt uses `fzf` and `highlight` - its only requirements.\n\nIt lets you add a command in the bookmarks and then search through your bookmarks.\nNever forget\n\n![Screenshot of bookmark show](screenshot_show.png)\n\n## Installation\n\nFor ZSH you can use any plugin manager, for example for [antigen](https://github.com/zsh-users/antigen)\nput in your `.zshrc` before `antigen apply`:\n\n```bash\nantigen bundle dzervas/fzf-command-bookmarks\n```\n\nFor bash or if you don't want to use a plugin manager with ZSH, you can just\nclone the project somewhere cozy and source the script from your `.bashrc` or\n`.zshrc`:\n\n```bash\nsource ~/Lab/fzf-command-bookmarks/fzf-command-bookmarks.sh\n```\n\n## Configuration\n\n```bash\n# Shortcut to trigger the bookmark addition functionality\nexport FZF_COMMAND_BOOKMARKS_ADD=\"C-k\"\n# Shortcut to trigger the bookmark showing functionality\nexport FZF_COMMAND_BOOKMARKS_SHOW=\"C-@\"\n# Manages where the bookmarks are kept\nexport FZF_COMMAND_BOOKMARKS_FILE=~/.fzf-command-bookmarks.txt\n```\n\nIf you want to change any of the above, just add a line to change the\ncorresponding environment variable **AFTER** the line that you `source` the\nscript. For example, in your `.bashrc`:\n\n```bash\nsource ~/Lab/fzf-command-bookmarks/fzf-command-bookmarks.sh\n# Let's change the file path\nexport FZF_COMMAND_BOOKMARKS_FILE=~/.my-bookmarks.txt\n```\n\nThe bookmarks are saved in a file (`~/.fzf-command-bookmarks.txt` by default,\nmanaged by `FZF_COMMAND_BOOKMARKS_FILE`) in the following notation:\n\n```\nmy awesome command##This is the title\n```\n\n---\n\nThere is currently both bash and zsh support but more tests should be conducted\n(old versions, weird setups, etc.). I don't use fish, so feel free to open an MR.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdzervas%2Ffzf-command-bookmarks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdzervas%2Ffzf-command-bookmarks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdzervas%2Ffzf-command-bookmarks/lists"}