Welp do I feel stupid, I got carried away explaining my setup. I will check some surface information about Plan 9, and watch the Mother Of All demos later, but from the way you described it it seems really interesting.
Window Manager: I’ve seen Niri, and like you said everyone has their own preference for a window manager. But for me it seemed like Niri’s infinite scroll feature is just workspaces, but it’s neat I’m not gonna lie. I’ll try it once I go wayland. Also thanks for the Macropad thing :)
Better Markup, Responsive Terminal UI, Unified UI: Aha I can see what you mean.
Which of course works for things like lists of groceries or whatever, but works just as well for files in a file tree, items in a configuration file, the syntax tree of a piece of computer code, or a version control tree. On NLS (the system shown off in the demo), you could use the same interface, the shortcut keys, for interacting with all of these.
I wonder if you can take this a step further and implement it on the window manager level. Program windows can also be viewed as a list which you can collapse and stuff. On a sidenote, there’s this window manager that lets you collapse windows (I think) I couldn’t find the original unixporn post though “https://www.youtube.com/watch?v=upCemv2UaLc&t=117”
Noun Verb Syntax (Open With): I may be tripping balls here, but I may remember reading that zsh allows you to write your own completion system. You can then enter “example.mp4” hit [tab] and it will show you programs that handle such files. Since this feature is so useful, I think I’m gonna find out how graphical file managers manage such a think and implement it into a script using lf. I already have lf open things based on their mimetypes and I can just as easily add more programs to open such files. Do you know how many programs I found out from using the “Open With” feature?
Config Options Link To Manual: I think that there are a variety of config formats because there is no standard way to make them, so every developer has to come up with their own config format. We could maybe make a format like this [Option]=[Value] [Description]. Man pages already have a standard way of being written from what I have seen. If we can agree on a standard config format, then we can make all kinds of wacky shit with it.
Indexed Full Text Search: Oh I see what you mean. Yes that would get rid of my CPU intensive approach, thanks for recommending Recoll! This should make searching all these local Arch Wiki pages much easier!
Now to whether or not this should be a standard on the OS level… I really don’t know. I mean I absolutely want it, but I’m pretty sure people would come up with a million ways of why this should stay as it is: The user has to install it themselves.
Tags: I agree that this should be implemented on the file system/manager level. Tagging is really powerful. Like I said, hydrus is really fucking nice, it is sorta like a file manager. But I think it needs a lot of rework. Also hydrus in a way is a unified UI that lets you view videos, text files, images, and maybe other file formats, to be honest I never checked. Although for opening and editing it mostly relies on external programs.
PS: On Tagging. Just look at immich and it’s ability to let you search photos and videos using tags generated by AI. Like searching “A black cat sitting on a couch”. You can search stuff on their demo “https://demo.immich.app/” I understand that you meant this as a filesystem thing. But I’m just dropping the link for someone in the future to look at how cool this is.
File System Snapshot With Version Control: Oh no I’ve already heard of Timeshift, and OpenSuse’s feature sounds really powerful.
Plan 9: I think that treating everything as a file would be wonderful. But I really wonder how such a thing could be implemented.
Namespaces: I think I understood what you meant. But I don’t understand the bit about “In Plan 9 a namespace is a mapping between the file system as presented to a specific program, and the actual file system.” I will learn about Plan 9, as cat /dev/screen sounds wonderful.
Well this has been wonderful. I may reply more in the near future once I get the time to check things like Niri, The Mother Of All Demos, and Plan 9’s philosophy.
Welp do I feel stupid, I got carried away explaining my setup. I will check some surface information about Plan 9, and watch the Mother Of All demos later, but from the way you described it it seems really interesting.
Window Manager: I’ve seen Niri, and like you said everyone has their own preference for a window manager. But for me it seemed like Niri’s infinite scroll feature is just workspaces, but it’s neat I’m not gonna lie. I’ll try it once I go wayland. Also thanks for the Macropad thing :)
Better Markup, Responsive Terminal UI, Unified UI: Aha I can see what you mean.
I wonder if you can take this a step further and implement it on the window manager level. Program windows can also be viewed as a list which you can collapse and stuff. On a sidenote, there’s this window manager that lets you collapse windows (I think) I couldn’t find the original unixporn post though “https://www.youtube.com/watch?v=upCemv2UaLc&t=117”
zsh
allows you to write your own completion system. You can then enter “example.mp4” hit[tab]
and it will show you programs that handle such files. Since this feature is so useful, I think I’m gonna find out how graphical file managers manage such a think and implement it into a script usinglf
. I already havelf
open things based on their mimetypes and I can just as easily add more programs to open such files. Do you know how many programs I found out from using the “Open With” feature?[Option]=[Value] [Description]
. Man pages already have a standard way of being written from what I have seen. If we can agree on a standard config format, then we can make all kinds of wacky shit with it.Now to whether or not this should be a standard on the OS level… I really don’t know. I mean I absolutely want it, but I’m pretty sure people would come up with a million ways of why this should stay as it is: The user has to install it themselves.
hydrus
is really fucking nice, it is sorta like a file manager. But I think it needs a lot of rework. Alsohydrus
in a way is a unified UI that lets you view videos, text files, images, and maybe other file formats, to be honest I never checked. Although for opening and editing it mostly relies on external programs.PS: On Tagging. Just look at immich and it’s ability to let you search photos and videos using tags generated by AI. Like searching “A black cat sitting on a couch”. You can search stuff on their demo “https://demo.immich.app/” I understand that you meant this as a filesystem thing. But I’m just dropping the link for someone in the future to look at how cool this is.
cat /dev/screen
sounds wonderful.Well this has been wonderful. I may reply more in the near future once I get the time to check things like Niri, The Mother Of All Demos, and Plan 9’s philosophy.