{"id":16564497,"url":"https://github.com/teamcons/rocketlaunch","last_synced_at":"2025-07-24T00:03:36.513Z","repository":{"id":219146509,"uuid":"747825679","full_name":"teamcons/Rocketlaunch","owner":"teamcons","description":"A full-blown software which is powershell scripts in a trenchcoat, to create projects at work","archived":false,"fork":false,"pushed_at":"2024-11-14T16:32:08.000Z","size":11529,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-13T13:57:52.471Z","etag":null,"topics":["powershell","powershell-script","winforms"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teamcons.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,"zenodo":null}},"created_at":"2024-01-24T18:03:42.000Z","updated_at":"2024-11-14T16:32:12.000Z","dependencies_parsed_at":"2024-01-25T18:42:02.976Z","dependency_job_id":"9ef90757-6177-4f27-b71d-84bd6bb2b2c8","html_url":"https://github.com/teamcons/Rocketlaunch","commit_stats":null,"previous_names":["teamcons/skrivanek-rocketlaunch","teamcons/rocketlaunch"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/teamcons/Rocketlaunch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamcons%2FRocketlaunch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamcons%2FRocketlaunch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamcons%2FRocketlaunch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamcons%2FRocketlaunch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teamcons","download_url":"https://codeload.github.com/teamcons/Rocketlaunch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teamcons%2FRocketlaunch/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266769986,"owners_count":23981483,"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","status":"online","status_checked_at":"2025-07-23T02:00:09.312Z","response_time":66,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"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":["powershell","powershell-script","winforms"],"created_at":"2024-10-11T20:44:21.142Z","updated_at":"2025-07-24T00:03:36.492Z","avatar_url":"https://github.com/teamcons.png","language":"PowerShell","readme":"\n# -Rocketlaunch!\n\nA program for our job, to create new projects, in the right place, super super quick and how we want it, because we are lazy and impatient.\nOn the technical aspect, it is a Powershell script, written in imperative style, using Windows.Forms as GUI and compiled into PS2EXE. \nIts bound to have some ugly and some clever code.\n\nIt does :\nLoad the last few emails with attachments from Outlook\nLoad folder structure from templates\nCreate in the appropriate structure the folders,\ninclude source files from email with attachments, proper place and naming conventions.\n\nAs we charge by the word, count words in Word, Powerpoint, PDF, TXT, create an analysis Excel file and copy total to clipboard\nAs we work in Trados Studio, pre-fill and start the New Project assistant\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/teamcons/Skrivanek-Rocketlaunch/blob/main/images/Screenshot App.png\" /\u003e\u003c/td\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/teamcons/Skrivanek-Rocketlaunch/blob/main/images/settings.png\" /\u003e\u003c/td\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/teamcons/Skrivanek-Rocketlaunch/blob/main/images/splash 2.png\" /\u003e\u003c/td\u003e\n\u003c/div\u003e\n\n\n\u003cdiv align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/teamcons/Skrivanek-Rocketlaunch/blob/main/images/dragndrop.png\" /\u003e\u003c/td\u003e\n\u003c/div\u003e\n\n## TODO\n-Add a view for Downloads\n-Add icons\n\n## CODE PHILOSOPHY\n\nDont bother user: minimal feedback and input, sane defaults, minimal buttons\nOffer what may be needed as settings\n\n\n## BUILD\n\nPS2EXE is required if you want to use an EXE and not the PS1 script.\nYou can install it by opening a powershell window, and entering the command \"Install-Module ps2exe\"\n\nThe folder \"Release\" has a build script that takes care of using PS2EXE to bundle the script into a nice looking EXE file.\n\nIf there is no EXE in that folder, do right-click on \"build.ps1\", \"Execute with Powershell\" or whatever it is in your language, and it will take care of generating one for you.\n\n\n## INSTALL\n\nSo this may be a bit weird\nmain.ps1 pulls everything it needs in the sources/ folder. Thats where its all split up.\nYou can simply run \"main.ps1\", and it will take care of things\n\na script in the build/ folder creates a \"Start Rocketlaunch\" executable, because it looks more pro and better in the taskbar\nto be even more pro and all, there is an installer, in build/, or at the root folder, whose job is just copying everything needed into the desktop, create a link, notify you\nit cannot pin a shortcut to taskbar, because microsoft actively discourages doing that.\n\nBecause of the way this is built, your antivirus may be unhappy. The Windows Defender thingy also sometimes moves away the exe into some quarantine folder.\n\n\n## Super Skrivanek Suite\n\nThis is part of a suite of scripts we coded for our workplace.\nWe do a nontech job, with a lot of repetitive tasks, and went on to build utilities to automatize that shit.\nWe arent coders, so the code probably isnt the best, just learning Powershell to make our everyday easier.\n\nThe company is Skrivanek GmbH a translation agency, we're there as Project Manager.\nThe manual is for coworkers who may want to use it.\n\n\n\n## Some more stuff\n\nThe ability to do rad EXE files is thanks to:\nhttps://github.com/MScholtes/PS2EXE\n\nThe rocket icon comes from there:\n\u003ca href=\"https://www.flaticon.com/free-icons/rocket\" title=\"rocket icons\"\u003eRocket icons created by Freepik - Flaticon\u003c/a\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamcons%2Frocketlaunch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteamcons%2Frocketlaunch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteamcons%2Frocketlaunch/lists"}