All Projects → amoffat → Supertag

amoffat / Supertag

Licence: agpl-3.0
A tag-based filesystem

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Supertag

Cryfs
Cryptographic filesystem for the cloud
Stars: ✭ 1,560 (+653.62%)
Mutual labels:  fuse, fuse-filesystem, filesystem
fuse xattrs
add xattrs support using sidecar files.
Stars: ✭ 28 (-86.47%)
Mutual labels:  fuse, filesystem, fuse-filesystem
fusell-seed
FUSE (the low-level interface) file system boilerplate 📂 🔌 💾
Stars: ✭ 13 (-93.72%)
Mutual labels:  fuse, filesystem, fuse-filesystem
loggedfs-python
Filesystem monitoring with Fuse and Python
Stars: ✭ 21 (-89.86%)
Mutual labels:  fuse, filesystem, fuse-filesystem
S3fs Fuse
FUSE-based file system backed by Amazon S3
Stars: ✭ 5,733 (+2669.57%)
Mutual labels:  fuse, fuse-filesystem, filesystem
GitFS
A FUSE filesystem that stores data on Git
Stars: ✭ 26 (-87.44%)
Mutual labels:  fuse, filesystem, fuse-filesystem
Hypertag
Knowledge Management for Humans using Machine Learning & Tags
Stars: ✭ 116 (-43.96%)
Mutual labels:  tagging, filesystem, tags
Tagsistant
Semantic filesystem for Linux, with relation reasoner, autotagging plugins and a deduplication service
Stars: ✭ 244 (+17.87%)
Mutual labels:  tagging, filesystem, tags
Securefs
Filesystem in userspace (FUSE) with transparent authenticated encryption
Stars: ✭ 518 (+150.24%)
Mutual labels:  fuse, fuse-filesystem, filesystem
Catfs
Cache AnyThing filesystem written in Rust
Stars: ✭ 404 (+95.17%)
Mutual labels:  fuse, fuse-filesystem, filesystem
Goofys
a high-performance, POSIX-ish Amazon S3 file system written in Go
Stars: ✭ 3,932 (+1799.52%)
Mutual labels:  fuse, fuse-filesystem, filesystem
Fuse Ts
Stars: ✭ 6 (-97.1%)
Mutual labels:  fuse, fuse-filesystem, filesystem
Distribyted
📂 ➡️ 📺 🎶 🎮 Torrent client with on-demand file downloading as a filesystem.
Stars: ✭ 791 (+282.13%)
Mutual labels:  fuse, fuse-filesystem, filesystem
Fusell Seed
FUSE (the low-level interface) file system boilerplate 📂 🔌 💾
Stars: ✭ 9 (-95.65%)
Mutual labels:  fuse, fuse-filesystem, filesystem
Gcsf
a FUSE file system based on Google Drive
Stars: ✭ 2,251 (+987.44%)
Mutual labels:  fuse, filesystem
Docker Volume Ipfs
🐳 This is an open source volume plugin that allows using an ipfs filesystem as a volume.
Stars: ✭ 99 (-52.17%)
Mutual labels:  fuse, filesystem
Containerfs
a cluster filesystem for containers
Stars: ✭ 264 (+27.54%)
Mutual labels:  fuse, filesystem
Zipfs
Example FUSE filesystem that serves a Zip archive
Stars: ✭ 93 (-55.07%)
Mutual labels:  fuse, fuse-filesystem
Tagify
🔖 lightweight, efficient Tags input component in Vanilla JS / React / Angular / Vue
Stars: ✭ 2,305 (+1013.53%)
Mutual labels:  tagging, tags
Tmsu
TMSU lets you tags your files and then access them through a nifty virtual filesystem from any other application.
Stars: ✭ 1,588 (+667.15%)
Mutual labels:  tagging, filesystem

.. image:: https://raw.githubusercontent.com/amoffat/supertag/master/logo/logo.gif :target: https://amoffat.github.io/supertag/ :alt: Logo

|

.. image:: https://img.shields.io/travis/amoffat/supertag/master.svg?style=flat-square :target: https://travis-ci.org/amoffat/supertag :alt: Build Status .. image:: https://img.shields.io/badge/Documentation-v0.1.4-brightgreen?style=flat-square&logo=read-the-docs&logoColor=white&color=1a6cff :target: https://amoffat.github.io/supertag/ :alt: Docs

|

Supertag is a tag-based filesystem, written in Rust, for Linux and MacOS. It provides a tag-based view of your files by removing the hierarchy constraints typically imposed on files and folders. In other words, it allows you to think about your files not as objects stored in folders, but as objects that can be filtered by folders.

.. image:: https://raw.githubusercontent.com/amoffat/supertag/master/images/intersection-opt.gif :alt: Intersection

Installation

Linux

.. code-block:: bash

curl -Ls https://github.com/amoffat/supertag/releases/latest/download/supertag-x86_64.AppImage > tag
sudo install tag /usr/local/bin

Mac

.. code-block:: bash

brew install amoffat/rnd/supertag
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].