{"id":28325233,"url":"https://github.com/shravanasati/axon","last_synced_at":"2026-06-01T10:32:03.982Z","repository":{"id":64306664,"uuid":"321302636","full_name":"shravanasati/axon","owner":"shravanasati","description":"Got a messy desktop? axon is what you need.","archived":false,"fork":false,"pushed_at":"2024-03-30T08:07:27.000Z","size":2845,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-04T13:47:49.544Z","etag":null,"topics":["cli","command-line","cross-platform","file-organizer","filesystem","go","golang","hacktoberfest"],"latest_commit_sha":null,"homepage":"","language":"Go","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/shravanasati.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-12-14T09:49:22.000Z","updated_at":"2024-02-23T15:19:29.000Z","dependencies_parsed_at":"2023-02-14T18:01:05.394Z","dependency_job_id":"d6157143-ac91-459e-a1fc-73e8ced82e98","html_url":"https://github.com/shravanasati/axon","commit_stats":null,"previous_names":["shravanasati/axon","shravan-1908/file-organizer","shravan-1908/axon"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/shravanasati/axon","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shravanasati%2Faxon","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shravanasati%2Faxon/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shravanasati%2Faxon/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shravanasati%2Faxon/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shravanasati","download_url":"https://codeload.github.com/shravanasati/axon/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shravanasati%2Faxon/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33771628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","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":["cli","command-line","cross-platform","file-organizer","filesystem","go","golang","hacktoberfest"],"created_at":"2025-05-25T20:12:20.173Z","updated_at":"2026-06-01T10:32:03.949Z","avatar_url":"https://github.com/shravanasati.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# axon\n\n## Overview\n*axon* is a cross platform, command line utility for organizing and prettifying cluttered folders, written in Go.\n\n\n\n## Features\n- Cross platform\n- Regex Selection\n- Prettify files in a folder\n- Move files to a folder\n- Organize files in a folder\n- Rename files in a folder\n- Fast and reliable\n\n\n## Installation\n\n**For Linux users:**\n\nExecute the following command in bash:\n\n```bash\ncurl https://raw.githubusercontent.com/shravanasati/axon/master/scripts/linux_install.sh \u003e axon_install.sh\n\nchmod +x ./axon_install.sh\n\nbash ./axon_install.sh\n```\n\n\n**For MacOS users:**\n\nExecute the following command in bash:\n\n```bash\ncurl https://raw.githubusercontent.com/shravanasati/axon/master/scripts/macos_install.sh \u003e axon_install.sh\n\nchmod +x ./axon_install.sh\n\nbash ./axon_install.sh\n```\n\n**For Windows users:**\n\nOpen Powershell **as Admin** and execute the following command:\n```powershell\nSet-ExecutionPolicy Bypass -Scope Process -Force; (Invoke-WebRequest -Uri https://raw.githubusercontent.com/shravanasati/axon/master/scripts/windows_install.ps1 -UseBasicParsing).Content | powershell -\n```\n\nTo verify the installation of *axon*, restart the shell and execute `axon -v`. You should see output like this:\n\n```\naxon 1.0.0\n\nVersion: 1.0.0\n```\n\nIf the output isn't something like this, you need to repeat the above steps carefully.\n\n\n\u003cbr\u003e\n\n\n## Usage\n\n\u003c!-- todo document regex and move features --\u003e\n\n```\naxon 1.1.0\n\naxon is a command line utility to organise and pretty your file system quickly and reliably.\n\nUsage:\n   axon [dirs] {flags}\n   axon \u003ccommand\u003e {flags}\n\nCommands: \n   help                          displays usage informationn\n   up                            Update axon.\n   version                       displays version number\n\nArguments: \n   dirs                          The directory to be organized. (default: ./) {variadic}\n\nFlags: \n   -h, --help                    displays usage information of the application or a command (default: false)\n   -m, --move                    Move selected files to a directiry. (default: :none:)\n   -o, --organise                Organise the directory. (default: false)\n   -p, --prettify                Prettify all files with a desired casing. (default: none)\n   -x, --regex                   Filter files using regular expressions. (default: none)\n   -r, --rename                  Rename the files numerically with a certain alias. (default: none)\n   -v, --version                 displays version number (default: false)\n\n```\n\naxon can accept multiple directories as arguments and will concurrently work on them with the provided options.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshravanasati%2Faxon","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshravanasati%2Faxon","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshravanasati%2Faxon/lists"}