50
Is there an alternative to the desktop interface beyond CLI?
(m.youtube.com)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Watched the first video. Interesting.
Reminds me of when I realized some twenty years ago that hierarchical filesystems are just a convention and I was daydreaming about a dynamic database-like filesystem where files are stored with meta data in tags that could be addressed according to whatever your chain of association may be. I even conceptual a bridge of how common OS like Windows or Linux could connect and interface such a file system using the familiar system of slashes transparently for the user with all the benefits and none of additional complicated learning. Of course this was way beyond any technical scope of mine and I didn't bring it to attention beyond nerdy beer conversation.
Maybe I was on to something.
You can do tag-based file management on Linux. Linux filesystems support "extended attributes" or "xattr". There is some software out there that uses xattr for tagging. I don't know what the best options are right now for tag-based file management, but I think it exists.
Looking at what's out there I see there are also apps that each use their own out-of-band tagging schemes. There's a CLI, tmsu, and a GUI, TagSpaces. I don't think these interoperate with each other's tags.
Of course those supplement instead of replacing hierarchical organization.
The talk of hypertext and "escaping paper" makes me think of Obsidian which embraces hyperlinking, tags, and mind mapping via its canvas feature.
Interesting! I will have to check those out. It also made me think of Obsidian and Trilium mindmapping. Very useful. Wonder if this could apply to file structures?