{"id":15413956,"url":"https://github.com/myitcv/var-sym-fs","last_synced_at":"2025-11-08T11:30:44.745Z","repository":{"id":15134845,"uuid":"17862076","full_name":"myitcv/var-sym-fs","owner":"myitcv","description":"A fuse-based implementation of variant symlinks (WIP)","archived":false,"fork":false,"pushed_at":"2014-03-18T18:39:33.000Z","size":140,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-28T03:14:10.702Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/myitcv.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}},"created_at":"2014-03-18T10:36:30.000Z","updated_at":"2014-03-18T18:39:34.000Z","dependencies_parsed_at":"2022-09-09T23:22:44.597Z","dependency_job_id":null,"html_url":"https://github.com/myitcv/var-sym-fs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myitcv%2Fvar-sym-fs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myitcv%2Fvar-sym-fs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myitcv%2Fvar-sym-fs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/myitcv%2Fvar-sym-fs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/myitcv","download_url":"https://codeload.github.com/myitcv/var-sym-fs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239552412,"owners_count":19657907,"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":"2024-10-01T16:59:13.428Z","updated_at":"2025-11-08T11:30:44.714Z","avatar_url":"https://github.com/myitcv.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# ** IMPORTANT **\n\nThis code is unmaintained and more significantly, does not work. It is here for historical purposes only.\n\n## var-sym-fs\n\nA very basic and rough implementation of [variant symlinks](https://wiki.freebsd.org/200808DevSummit?action=AttachFile\u0026do=get\u0026target=variant-symlinks-for-freebsd.pdf) using [`go-fuse`](https://github.com/hanwen/go-fuse)\n\nWith time this will accept mount requests of the form:\n\n```\nvar-sym-fs \u003cROOT_DIR\u003e \u003cENV_VAR_NAME\u003e \u003cMOUNT_POINT\u003e\n```\n\nSo for example:\n\n```\nvar-sym-fs /home/myitcv/.gos GO_VERSION /home/myitcv/go\n```\n\nwith the command:\n\n```bash\nGO_VERSION=go1.2.1 ls /home/myitcv/go\n```\n\nwould list the contents of `/home/myitcv/.gos/go1.2.1`.\n\nFurthermore (and this is potentially the most powerful use case), `PATH`, `GOPATH` etc could be defined to include paths\nthat are variant symlinks. This would do away with the need for [`gvm`](https://github.com/moovweb/gvm),\n[`rbenv`](https://github.com/sstephenson/rbenv) and other such version managers. Indeed it would also do away with the\nneed for many package managers (slight caveat here because there are some important use cases `var-sym-fs` would not\nhandle that `gvm pkgset` does, for example local `pkgset`'s)\n\n\n# Status\n\nWork in progress. Currently blocked on two *critical* items:\n\n* Cannot `execve` a file on the mount. Blocked on [an answer from the LKML](https://lkml.org/lkml/2014/3/17/492)\n* A slight change to [`github.com/hanwen/go-fuse`](https://github.com/hanwen/go-fuse/pull/21)\n\n# License\n\nSee the top-level `LICENSE` file\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyitcv%2Fvar-sym-fs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmyitcv%2Fvar-sym-fs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmyitcv%2Fvar-sym-fs/lists"}