{"id":21890555,"url":"https://github.com/janecea/filesurfer","last_synced_at":"2025-10-08T22:30:33.897Z","repository":{"id":256081993,"uuid":"854279788","full_name":"JANECEA/FileSurfer","owner":"JANECEA","description":"Modern file explorer for the Windows OS.","archived":false,"fork":false,"pushed_at":"2025-09-20T12:00:14.000Z","size":43312,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-20T14:17:49.314Z","etag":null,"topics":["avalonia","avaloniaui","file-explorer","file-management","file-manager","git","windows"],"latest_commit_sha":null,"homepage":"","language":"C#","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/JANECEA.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-09-08T21:04:15.000Z","updated_at":"2025-09-20T12:00:18.000Z","dependencies_parsed_at":"2024-09-08T22:24:50.037Z","dependency_job_id":"966fa8c0-a978-4379-86a4-a251b941e03b","html_url":"https://github.com/JANECEA/FileSurfer","commit_stats":null,"previous_names":["janecea/filesurfer"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/JANECEA/FileSurfer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JANECEA%2FFileSurfer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JANECEA%2FFileSurfer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JANECEA%2FFileSurfer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JANECEA%2FFileSurfer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JANECEA","download_url":"https://codeload.github.com/JANECEA/FileSurfer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JANECEA%2FFileSurfer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000786,"owners_count":26082851,"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-10-08T02:00:06.501Z","response_time":56,"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":["avalonia","avaloniaui","file-explorer","file-management","file-manager","git","windows"],"created_at":"2024-11-28T12:15:12.096Z","updated_at":"2025-10-08T22:30:33.891Z","avatar_url":"https://github.com/JANECEA.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\".github/images/FileSurfer-logo.png\" alt=\"FileSurfer Logo\" height=\"70\"\u003e\n\u003c/p\u003e\n\u003ch1 align=\"center\"\u003eFileSurfer\u003c/h1\u003e\n\u003ch3 align=\"center\"\u003eA Modern, Open-Source File Explorer for Windows\u003c/h3\u003e\n\n---\n\nFileSurfer is an open-source Windows file explorer built with Avalonia UI.\nFileSurfer is designed for convenience and efficiency, targeting more technical users while still providing a familiar and modern interface.\nI've also included features that I personally find useful, even if they're not commonly found in other file explorers.\nYour feedback is very welcome: if you encounter any bugs or have suggestions, please open an issue here on GitHub!\n\n---\n\n## ✨ **Features**  \nAll what you'd expect from a file manager plus some more:  \n\n- **Image Pasting from Clipboard**: Paste images directly from your clipboard into folders.  \n- **Dotfile Handling**: Treats dotfiles (e.g., `.gitignore`) as hidden files, just like on a Unix system.  \n- **Batch Renaming**: Rename multiple files or directories at once.  \n- **Undo \u0026 Redo**: Reverse most file operations with a simple undo/redo feature.  \n- **Saving Last Opened Directory**: Pick up where you left off.\n- **Git Integration**: Speed up basic interactions with Git repositories directly from the app.  \n\n---\n\n## 🖼️ **Screenshots**  \n![Screenshot 1](.github/images/darkUI.png)  \n*Dark interface using the list view in a Git repository.*\n\n![Screenshot 1](.github/images/lightUI.png)  \n*Light interface using the icon view.*\n\n---\n\n## 🚀 **Getting Started**  \n\n### **Download and Install**  \n1. Download the latest release from the [Releases Page](https://github.com/JANECEA/FileSurfer/releases/latest).  \n2. Just extract the `.zip`, open the executable file, and you're all set!\n\n### **Build from Source**  \nIf you're a developer or want to customize FileSurfer, you can build it from source. Check out the \n[Building from Source](#️-building-from-source) section for detailed instructions.  \n\n---\n\n## 🛠️ **Building from Source**  \n\nTo build FileSurfer from source, you'll need the following:  \n\n### **Prerequisites**  \n- **.NET 8.0**  \n- **Avalonia UI**  \n- **Git for Windows** (optional, for Git integration)  \n\n### **Steps**  \n1. Install the [.NET Build Tools](https://visualstudio.microsoft.com/cs/visual-cpp-build-tools/).  \n2. Open the *\"Developer Command Prompt for VS 2022\"* app on your computer.  \n3. Run the following commands:  \n   ```bash  \n   dotnet restore \"path\\to\\FileSurfer.csproj\"  \n   msbuild \"path\\to\\FileSurfer.sln\" /t:publish /p:Configuration=Release /p:DeployOnBuild=true  \n   ```  \n4. Locate the compiled executable at:  \n   ```  \n   .\\src\\FileSurfer\\bin\\Release\\net8.0-windows\\FileSurfer.exe  \n   ```  \n\n*(You can also use Visual Studio 2022 to build the project.)*  \n\n---\n\n## 📚 **Documentation**  \n\n- **[User Guide](docs/UserGuide/UserGuide.md)**: Learn how to use FileSurfer's features.  \n- **[Specification](docs/Specification/)**: Check out the [technical](docs/Specification/TechnicalSpecification.md) and [functional](docs/Specification/FunctionalSpecification.md) specification of the project.  \n- **[Technical Documentation](docs/Documentation/Overview.md)**: Take a look at the technical details of the project.\n- **[Doxygen](https://janecea.github.io/FileSurfer/)**: Look around the generated doxygen documentation.\n\n---\n\n## 📦 **Dependencies**  \n\nFileSurfer relies on the following dependencies:  \n\n### **.NET and Frameworks**  \n- .NET 8.0  \n- Avalonia UI  \n- Windows Forms (for clipboard integration)  \n\n### **NuGet Packages**  \n- Avalonia (v11.0.10)  \n- Avalonia.Desktop (v11.0.10)  \n- Avalonia.Themes.Fluent (v11.0.10)  \n- Avalonia.Fonts.Inter (v11.0.10)  \n- Avalonia.ReactiveUI (v11.0.10)  \n- LibGit2Sharp (v0.30.0)  \n- SharpCompress (v0.37.2)  \n\n### **COM References**  \n- Shell32 (GUID: `50a7e9b0-70ef-11d1-b75a-00a0c90564fe`)  \n- IWshRuntimeLibrary (GUID: `f935dc20-1cf0-11d0-adb9-00c04fd58a0b`)  \n\nEnsure these COM components are registered on your system.  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanecea%2Ffilesurfer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjanecea%2Ffilesurfer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjanecea%2Ffilesurfer/lists"}