{"id":31725547,"url":"https://github.com/ryym/toss","last_synced_at":"2026-07-13T11:32:17.090Z","repository":{"id":316926573,"uuid":"1057293367","full_name":"ryym/toss","owner":"ryym","description":null,"archived":false,"fork":false,"pushed_at":"2026-07-04T11:03:52.000Z","size":15404,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-04T13:04:18.272Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/ryym.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,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-09-15T14:30:12.000Z","updated_at":"2026-07-04T11:03:56.000Z","dependencies_parsed_at":"2025-09-27T17:35:12.666Z","dependency_job_id":"39b1c6ed-695f-4ef8-873b-1fd3a1cdfd27","html_url":"https://github.com/ryym/toss","commit_stats":null,"previous_names":["ryym/toss"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryym/toss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryym%2Ftoss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryym%2Ftoss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryym%2Ftoss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryym%2Ftoss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryym","download_url":"https://codeload.github.com/ryym/toss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryym%2Ftoss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35421716,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"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":"2025-10-09T05:49:48.044Z","updated_at":"2026-07-13T11:32:17.086Z","avatar_url":"https://github.com/ryym.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Toss ― A modern terminal pager\n\nToss is a terminal pager like `less`. Toss focuses on the following features:\n\n- **Smooth scroll** - Animate scrolling with easing\n- **Incremental search** - Highlight matches as you type\n- **Sticky header** - Pin a pattern-matched header line while scrolling\n\n![](./assets/example-git-delta.giff)\n\n## Status\n\n- In active development\n- Not a direct replacement of `less`; Toss currently lacks many features of `less`\n\n## Installation\n\n```bash\ngit clone https://github.com/ryym/toss\ncd toss\ncargo install --path .\n```\n\n## Usage Examples\n\n### View a Git commit with [Delta][delta]\n\n[delta]: https://github.com/dandavison/delta\n\n```bash\n# View a commit with Delta and Toss.\ngit show @ | delta \\\n      --file-modified-label 'updated:' \\\n      --pager 'toss -F \\\n         --header 1 \\\n         --heading \"^(added:|updated:|renamed:|removed:)\" --heading-lines 2'\n# --header 1\n#   Always display the first line, which is a commit hash.\n# --heading \"...\" --heading-lines 2\n#   Make each file name header sticky by pattern-matching.\n```\n\nYou can make this a default pager in Git by specifying the above `delta` command as a `core.pager` of your Git.\n\n### View files with [Bat][bat]\n\n[bat]: https://github.com/sharkdp/bat\n\n```bash\n# Bat config (https://github.com/sharkdp/bat#configuration-file)\n--theme=TwoDark\n--style='header,numbers,grid,changes'\n# ...\n--pager 'toss -F --heading \"─┬─\" --heading-lines 3'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryym%2Ftoss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryym%2Ftoss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryym%2Ftoss/lists"}