All Projects → sdhand → X11fs

sdhand / X11fs

Licence: other
A tool for manipulating X windows

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to X11fs

Cryfs
Cryptographic filesystem for the cloud
Stars: ✭ 1,560 (+372.73%)
Mutual labels:  fuse, fuse-filesystem
GitFS
A FUSE filesystem that stores data on Git
Stars: ✭ 26 (-92.12%)
Mutual labels:  fuse, fuse-filesystem
Rar2fs
FUSE file system for reading RAR archives
Stars: ✭ 155 (-53.03%)
Mutual labels:  fuse, fuse-filesystem
Dungeonfs
A FUSE filesystem and dungeon crawling adventure game engine
Stars: ✭ 979 (+196.67%)
Mutual labels:  fuse, fuse-filesystem
loggedfs-python
Filesystem monitoring with Fuse and Python
Stars: ✭ 21 (-93.64%)
Mutual labels:  fuse, fuse-filesystem
Hfsfuse
FUSE driver for HFS+ filesystems
Stars: ✭ 53 (-83.94%)
Mutual labels:  fuse, fuse-filesystem
Ninfs
FUSE filesystem Python scripts for Nintendo console files
Stars: ✭ 241 (-26.97%)
Mutual labels:  fuse, fuse-filesystem
S3fs Fuse
FUSE-based file system backed by Amazon S3
Stars: ✭ 5,733 (+1637.27%)
Mutual labels:  fuse, fuse-filesystem
fusell-seed
FUSE (the low-level interface) file system boilerplate 📂 🔌 💾
Stars: ✭ 13 (-96.06%)
Mutual labels:  fuse, fuse-filesystem
clamfs
ClamFS is a FUSE-based user-space file system for Linux and BSD with on-access anti-virus file scanning
Stars: ✭ 29 (-91.21%)
Mutual labels:  fuse, fuse-filesystem
Fusell Seed
FUSE (the low-level interface) file system boilerplate 📂 🔌 💾
Stars: ✭ 9 (-97.27%)
Mutual labels:  fuse, fuse-filesystem
pcloud-console-client
A simple console client for pCloud cloud storage.
Stars: ✭ 22 (-93.33%)
Mutual labels:  fuse, fuse-filesystem
Fuse Ts
Stars: ✭ 6 (-98.18%)
Mutual labels:  fuse, fuse-filesystem
Zipfs
Example FUSE filesystem that serves a Zip archive
Stars: ✭ 93 (-71.82%)
Mutual labels:  fuse, fuse-filesystem
Distribyted
📂 ➡️ 📺 🎶 🎮 Torrent client with on-demand file downloading as a filesystem.
Stars: ✭ 791 (+139.7%)
Mutual labels:  fuse, fuse-filesystem
Supertag
A tag-based filesystem
Stars: ✭ 207 (-37.27%)
Mutual labels:  fuse, fuse-filesystem
Ifuse
A fuse filesystem to access the contents of iOS devices
Stars: ✭ 433 (+31.21%)
Mutual labels:  fuse, fuse-filesystem
Securefs
Filesystem in userspace (FUSE) with transparent authenticated encryption
Stars: ✭ 518 (+56.97%)
Mutual labels:  fuse, fuse-filesystem
UserFileSystemSamples
IT Hit User File System Engine samples in .NET/C#. Samples implement Virtual File System for Windows and Mac with synchronization support, on-demand loading, offline files, and Windows File Manager integration.
Stars: ✭ 60 (-81.82%)
Mutual labels:  fuse, fuse-filesystem
fuse xattrs
add xattrs support using sidecar files.
Stars: ✭ 28 (-91.52%)
Mutual labels:  fuse, fuse-filesystem

x11fs X window virtual filesystem

This is heavily based off wmutils. Check them out.

x11fs is a tool for manipulating X windows. It creates a vitual filesystem to represent open windows, similar to what /proc does for processes. This allows windows to be controlled using any language or tool with simple file IO, in a true unix fashion.

Build

After installing the relevant developement packages for fuse and xcb for your distro (on Ubuntu these are libxcb1-dev, libxcb-icccm4-dev and libfuse-dev), x11fs can be built using the make command. Installation can be done by invoking make install.

Usage

See the wiki for more information. Or go here for a simple example setup.

Contact

Please join #x11fs on freenode if you have any questions or just want to talk about the project. Please be patient however, there are not many members of the channel so it may be inactive at times.

Thanks to

Luiz de Milon for helping to come up with the initial idea. The creators of wmutils for providing some inspiration, and some basic xcb code to study.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].