amoffat / supertag

A tag-based filesystem

Home Page:https://amoffat.github.io/supertag/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A tag-based filesystem

https://amoffat.github.io/supertag/

License:GNU Affero General Public License v3.0


Languages

Language:Rust 99.6%Language:Shell 0.3%Language:Makefile 0.1%Language:C 0.0%