{"id":15801869,"url":"https://github.com/juliencrn/rusty-journal","last_synced_at":"2026-05-02T19:35:10.697Z","repository":{"id":46819377,"uuid":"387496519","full_name":"juliencrn/rusty-journal","owner":"juliencrn","description":"Learning project: A command line to-do app written in Rust.","archived":false,"fork":false,"pushed_at":"2021-09-23T16:40:13.000Z","size":266,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-05T01:41:24.058Z","etag":null,"topics":["command-line","diesel","rust","sqlite"],"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/juliencrn.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":"2021-07-19T14:40:26.000Z","updated_at":"2021-09-23T16:41:10.000Z","dependencies_parsed_at":"2022-09-23T04:54:26.394Z","dependency_job_id":null,"html_url":"https://github.com/juliencrn/rusty-journal","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/juliencrn/rusty-journal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliencrn%2Frusty-journal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliencrn%2Frusty-journal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliencrn%2Frusty-journal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliencrn%2Frusty-journal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliencrn","download_url":"https://codeload.github.com/juliencrn/rusty-journal/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliencrn%2Frusty-journal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32547650,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-02T19:18:06.202Z","status":"ssl_error","status_checked_at":"2026-05-02T19:16:21.335Z","response_time":132,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["command-line","diesel","rust","sqlite"],"created_at":"2024-10-05T01:41:15.403Z","updated_at":"2026-05-02T19:35:10.677Z","avatar_url":"https://github.com/juliencrn.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch1\u003eRusty Journal\u003c/h1\u003e\n\nA command line to-do app written in Rust.\n\n**README Sections:** [Options](#options) — [Installation](#installation) - [License](#license)\n\n\u003c!-- Badges --\u003e\n\u003c/div\u003e\n\n![Screenshots of Rusty Journal](screenshot.png)\n\n---\n\n## Options\n\n```\nRusty Journal 0.1.0\nA command line to-do app written in Rust and SQLite\n\nUSAGE:\n    rusty_journal \u003cSUBCOMMAND\u003e\n\nFLAGS:\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n\nSUBCOMMANDS:\n    add         Write a task to the journal file\n    delete      Delete an given task by id\n    done        Set a task completed by id\n    help        Prints this message or the help of the given subcommand(s)\n    list        List resting tasks from the journal file\n    list-all    List all tasks from the journal file\n    reset       Delete all tasks\n    update      Update task description by id\n```\n\n---\n\n## Installation\n\n_Rusty journal_ is written in [Rust](https://www.rust-lang.org/), so you'll need to grab a Rust installation in order to compile it. The recommended way to install Rust for development is from the [official download page](https://www.rust-lang.org/tools/install), using rustup.\n\nOnce Rust is installed, you can compile _Rusty journal_ with Cargo:\n\n```bash\n# Download the repo\n$ git clone https://github.com/juliencrn/rusty-journal\n$ cd rusty-journal\n\n# Create an .env file with the database path\n$ echo \"DATABASE_URL=testing_db.db\" \u003e .env\n\n# Initiate ORM\n$ diesel setup\n$ diesel migration run\n\n# Build, use...\n$ cargo build --release\n$ ./target/release/rusty_journal --version\n\u003e Rusty Journal 0.1.0\n$ cargo run -- --help\n```\n\n## License\nDistributed under the MIT License. See [`LICENSE`](./LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliencrn%2Frusty-journal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliencrn%2Frusty-journal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliencrn%2Frusty-journal/lists"}