{"id":26920623,"url":"https://github.com/vannrr/robuku","last_synced_at":"2025-07-19T08:32:26.582Z","repository":{"id":285200260,"uuid":"860230581","full_name":"VannRR/robuku","owner":"VannRR","description":"A rofi script written in Go that manages bookmarks from buku.","archived":false,"fork":false,"pushed_at":"2024-10-09T22:25:28.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-30T08:28:03.581Z","etag":null,"topics":["bookmarks","buku","go","golang","rofi","rofi-scripts"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VannRR.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-20T04:05:33.000Z","updated_at":"2024-10-09T21:50:11.000Z","dependencies_parsed_at":"2025-03-30T08:38:17.734Z","dependency_job_id":null,"html_url":"https://github.com/VannRR/robuku","commit_stats":null,"previous_names":["vannrr/robuku"],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/VannRR/robuku","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VannRR%2Frobuku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VannRR%2Frobuku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VannRR%2Frobuku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VannRR%2Frobuku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VannRR","download_url":"https://codeload.github.com/VannRR/robuku/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VannRR%2Frobuku/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265904786,"owners_count":23846691,"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","buku","go","golang","rofi","rofi-scripts"],"created_at":"2025-04-01T22:38:09.924Z","updated_at":"2025-07-19T08:32:26.555Z","avatar_url":"https://github.com/VannRR.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Robuku\n\n**Robuku** is a rofi script written in Go that manages bookmarks from buku.\nThis script allows you to add, delete, modify, and navigate to bookmarks directly\nfrom the Rofi interface.\n\n## Features\n\n- **Search**: Find bookmarks using rofi's built-in matching features.\n- **Goto**:   Open a bookmark in your default web browser.\n- **Add**:    Add a new bookmark.\n- **Delete**: Remove an existing bookmark.\n- **Modify**: Update fields of an existing bookmark.\n\n## Requirements\n\n- A buku SQLite database file (`bookmarks.db`). You can set a custom path with the environment variable `$ROBUKU_DB_PATH`.\n- Optionally, `xdg-utils` or you can set a browser with the environment variable `$ROBUKU_BROWSER`.\n\n## Installation\n\n### Build from source\n1. Clone the repository:\n    ```sh\n    git clone --depth 1 https://github.com/vannrr/robuku.git\n    cd robuku\n    ```\n\n2. Build Robuku:\n    - a.\n    ```sh\n    make install\n    ```\n    - b.\n    or if you don't have `make`:\n    ```sh\n    go build -ldflags=\"-w -s\" -o robuku main.go\n    mkdir -p ~/.config/rofi/scripts/\n    cp robuku ~/.config/rofi/scripts/\n    ```\n\n### Install from binary\n1. Download from release page https://github.com/vannrr/robuku/releases/latest\n2. place binary in `~/.config/rofi/scripts/`\n\n## Usage\n\nRun the script with rofi:\n```sh\nrofi -show robuku\n```\n\n### Notes\n\n#### Searching\nTags and URLs are used as metadata for search but are not displayed unless the\nbookmark has no title. In that case, the URL is displayed instead of the title.\n\n#### Broken Message Box\nIf the message box is not resizing to the text, go to your rofi config and remove\nthe `height` property from `window`. Instead, set the `lines` property\n(number of entries listed in rofi) of `listview` to achieve the desired height.\n\n#### Hotkeys (Alt+1, etc.) Not Working\nIf hotkeys are not working in rofi, check the following properties in the rofi config:\n`kb-custom-1`, `kb-custom-2`, and `kb-custom-3`. If they are not set to their default values,\nthe hotkeys listed in robuku will be incorrect.\n\n## Links\n\n- https://github.com/jarun/buku\n- https://github.com/carnager/buku_run (similar project written in bash)\n- https://github.com/davatorium/rofi\n- https://github.com/lbonn/rofi (wayland fork)\n- https://github.com/davatorium/rofi/blob/next/doc/rofi-script.5.markdown\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvannrr%2Frobuku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvannrr%2Frobuku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvannrr%2Frobuku/lists"}