{"id":15721963,"url":"https://github.com/kra-mo/hyperplane","last_synced_at":"2025-04-12T19:46:37.751Z","repository":{"id":210100354,"uuid":"720516486","full_name":"kra-mo/hyperplane","owner":"kra-mo","description":"Non-hierarchical file manager","archived":false,"fork":false,"pushed_at":"2025-01-29T14:47:02.000Z","size":857,"stargazers_count":249,"open_issues_count":3,"forks_count":11,"subscribers_count":12,"default_branch":"main","last_synced_at":"2025-04-03T23:09:33.645Z","etag":null,"topics":["file-manager","gnome","gtk","gtk4","libadwaita","python","tagging","tags"],"latest_commit_sha":null,"homepage":"","language":"Python","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/kra-mo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2023-11-18T18:16:03.000Z","updated_at":"2025-03-15T12:13:10.000Z","dependencies_parsed_at":"2023-12-03T10:22:45.426Z","dependency_job_id":"b015b9b4-daef-4a29-ab6d-d058fa754b40","html_url":"https://github.com/kra-mo/hyperplane","commit_stats":{"total_commits":314,"total_committers":8,"mean_commits":39.25,"dds":"0.14012738853503182","last_synced_commit":"809cc2c78902f77ad4250532867a49a7e4703f84"},"previous_names":["kra-mo/hyperplane"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kra-mo%2Fhyperplane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kra-mo%2Fhyperplane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kra-mo%2Fhyperplane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kra-mo%2Fhyperplane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kra-mo","download_url":"https://codeload.github.com/kra-mo/hyperplane/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248625497,"owners_count":21135513,"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":["file-manager","gnome","gtk","gtk4","libadwaita","python","tagging","tags"],"created_at":"2024-10-03T22:02:08.898Z","updated_at":"2025-04-12T19:46:37.725Z","avatar_url":"https://github.com/kra-mo.png","language":"Python","readme":"\u003e [!NOTE]\n\u003e # State of the Project\n\u003e This app is currently not actively maintained as I am focused on other projects. I do plan on either picking it up or exploring similar concepts in the future, so I will not archive the repository but I will probably not fix any active issues or accept pull requests for the time being.\n\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg src=\"data/icons/hicolor/scalable/apps/page.kramo.Hyperplane.svg\" width=\"128\" height=\"128\"\u003e\n\n  # Hyperplane\n\n  A non-hierarchical file manager\n\n  \u003cimg src=\"data/screenshots/1.png\"\u003e\n\u003c/div\u003e\n\n\u003e [!WARNING]\n\u003e This project is currently in **BETA**. You can try it out at your own risk, but be aware that things might break, it might have annoyances, **DATA LOSS** may occur and it may kill your cat.\n\nFor now, I recommend only trying it if you have a recent backup of your files.\n\n# The project\n\nThe problem is that current methods for tagging files are OS-, file system- or application-specific and not portable.\n\nThe app was primarily built as a proof of concept for a non-hierarchical file manager whose storage can still be conveniently browsed via conventional file managers.\n\nIt is also a playground for design ideas like file extension badges or a symbolic grid view.\n\n## The concept\n\nHyperplane stores its 'tags' (called categories) on disk as regular directories.\n\nFile A tagged 'Pictures', 'Art' and 'Animals' would be stored at `/Pictures/Art/Animals/` on disk.\n\nFile B tagged 'Videos' and 'Art' would be stored at `/Videos/Art/`.\n\nWhen filtering for files tagged 'Art' however, both of these would show up.\n\nThe app keeps track of the list of categories in a `.hyperplane` file at the root of the Hyperplane directory. (Which is `$HOME` by default, but can be changed with the `$HYPHOME` environment variable.)\n\n## The name\n\nhttps://en.wikipedia.org/wiki/Hyperplane\n\nIt is subject to change.\n\n\n# Testing\n\nThe project is currently in beta. Most features work, but user experience still needs refinement.\n\nIf you want to test without risking data loss, please set the `$HYPHOME` environment variable to point to somewhere inside `~/.var/app/page.kramo.Hyperplane.Devel/` and remove the app's `--filesystem=host` access.\n\nYou can download the latest beta from the [Releases page](https://github.com/kra-mo/hyperplane/releases) or the latest in-development version from [here](https://nightly.link/kra-mo/hyperplane/workflows/ci/main/page.kramo.Hyperplane.Devel-x86_64.zip).\n\nYou will need the [GNOME Nightly](https://nightly.gnome.org/) runtime installed to be able to test the app.\n\nPlease report any and all issues you find!\n\nUX suggestions and missing feature reports are also welcome, even if it seems obvious.\n\n# Contributing\n\nIf you want to help with code or design, please reach out or file an issue before making a pull request. That being said, I appreciate any help!\n\n## Code\n\n### Building\n\n```sh\ngit clone https://github.com/kra-mo/hyperplane.git\ncd hyperplane\nmeson setup build\nninja -C build install\n```\n\n### Code style\n\nAll code is auto-formatted with [Black](https://github.com/psf/black) and linted with [Pylint](https://github.com/pylint-dev/pylint). Imports are sorted by [isort](https://github.com/pycqa/isort).\n\nVSCode extensions are available for all of these and you can set them up with the following `settings.json` configuration:\n\n```json\n\"python.formatting.provider\": \"none\",\n\"[python]\": {\n    \"editor.defaultFormatter\": \"ms-python.black-formatter\",\n    \"editor.formatOnSave\": true,\n    \"editor.codeActionsOnSave\": {\n        \"source.organizeImports\": true\n    },\n},\n\"isort.args\":[\"--profile\", \"black\"],\n```\n\nFor other code editors, you can install them via `pip` and invoke them from the command line.\n\n## Translations\n\nStrings are not final yet, I will set up translations closer to an initial release.\n\n# Code of Conduct\n\nThe project follows the [GNOME Code of Conduct](https://conduct.gnome.org/).\n\nSee [CODE_OF_CONDUCT.md](https://github.com/kra-mo/hyperplane/blob/main/CODE_OF_CONDUCT.md).\n","funding_links":[],"categories":["File and Data Management"],"sub_categories":["File Management"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkra-mo%2Fhyperplane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkra-mo%2Fhyperplane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkra-mo%2Fhyperplane/lists"}