{"id":16147945,"url":"https://github.com/alexf91/booky","last_synced_at":"2025-04-06T21:19:29.206Z","repository":{"id":90398328,"uuid":"131574375","full_name":"alexf91/Booky","owner":"alexf91","description":"Simple bookmarks manager for the command line","archived":false,"fork":false,"pushed_at":"2018-05-18T14:23:56.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-13T03:17:47.715Z","etag":null,"topics":["bookmarks","cli","productivity"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alexf91.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","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":"2018-04-30T08:53:17.000Z","updated_at":"2025-01-19T08:15:15.000Z","dependencies_parsed_at":"2023-04-17T20:16:39.644Z","dependency_job_id":null,"html_url":"https://github.com/alexf91/Booky","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/alexf91%2FBooky","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexf91%2FBooky/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexf91%2FBooky/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexf91%2FBooky/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexf91","download_url":"https://codeload.github.com/alexf91/Booky/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247550870,"owners_count":20957019,"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":["bookmarks","cli","productivity"],"created_at":"2024-10-10T00:29:00.052Z","updated_at":"2025-04-06T21:19:29.189Z","avatar_url":"https://github.com/alexf91.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Booky\n\nA simple bookmark manager for the command line.\n\nThere are several more powerful alternatives, but it's not always possible to\ninstall them. Booky only depends on the Python standard library.\n\n## Setup\n\nTo be able to change directories, a wrapper function around Booky is required.\n\n### zsh completion\n\n```zsh\n# Wrappers for booky\nalias booky='python -m booky'\n\nfunction bcd() {\n    # Restore a directory from booky\n    if [ $# -gt 1 ]; then\n        return 1\n    fi\n\n    DIR=$(booky get $1)\n    if [ $? != 0 ]; then\n        return 1\n    fi\n\n    cd $DIR\n}\n\n# Completion for bcd\nfunction _bcd() {\n    local bookmarks\n    bookmarks=(\"${(@f)$(python -m booky list -m)}\")\n    _describe 'bookmark' bookmarks\n}\nsetopt complete_aliases\ncompdef _bcd bcd\n```\n\n## Notes\n\nThe bookmarks file is not locked, so simultaneous reading and writing results\nin undefined behavior.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexf91%2Fbooky","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexf91%2Fbooky","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexf91%2Fbooky/lists"}