Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

amoffat/supertag

Repository files navigation

Logo

Build Status

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.

Intersection

Installation

Linux

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

Mac

brew install amoffat/rnd/supertag