{"id":17290969,"url":"https://github.com/jchristgit/rusday","last_synced_at":"2025-03-26T18:45:37.987Z","repository":{"id":97512317,"uuid":"122258204","full_name":"jchristgit/rusday","owner":"jchristgit","description":"a Rust application to help you easily remember your friends' birthdays","archived":false,"fork":false,"pushed_at":"2023-06-08T07:54:08.000Z","size":56,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T00:24:28.689Z","etag":null,"topics":["cli","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jchristgit.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":"2018-02-20T21:24:36.000Z","updated_at":"2023-06-08T07:52:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"a64945ad-3ddb-4176-8f12-746b9632dde2","html_url":"https://github.com/jchristgit/rusday","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchristgit%2Frusday","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchristgit%2Frusday/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchristgit%2Frusday/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jchristgit%2Frusday/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jchristgit","download_url":"https://codeload.github.com/jchristgit/rusday/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245717760,"owners_count":20661148,"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":["cli","rust"],"created_at":"2024-10-15T10:39:32.771Z","updated_at":"2025-03-26T18:45:37.971Z","avatar_url":"https://github.com/jchristgit.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rusday\n`rusday` is a command line application intended to help you remember your friends' birthdays.\nI primarly made this project to learn Rust, but also because I've got to known a couple of awesome\npeople through programming over the past couple months and wanted to ensure that I don't forget their birthdays.\nOne may argue about the practical use of this, but I like to think that it's a nice thing.\n\n### Installation\nInstallation is easy thanks to `cargo`:\n```sh\n$ cargo install --git https://github.com/jchristgit/rusday\n```\nNow, you're free to use `rusday`, given that you have `cargo`'s\n`bin` directory in your `$PATH`.\n\n\n### Usage\n`rusday help` should give you a basic idea of how to use it.\nThe basic workflow is simple: Use `rusday add` and `rusday remove`\nto add and remove people, then use `rusday list` to get an\noverview for all the entries. You can use `rusday dashboard` to only\nbe informed about who's birthday it is. I sticked that into my `~/.bash_login`\nto ensure I get informed about anyone's birthday when I open my Terminal.\n\n```sh\nrusday 0.6.1\nA CLI tool to help you remember your friends' birthdays.\n\nUSAGE:\n    rusday [OPTIONS] [SUBCOMMAND]\n\nFLAGS:\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n\nOPTIONS:\n    -c, --color \u003ccolor\u003e    when to use colored / formatted output [default: auto]  [values: auto, always, never]\n\nSUBCOMMANDS:\n    add          Adds someone to the database.\n    dashboard    Shows a dashboard with the most relevant information.\n    help         Prints this message or the help of the given subcommand(s)\n    list         Shows a list of people in the database.\n    remove       Remove someone from the database.\n```\n\n### Commands\n- `rusday help` gives the expected output showing the other commands.\n- `rusday add \u003cDATE\u003e \u003cNAME\u003e` is used to add someone to the database.\n`\u003cDATE\u003e` is expected to be in the format `dd-mm-yyyy`, but this can be customized with the `date_fmt` argument. See `rusday add --help` for details.\n- `rusday remove \u003cNAME\u003e` is used to remove someone from the database.\nIt checks for an exact match of the name.\n- `rusday list` shows you everyone that's currently in the database, sorted by their birthdate.\n- `rusday dashboard` shows you who's birthday is on the current date.\n\nHave an idea for a command? Open an issue and let me know!\n\n\n### Configuration\nIt's possible to configure the database path that `rusday` uses by setting the\nenvironment variable `RUSDAY_DB_PATH`. In case this isn't set, `rusday` will\nuses [`dirs::data_dir`](https://docs.rs/dirs/1.0.4/dirs/fn.data_dir.html) to\ndetermine where to store its database file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjchristgit%2Frusday","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjchristgit%2Frusday","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjchristgit%2Frusday/lists"}