{"id":13587173,"url":"https://github.com/tarkah/tickrs","last_synced_at":"2025-05-13T22:05:49.028Z","repository":{"id":41808523,"uuid":"241758947","full_name":"tarkah/tickrs","owner":"tarkah","description":"Realtime ticker data in your terminal 📈","archived":false,"fork":false,"pushed_at":"2025-02-27T22:35:21.000Z","size":2725,"stargazers_count":1328,"open_issues_count":26,"forks_count":67,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-04-29T14:20:03.179Z","etag":null,"topics":["rust","stocks","tui"],"latest_commit_sha":null,"homepage":"","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/tarkah.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-02-20T00:37:35.000Z","updated_at":"2025-04-28T21:50:07.000Z","dependencies_parsed_at":"2022-08-17T14:45:33.204Z","dependency_job_id":"3d88d52b-3c43-4576-9f45-664e95932c42","html_url":"https://github.com/tarkah/tickrs","commit_stats":{"total_commits":185,"total_committers":7,"mean_commits":"26.428571428571427","dds":0.08648648648648649,"last_synced_commit":"ee7112562d4b070c2ddd56ad4f47c1ad669472f9"},"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarkah%2Ftickrs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarkah%2Ftickrs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarkah%2Ftickrs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarkah%2Ftickrs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarkah","download_url":"https://codeload.github.com/tarkah/tickrs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251516953,"owners_count":21601912,"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","stocks","tui"],"created_at":"2024-08-01T15:06:04.013Z","updated_at":"2025-04-29T14:20:09.702Z","avatar_url":"https://github.com/tarkah.png","language":"Rust","funding_links":[],"categories":["Rust","TUI","Applications","Recently Updated","\u003ca name=\"utility\"\u003e\u003c/a\u003eUtilities","💻 Apps"],"sub_categories":["Finance","[Who Wants to Be a Millionare](https://www.boardgamecapital.com/who-wants-to-be-a-millionaire-rules.htm)","🚀 Productivity and Utilities"],"readme":"# tick-rs\n[![Actions Status](https://github.com/tarkah/tickrs/workflows/Test/badge.svg)](https://github.com/tarkah/tickrs/actions)\n\nRealtime ticker data in your terminal 📈 Built with Rust. Data sourced from Yahoo! Finance.\n\n  - [Installation](#installation)\n  - [Config File](#config-file)\n  - [CLI Usage](#cli-usage)\n    - [Windows](#windows)\n  - [Acknowledgments](#acknowledgments)\n\n\u003cimg src=\"./assets/demo.gif\"\u003e\n\n## Installation\n\n### Binary\n\nDownload the latest [release](https://github.com/tarkah/tickrs/releases/latest) for your platform\n\n### Cargo\n\n```\ncargo install tickrs\n```\n\n### Arch Linux\n\n```\npacman -S tickrs\n```\n\n### Homebrew\n\n```\nbrew tap tarkah/tickrs\nbrew install tickrs\n```\n\n## Config File\n\nSee [wiki entry](https://github.com/tarkah/tickrs/wiki/Config-file)\n\n## CLI Usage\n\n```\ntickrs\nRealtime ticker data in your terminal 📈\n\nUSAGE:\n    tickrs [FLAGS] [OPTIONS]\n\nFLAGS:\n    -p, --enable-pre-post    Enable pre / post market hours for graphs\n    -h, --help               Prints help information\n        --hide-help          Hide help icon in top right\n        --hide-prev-close    Hide previous close line on 1D chart\n        --hide-toggle        Hide toggle block\n        --show-volumes       Show volumes graph\n    -x, --show-x-labels      Show x-axis labels\n        --summary            Start in summary mode\n        --trunc-pre          Truncate pre market graphing to only 30 minutes prior to markets opening\n    -V, --version            Prints version information\n\nOPTIONS:\n    -c, --chart-type \u003cchart-type\u003e              Chart type to start app with [default: line] [possible values: line,\n                                               candle, kagi]\n    -s, --symbols \u003csymbols\u003e...                 Comma separated list of ticker symbols to start app with\n    -t, --time-frame \u003ctime-frame\u003e              Use specified time frame when starting program and when new stocks are\n                                               added [default: 1D] [possible values: 1D, 1W, 1M, 3M, 6M, 1Y, 5Y]\n    -i, --update-interval \u003cupdate-interval\u003e    Interval to update data from API (seconds) [default: 1]\n```\n\n### Windows\n\nUse [Windows Terminal](https://www.microsoft.com/en-us/p/windows-terminal-preview/9n0dx20hk701) to properly display this app.\n\n## Acknowledgments\n- [fdehau](https://github.com/fdehau) / [tui-rs](https://github.com/fdehau/tui-rs) - great TUI library for Rust\n- [cjbassi](https://github.com/cjbassi) / [ytop](https://github.com/cjbassi/ytop) - thanks for the inspiration!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarkah%2Ftickrs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftarkah%2Ftickrs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarkah%2Ftickrs/lists"}