{"id":15032229,"url":"https://github.com/roger/tmux-hints","last_synced_at":"2025-04-09T21:23:01.492Z","repository":{"id":37828590,"uuid":"151484083","full_name":"Roger/tmux-hints","owner":"Roger","description":"Tmux utility to find stuff(ie. urls) in a tmux windows and navigate with the keyboard","archived":false,"fork":false,"pushed_at":"2023-01-24T04:06:13.000Z","size":71,"stargazers_count":9,"open_issues_count":19,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T23:15:34.044Z","etag":null,"topics":["rust","tmux"],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/Roger.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":"2018-10-03T21:40:41.000Z","updated_at":"2025-03-20T18:42:02.000Z","dependencies_parsed_at":"2023-01-29T02:01:11.207Z","dependency_job_id":null,"html_url":"https://github.com/Roger/tmux-hints","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/Roger%2Ftmux-hints","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roger%2Ftmux-hints/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roger%2Ftmux-hints/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Roger%2Ftmux-hints/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Roger","download_url":"https://codeload.github.com/Roger/tmux-hints/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248112999,"owners_count":21049767,"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":["rust","tmux"],"created_at":"2024-09-24T20:17:47.673Z","updated_at":"2025-04-09T21:23:01.468Z","avatar_url":"https://github.com/Roger.png","language":"Rust","readme":"# tmux-hints [![Build Status](https://travis-ci.org/Roger/tmux-hints.svg?branch=master)](https://travis-ci.org/Roger/tmux-hints)\n\n`tmux-hints` is an application to find matches, ie. urls and navigate them\nwith the keyboard.\n\nIt's a rewrite of a previous tool written by me in go [tmux-url-nav][1].\n\nInspired by another tool in perl [tmux-url-select][2].\n\n[1]: https://github.com/roger/tmux-url-nav\n[2]: https://github.com/dequis/tmux-url-select\n\n## Is it any good?\n\n[Yes][3]\n\n[3]: https://news.ycombinator.com/item?id=3067434\n\n## Demo\n\n![](https://d.fsck.com.ar/cm0Pv.gif)\n\n## Requirements\n\nDepends on `rust`, `tmux` and `stty`.\n\n## Installation\n\nFrom crates.io, just `cargo install tmux-hints` and make sure that cargo bin\nit's in your path.\n\nOr from source, runn cargo build and copy/link `target/release/tmux-hints`\nto somewhere in your path.\n\nIn both cases, you need to a key binding to your `.tmux.conf`:\n\n    bind some-key-here run tmux-hints\n\nWhere some-key-here is any key you want to use to start hints selection.\n\n## Usage\n\nOnce you're inside tmux-hints, keybindings:\n\n * `j`: down\n * `k`: up\n * `0`-`9`: select by number\n * `p`: paste (insert text into the tmux window)\n * `o`: open link\n * `O`: open link without closing\n * `c`: print current configuration\n * `q`: quit\n\n## Configuration\n\nThe configuration uses toml format, you need to create a new file in your $XDG_CONFIG_HOME (in most of the *nix ~/.config/) called tmux-hints.toml\n\n### default config\n\n```\nopener = 'xdg-open'\nshow_position = true\n\n[hint.unselected]\nbackground = 0\nforeground = 6\nbold = false\ndim = false\nblink = false\nreverse = false\nhidden = false\nunderlined = false\n\n[hint.selected]\nbackground = 6\nforeground = 0\nbold = false\ndim = false\nblink = false\nreverse = false\nhidden = false\nunderlined = false\n\n[position.unselected]\nbackground = 0\nforeground = 6\nbold = false\ndim = false\nblink = false\nreverse = false\nhidden = false\nunderlined = false\n\n[position.selected]\nbackground = 6\nforeground = 0\nbold = false\ndim = false\nblink = false\nreverse = false\nhidden = false\nunderlined = false\n```\n\n## FAQ\n\nQ: Why rust?\n\nA: Needed a excuse to do something on it.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froger%2Ftmux-hints","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Froger%2Ftmux-hints","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Froger%2Ftmux-hints/lists"}