{"id":28325900,"url":"https://github.com/danilo-01-code/fileflow","last_synced_at":"2025-06-24T04:31:32.114Z","repository":{"id":293529041,"uuid":"984333256","full_name":"Danilo-01-code/FileFlow","owner":"Danilo-01-code","description":"An bash-like scripting language for files automation","archived":false,"fork":false,"pushed_at":"2025-05-16T14:06:20.000Z","size":221,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T07:26:36.013Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","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/Danilo-01-code.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":"2025-05-15T18:59:42.000Z","updated_at":"2025-05-16T14:06:23.000Z","dependencies_parsed_at":"2025-05-15T20:34:14.047Z","dependency_job_id":null,"html_url":"https://github.com/Danilo-01-code/FileFlow","commit_stats":null,"previous_names":["danilo-01-code/fileflow"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Danilo-01-code/FileFlow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danilo-01-code%2FFileFlow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danilo-01-code%2FFileFlow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danilo-01-code%2FFileFlow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danilo-01-code%2FFileFlow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Danilo-01-code","download_url":"https://codeload.github.com/Danilo-01-code/FileFlow/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Danilo-01-code%2FFileFlow/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261604053,"owners_count":23183586,"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":[],"created_at":"2025-05-25T22:08:54.125Z","updated_at":"2025-06-24T04:31:32.098Z","avatar_url":"https://github.com/Danilo-01-code.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FileFlow\r\n\r\n## Overview\r\n\r\nAn File Automation language bash like, is compatible with linux, windows and MacOS, it has: compression commands, file task commands (move, cut directories/files, remove directories/files, write, reads, et cetera).\r\nUse the 'help' command to see more informations or /docs.\r\n\r\n![Title](images/Title.png)\r\n![Example1](images/example1.png)\r\n![Example2](images/example2.png)\r\n\r\n## Usage:\r\n\r\n```  bash\r\nmkdir build\r\ncd build\r\ncmake ..\r\nmake\r\n./FileFlow\r\n```\r\n\r\nIf you wanna to use FileFlow as a system command (make the program executable for any directory) you can use the follow command:\r\n\r\n``` bash\r\nsudo cp FileFlow /usr/local/bin/\r\n```\r\n\r\non Windows you should run this command as admin, to use FileFlow as a system command: \r\n\r\n``` bash\r\nCopy-Item -Path .\\FileFlow.exe -Destination \"C:\\Windows\\System32\\\"\r\n```\r\n\r\n## Why i created FileFlow\r\n\r\n- To challenge myself by building an entire bash-like scripting language from scratch, covering the full cycle from user input, input parsing, until command processing.\r\n\r\n- To provide a single, lightweight tool that handles all common file automation with an imperative language, tasks without relying on multiple external utilities.\r\n\r\n## What roblems FileFlow solves\r\n\r\n- Simplifies simple automation routines—backups, batch removes, compressions—without memorizing numerous flags, simple rename commands, all into a portalble self contained tool\r\n\r\n## Why i choose C\r\n\r\n- I have yet to see a language that offers all the performance and memory control that C does, that fits this project very well.\r\n- Direct access with OS apis without extra abstraction layers\r\n- Provides a great challenge to improve my low-level abilities","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilo-01-code%2Ffileflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanilo-01-code%2Ffileflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanilo-01-code%2Ffileflow/lists"}