{"id":23672950,"url":"https://github.com/thecodingmontana/tasks-cli","last_synced_at":"2025-12-20T09:30:18.565Z","repository":{"id":269344201,"uuid":"907097603","full_name":"thecodingmontana/tasks-cli","owner":"thecodingmontana","description":"tasks-cli is a command-line interface tool for managing tasks directly in your terminal","archived":false,"fork":false,"pushed_at":"2024-12-22T21:29:08.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-22T22:23:50.476Z","etag":null,"topics":["cobra-cli","csv","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thecodingmontana.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":"2024-12-22T19:56:39.000Z","updated_at":"2024-12-22T21:29:11.000Z","dependencies_parsed_at":"2024-12-22T22:34:04.407Z","dependency_job_id":null,"html_url":"https://github.com/thecodingmontana/tasks-cli","commit_stats":null,"previous_names":["thecodingmontana/tasks-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmontana%2Ftasks-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmontana%2Ftasks-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmontana%2Ftasks-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thecodingmontana%2Ftasks-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thecodingmontana","download_url":"https://codeload.github.com/thecodingmontana/tasks-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239699580,"owners_count":19682574,"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":["cobra-cli","csv","golang"],"created_at":"2024-12-29T11:33:22.183Z","updated_at":"2025-12-20T09:30:18.424Z","avatar_url":"https://github.com/thecodingmontana.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tasks-cli\n\ntasks-cli is a command-line interface tool for managing tasks directly in your terminal. With tasks-cli, you can add, view, and manage tasks stored in a Sqlite Database/CSV file, and display them in a neat tabular/json format. The project is built using Go and the Cobra library.\n\n## Features\n\n- **Add Tasks**: Easily add tasks with a title, description, and status.\n- **View Tasks**: Display tasks in a clear tabular format.\n- **Edit Tasks**: Update task details directly from the CLI.\n- **Delete Tasks**: Remove tasks from the CSV file.\n- **Persist Data**: All tasks are either stored in a Sqlite DB/CSV file for easy management and persistence.\n\n## Requirements\n\n- Go 1.23.4 or later\n- Cobra library installed\n\n## Installation\n\n1. Clone the repository:\n\n   ```bash\n   git clone https://github.com/thecodingmontana/tasks-cli.git\n   cd tasks-cli\n   ```\n\n2. Install dependencies and build the binary:\n\n   ```bash\n   go build -o tasks-cli\n   ```\n\n3. Move the binary to your PATH:\n\n   ```bash\n   mv tasks-cli /usr/local/bin/\n   ```\n\n4. Verify installation:\n\n   ```bash\n   tasks-cli --help\n   ```\n\n## Usage\n\n### Initialize the CSV File\n\nBefore adding tasks, initialize the CSV file:\n\n```bash\ntasks-cli init\n```\n\n### Add a Task\n\nAdd a new task by providing a title, description, and optional status:\n\n```bash\ntasks-cli add --title \"Buy groceries\" --description \"Milk, eggs, bread\" --status \"Pending\"\n```\n\n### View Tasks\n\nView all tasks in a tabular format:\n\n```bash\ntasks-cli list\n```\n\n### Edit a Task\n\nUpdate the details of an existing task:\n\n```bash\ntasks-cli edit --id 1 --title \"Buy groceries\" --status \"Completed\"\n```\n\n### Delete a Task\n\nRemove a task by its ID:\n\n```bash\ntasks-cli delete --id 1\n```\n\n## Example Output\n\n```plaintext\nID   Title            Description          Status\n1    Buy groceries    Milk, eggs, bread    Pending\n2    Complete report  Due by Monday        In Progress\n```\n\n## Configuration\n\n- **CSV File Path**: By default, tasks-cli creates a `tasks.csv` file in the current directory. You can specify a custom file path using the `--file` flag.\n\n```bash\ntasks-cli list --file /path/to/custom.csv\n```\n\n## Contributing\n\n1. Fork the repository\n2. Create a new branch (`git checkout -b feature/your-feature-name`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin feature/your-feature-name`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License. See the LICENSE file for details.\n\n## Acknowledgments\n\n- [Cobra Library](https://github.com/spf13/cobra) for the CLI framework.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodingmontana%2Ftasks-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthecodingmontana%2Ftasks-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthecodingmontana%2Ftasks-cli/lists"}