{"id":19758611,"url":"https://github.com/alvarogarcia7/invoice-renamer","last_synced_at":"2026-04-29T01:02:11.501Z","repository":{"id":69480963,"uuid":"260898012","full_name":"alvarogarcia7/invoice-renamer","owner":"alvarogarcia7","description":"Rename invoices according to my specific pattern","archived":false,"fork":false,"pushed_at":"2020-05-03T15:48:12.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-05T09:07:04.323Z","etag":null,"topics":["date-parser","invoice","mit-license","python","python3","rename-files","rename-script","renamer","shell-script","utilities","utility"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/alvarogarcia7.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":"2020-05-03T11:36:39.000Z","updated_at":"2020-05-03T15:48:14.000Z","dependencies_parsed_at":"2023-03-15T22:00:16.473Z","dependency_job_id":null,"html_url":"https://github.com/alvarogarcia7/invoice-renamer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alvarogarcia7/invoice-renamer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarogarcia7%2Finvoice-renamer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarogarcia7%2Finvoice-renamer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarogarcia7%2Finvoice-renamer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarogarcia7%2Finvoice-renamer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alvarogarcia7","download_url":"https://codeload.github.com/alvarogarcia7/invoice-renamer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alvarogarcia7%2Finvoice-renamer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32405903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T19:38:08.556Z","status":"ssl_error","status_checked_at":"2026-04-28T19:37:55.688Z","response_time":56,"last_error":"SSL_read: 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":["date-parser","invoice","mit-license","python","python3","rename-files","rename-script","renamer","shell-script","utilities","utility"],"created_at":"2024-11-12T03:25:17.120Z","updated_at":"2026-04-29T01:02:11.485Z","avatar_url":"https://github.com/alvarogarcia7.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Invoice Renamer\n\n## Purpose\n\nNote: I use this script to rename invoices, to a my very own particular format.\n\n## Running it\n\nMy workflow is to cumulate all the `mv` commands, then review, then execute at once.\n\nBefore and after executing, I create a temporary git repository, so I'm able to go back to the previous state. [^0]\n\n\n```bash\nsource .env.sh # To enable the virtualenv\n./exec.sh invoice.pdf\n```\n\nThen, follow the wizard.\n\nThen, you can review the commands, if needed.\n\nTo execute them:\n\n```\nbash commands_total.sh\n```\n\n[^0]: This is not handled in this script\n\n## Resulting format\n\n```\n$DATE - $PROVIDER - other.pdf\n```\n\nWhere:\n  * `$DATE` is like '2020-03-09' (ISO)\n  * `$PROVIDER` is like 'Google SL' (Company name)\n\n## Technical notes\n\n### Uses the 'delayed execution' method\n\nThe script itself generates a `mv` command that can be reviewed or edited before executing (dry-run)\n\nThe script is just a transformer of strings, has no direct side effect on the system.\n\n\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvarogarcia7%2Finvoice-renamer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falvarogarcia7%2Finvoice-renamer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falvarogarcia7%2Finvoice-renamer/lists"}