execfuse

Turn a bunch of scripts into a FUSE filesystem (by vi)

Execfuse Alternatives

Similar projects and alternatives to execfuse based on common topics and language

  1. zfs

    OpenZFS on Linux and FreeBSD

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. ifuse

    A fuse filesystem to access the contents of iOS devices

  4. hfsfuse

    FUSE driver for HFS+ filesystems

  5. concat-fuse

    Discontinued concat-fuse moved to https://gitlab.com/concat-fuse/concat-fuse

  6. rar2fs

    FUSE file system for reading RAR archives

  7. x11fs

    A tool for manipulating X windows

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better execfuse alternative or higher similarity.

execfuse discussion

Log in or Post with

execfuse reviews and mentions

Posts with mentions or reviews of execfuse. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-31.
  • Request for file system comprised of "stitched together" files. Does something like this exist?
    3 projects | /r/linuxquestions | 31 Mar 2021
    now I see. i have not seen something like this implemented (or wanted). redundancy generally accomplished on block device level. concat-fuse, which i linked, may be extended to support this scenario. searcing my fuse-fs collection, the closest things are the "caching" filesystems, but those generally work only over 2 backends, not over arbitrary many. take a look on https://github.com/vi/execfuse too. you can implement any fs semantics with it in any language. it's practically a "fuse binding for bash", ie. relays fuse calls to scripts you write.

Stats

Basic execfuse repo stats
1
31
4.9
5 months ago

vi/execfuse is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of execfuse is C.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that C is
the 6th most popular programming language
based on number of references?