{"id":13941336,"url":"https://github.com/jocelynmallon/zshmarks","last_synced_at":"2026-03-12T11:09:24.250Z","repository":{"id":1072782,"uuid":"11751038","full_name":"jocelynmallon/zshmarks","owner":"jocelynmallon","description":"A port of Bashmarks (simple bookmarking plugin by Todd Werth) for oh-my-zsh","archived":false,"fork":false,"pushed_at":"2024-02-15T22:28:01.000Z","size":27,"stargazers_count":275,"open_issues_count":8,"forks_count":41,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-11-27T10:36:05.377Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jocelynmallon.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-07-29T22:16:05.000Z","updated_at":"2024-11-10T16:47:25.000Z","dependencies_parsed_at":"2024-04-16T14:36:31.640Z","dependency_job_id":"61164d13-699a-46f9-a3eb-45060955be58","html_url":"https://github.com/jocelynmallon/zshmarks","commit_stats":{"total_commits":41,"total_committers":14,"mean_commits":"2.9285714285714284","dds":0.7560975609756098,"last_synced_commit":"a766c6bc81f0412152499e83c818244b2eed1a77"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jocelynmallon/zshmarks","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jocelynmallon%2Fzshmarks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jocelynmallon%2Fzshmarks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jocelynmallon%2Fzshmarks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jocelynmallon%2Fzshmarks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jocelynmallon","download_url":"https://codeload.github.com/jocelynmallon/zshmarks/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jocelynmallon%2Fzshmarks/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266067257,"owners_count":23871324,"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":[],"created_at":"2024-08-08T02:01:16.813Z","updated_at":"2025-12-16T21:37:07.052Z","avatar_url":"https://github.com/jocelynmallon.png","language":"Shell","funding_links":[],"categories":["Plugins","Shell","others"],"sub_categories":["ZSH on Windows","Zinit (née zplugin)"],"readme":"zshmarks\n========\n\nA port of [Bashmarks (by Todd Werth)](https://github.com/twerth/bashmarks), a simple command line bookmarking plugin, for oh-my-zsh\n\nHow to install\n--------------\n\noh-my-zsh\n---------\n* Download the script or clone this repository in [oh-my-zsh](http://github.com/robbyrussell/oh-my-zsh) plugins directory:\n\n        cd ~/.oh-my-zsh/custom/plugins\n        git clone https://github.com/jocelynmallon/zshmarks.git\n\n* Activate the plugin in `~/.zshrc`:\n\n        plugins=( [plugins...] zshmarks [plugins...])\n\n* Source `~/.zshrc`  to take changes into account:\n\n        source ~/.zshrc\n\nantigen\n-------\nAdd `antigen bundle jocelynmallon/zshmarks` to your .zshrc where you're adding your other plugins. Antigen will clone the plugin for you and add it to your antigen setup the next time you start a new shell.\n\nprezto\n------\nFor most people the easiest way to use zshmarks with [prezto](https://github.com/sorin-ionescu/prezto) is to manually clone the zshmarks repo to a directory of your choice (e.g. /usr/local or ~/bin) and symlink the zshmarks folder into your zpretzo/modules folder:\n\n        ln -s ~/bin/zshmarks ~/.zprezto/modules/zshmarks\n\nAlternatively, you can add the zshmarks repository as a submodule to your prezto repo by manually editing the '.gitmodules' file:\n\n        [submodule \"modules/zshmarks\"]\n        \tpath = modules/zshmarks\n        \turl = https://github.com/jocelynmallon/zshmarks.git\n\nThen make sure you activate the plugin in your .zpreztorc file:\n\n        zstyle ':prezto:load' pmodule \\\n        zshmarks \\\n        ...\n\nzplug\n-----\nAdd the following to your .zshrc file somewhere after you source zplug.\n\n        zplug \"jocelynmallon/zshmarks\"\n\nCommands/Usage:\n------\n\n* jump - used to 'jump' (cd) to the given bookmark directory. ~~If the bookmark directory contains a 'setenv-source-me.sh' file, it will check to see if it's already been sourced, and source the file if necessary.~~ This has been deprecated for security and simplicity. If users need this functionality, the zsh plugin ['autoenv'](https://github.com/horosgrisa/autoenv) is a good choice.\n\n        jump 'foo'\n\n* bookmark - used to create a new bookmark for your current working directory\n\n        cd 'some_dir'\n        bookmark 'foo'\n\n* deletemark - used to delete a bookmark\n\n        deletemark 'foo'\n\n* showmarks - prints a list of all saved bookmarks, or print the directory information for a single, specific bookmark\n\n        showmarks 'foo'\n        $HOME/foo\n\nNotes/Tips:\n-----------\n\nYou can change the location of the bookmarks file (default is $HOME/.bookmarks) by adding the environment variable 'BOOKMARKS_FILE' to your shell profile.\n\n        export BOOKMARKS_FILE=\"foo/bar\"\n\nIf you were expecting this to be a port of similarly named [Bashmarks (by huyng)](https://github.com/huyng/bashmarks), you can setup zshmarks to behave in roughly the same way by adding the following aliases to your shell setup files/dotfiles:\n\n        alias g=\"jump\"\n        alias s=\"bookmark\"\n        alias d=\"deletemark\"\n        alias p=\"showmarks\"\n        alias l=\"showmarks\"\n\n(You can also omit the \"l\" alias, and just use p without an argument to show all  bookmarks.)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjocelynmallon%2Fzshmarks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjocelynmallon%2Fzshmarks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjocelynmallon%2Fzshmarks/lists"}