{"id":15917282,"url":"https://github.com/abhishek6262/timo","last_synced_at":"2025-03-24T07:32:01.008Z","repository":{"id":243402614,"uuid":"812331882","full_name":"abhishek6262/timo","owner":"abhishek6262","description":"Capture and search thoughts in your terminal.","archived":false,"fork":false,"pushed_at":"2024-11-18T11:30:46.000Z","size":65,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T03:13:15.730Z","etag":null,"topics":["cli","cmd","cmdline","minimal","terminal","timo","todo","todoapp","todolist"],"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/abhishek6262.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2024-06-08T15:33:46.000Z","updated_at":"2025-02-03T22:40:19.000Z","dependencies_parsed_at":"2024-06-08T16:59:33.718Z","dependency_job_id":"1fa58d92-d934-4450-9999-baf168d5a387","html_url":"https://github.com/abhishek6262/timo","commit_stats":null,"previous_names":["abhishek6262/timo"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishek6262%2Ftimo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishek6262%2Ftimo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishek6262%2Ftimo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abhishek6262%2Ftimo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abhishek6262","download_url":"https://codeload.github.com/abhishek6262/timo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245227499,"owners_count":20580891,"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","cmd","cmdline","minimal","terminal","timo","todo","todoapp","todolist"],"created_at":"2024-10-06T18:09:56.302Z","updated_at":"2025-03-24T07:32:00.741Z","avatar_url":"https://github.com/abhishek6262.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Timo\n\nTimo is a command-line application that allows you to capture and manage your thoughts and ideas directly from your terminal. It provides a simple and efficient way to jot down your thoughts, search through them, and keep them organized.\n\n## Features\n\n- **Add Thoughts**: Easily add new thoughts to the list with a single command.\n- **Clear Thoughts**: Remove all thoughts from the list with a single command.\n- **Remove Thoughts**: Remove specific thoughts from the list by providing their indexes.\n- **Search Thoughts**: Search for thoughts in the list by providing a keyword or phrase.\n- **List Thoughts**: Print all thoughts in the list to the terminal.\n- **Labels**: Add labels to your thoughts to categorize them and make them easier to search and list.\n\n## Roadmap\n\nHere's a glimpse into what's coming next for Timo:\n\n1. **Labels (Done)**: Add labels to your thoughts to categorize them and make them easier to search and list.\n2. **Clear Confirmation (Done)**: Implement a confirmation step before clearing all thoughts to prevent accidental data loss.\n3. **Reminders (Planned)**: Set reminders for your thoughts and get notified at the specified time.\n\n**Note**: The roadmap is subject to change based on priorities and development progress.\n\n## Installation\n\nTo use Timo, you can install it using Homebrew or build it from source using Rust and Cargo.\n\n### Install using Homebrew (Recommended)\n\n```bash\nbrew tap abhishek6262/timo\nbrew install timo\n```\n\n### Build from Source\n\n1. Clone the Timo repository:\n\n   ```bash\n   git clone https://github.com/abhishek6262/timo\n   ```\n\n2. Navigate to the project directory:\n\n   ```bash\n   cd timo\n   ```\n\n3. Install Timo globally using `cargo install --path .` command.\n\n## Usage\n\nAfter installing Timo, you can use the following commands:\n\n### Add a New Thought\n\n```bash\ntimo add \u003cthought\u003e [-l \u003clabel\u003e | --label=\u003clabel\u003e]\n```\n\nReplace \u003cthought\u003e with your thought. Multiple words will be combined into a single thought. Optionally, use the -l flag followed by the desired label to assign it to the thought. For example:\n\n```bash\ntimo add Buy groceries -l errands\ntimo add Work on report\n```\n\n### Clear All Thoughts\n\n```bash\ntimo clear --confirmed\n```\n\nThis command will remove all thoughts from the list.\n\n### Remove Specific Thoughts\n\n```bash\ntimo remove \u003cid1\u003e \u003cid2\u003e ...\n```\n\nReplace `\u003cid1\u003e`, `\u003cid2\u003e`, etc., with the ids of the thoughts you want to remove. The ids are displayed when you list the thoughts.\n\n### Search for Thoughts\n\n```bash\ntimo search \u003ckeyword\u003e [-l \u003clabel\u003e | --label=\u003clabel\u003e] [-s | --show-labels]\n```\n\nReplace `\u003ckeyword\u003e` with the word or phrase you want to search for. Optionally use the -l flag followed by the desired label to filter your search by a specific label. Also, use the -s flag to display the labels in the output. Timo will display all thoughts that contain the specified keyword or phrase. For example:\n\n```bash\ntimo search meeting\ntimo search important -l work\n```\n\n### List All Thoughts\n\n```bash\ntimo list [-l \u003clabel\u003e | --label=\u003clabel\u003e] [-s | --show-labels]\n```\n\nThis command will print all thoughts in the list, along with their ids. Optionally use the -l flag followed by the desired label to print only the specified list. Also, use the -s flag to display the labels in the output. For example:\n\n```bash\ntimo list\ntimo list -l work\n```\n\n### Show Help\n\n```bash\ntimo help\n```\n\n## Contributing\n\nContributions to Timo are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request on the GitHub repository.\n\n## License\n\nTimo is released under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhishek6262%2Ftimo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabhishek6262%2Ftimo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabhishek6262%2Ftimo/lists"}