{"id":13895053,"url":"https://github.com/tkancf/rofi-snippet","last_synced_at":"2026-01-14T22:42:19.130Z","repository":{"id":37883255,"uuid":"150136107","full_name":"tkancf/rofi-snippet","owner":"tkancf","description":"Text expander for linux to be integrated with rofi","archived":false,"fork":false,"pushed_at":"2024-01-08T05:18:11.000Z","size":16,"stargazers_count":20,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-25T00:33:13.673Z","etag":null,"topics":["golang","linux","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tkancf.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}},"created_at":"2018-09-24T16:46:42.000Z","updated_at":"2024-11-02T15:12:07.000Z","dependencies_parsed_at":"2024-04-16T00:39:44.744Z","dependency_job_id":null,"html_url":"https://github.com/tkancf/rofi-snippet","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tkancf/rofi-snippet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkancf%2Frofi-snippet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkancf%2Frofi-snippet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkancf%2Frofi-snippet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkancf%2Frofi-snippet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tkancf","download_url":"https://codeload.github.com/tkancf/rofi-snippet/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tkancf%2Frofi-snippet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28436721,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T22:37:52.437Z","status":"ssl_error","status_checked_at":"2026-01-14T22:37:31.496Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["golang","linux","rofi","rofi-scripts"],"created_at":"2024-08-06T18:01:57.611Z","updated_at":"2026-01-14T22:42:19.111Z","avatar_url":"https://github.com/tkancf.png","language":"Go","funding_links":[],"categories":["Go"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eWelcome to rofi-snippet 👋\u003c/h1\u003e\n\u003cp\u003e\n\u003c/p\u003e\n\n\u003e `rofi-snippet` is a text snippet tool for Linux\n\n## Requirements\n\n`rofi-snippet` relies on the following command line tools\n\n- `xdotool`\n- `xsel`\n- `rofi`\n\nIn addition, `rofi-snippet` requires [`golang`](https://go.dev/) for compilation.\n\nFor example, on `Ubuntu`, you can get what you need with the following commands:\n\n```bash\nsudo apt install xsel\nsudo apt install xdotool\nsudo apt install rofi\nsudo apt install golang-go\n```\n\n## Installation\n\n1. Clone this repo: `git clone https://github.com/tkancf/rofi-snippet`\n2. Change into rofi-snippet: `cd rofi-snippet`\n3. Install: `make install`\n4. A binary is produced in `~/go/bin`. Make sure `GOPATH` is in your environment variables. To check, run `go env`.\n5. Run `rofi-snippet` in the terminal to test.\n\n### Remarks\n\nBy default, `config.toml` is installed to `/etc/rofi-snippet/config.toml`. If you want to change this default location, modify `confPath := \"/etc\" + \"/rofi-snippet\" + \"/config.toml\"` in `main.go` and following two lines in `Makefile` to your desired location:\n\n```sh\n    @sudo mkdir -p /etc/rofi-snippet/\n    @sudo cp ./config.toml /etc/rofi-snippet/\n```\n\n## 🚀 Usage\n\nYou probably want to bind `rofi-snippet` to a global shortcut. If you're using `i3`, you can add the following line to `~/.config/i3`:\n\nbindsym $mod+Shift+d exec --no-startup-id \"rofi-snippet\"\n\nRestart `i3`. By pressing `$mod+Shift+d`, it'll bring up the `rofi-snippet`.\n\n## Author\n\n👤 **tkancf**\n\n* Github: [@tkancf](https://github.com/tkancf)\n\n## Show your support\n\nGive a ⭐️ if this project helped you!\n\n---\n\n_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkancf%2Frofi-snippet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftkancf%2Frofi-snippet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftkancf%2Frofi-snippet/lists"}