{"id":20572159,"url":"https://github.com/mcaimi/tmux-rtfm","last_synced_at":"2026-04-20T02:35:08.525Z","repository":{"id":69446942,"uuid":"88178872","full_name":"mcaimi/tmux-rtfm","owner":"mcaimi","description":"Open man pages in tmux","archived":false,"fork":false,"pushed_at":"2017-04-13T15:28:19.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T10:22:03.447Z","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":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mcaimi.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":"2017-04-13T15:20:51.000Z","updated_at":"2017-04-13T15:23:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9d20597-674e-4e72-9251-9d62a8d31801","html_url":"https://github.com/mcaimi/tmux-rtfm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mcaimi/tmux-rtfm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcaimi%2Ftmux-rtfm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcaimi%2Ftmux-rtfm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcaimi%2Ftmux-rtfm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcaimi%2Ftmux-rtfm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mcaimi","download_url":"https://codeload.github.com/mcaimi/tmux-rtfm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mcaimi%2Ftmux-rtfm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32030207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-16T05:18:37.072Z","updated_at":"2026-04-20T02:35:08.509Z","avatar_url":"https://github.com/mcaimi.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# **tmux-rtfm** #\n\nQuickly open the man page of a command in a split or in the current window.\nThe commmand must be put in the paste-buffer by using the mouse to get a selection.\n\nthe plugin works by:\n \n\n 1. saving the command name (the paste buffer content) into a temporary swap file then opening the \"man\" command with the contents of this file as input.   \n 2. launching the \"man\" command with the content of the system clipboard as input (shift+mouse selection, xclip needed)\n\n## Configuration ##\n\nAt the moment only three tunables are implemented:\n\n    # swap file name\n    set -g @rtfm_temp_file_name '/tmp/tmuxRTFM'\n    # open man page in current window or in a split\n    set -g @rtfm_open_in_split 'yes'\n    # set mode: swap or xclip.\n    # 'swap' uses a swapfile in /tmp to keep track of the last command\n    # 'xclip' uses the system clipboard to store the command (shift+mouse selection)\n    set -g @rtfm_clip_mpde 'xclip'\n\nto install the plugin, use tmux-plugins/tpm:\n\n    set -g @plugins 'mcaimi/tmux-rtfm'\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcaimi%2Ftmux-rtfm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmcaimi%2Ftmux-rtfm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmcaimi%2Ftmux-rtfm/lists"}