LlamaFS is a self-organizing file manager that automatically renames and organizes files based on their contents. It supports various file types and even images and audio. It can run in two modes - batch mode and watch mode. In batch mode, LlamaFS suggests a file structure and organizes files. In watch mode, it watches your directory and proactively learns your file organization habits. The project is built on a Python backend and Electron for the frontend.
An article discussing the new open-source project called LlamaFS, a self-organizing file system that utilizes Llama-3, a large language model, to automate and improve the organization of digital files by understanding their context and content.
sshfs devbox:/ devbox -o cache=no -o nolocalcaches -ovolname=ssh
Uninstallation
SSHFS does not come with an uninstaller. To manually remove SSHFS run the following commands in Terminal:
sudo rm /usr/local/bin/sshfs
sudo rm /usr/local/share/man/man1/sshfs.1
sudo pkgutil --forget com.github.osxfuse.pkg.SSHFS