Example FNX commands:
network ping osnews.com
network get https://example.com/files/foo.zip
disk status AHCI/Disk2
disk mount processes
Each command starts as a noun and provides various verbs it can do relating to it as subcommands.
Discussion
Example FNX commands:
network ping osnews.com
network get https://example.com/files/foo.zip
disk status AHCI/Disk2
disk mount processes
Each command starts as a noun and provides various verbs it can do relating to it as subcommands.
@mos_8502 I really like a lot of what I'm seeing in your FNX posts. Nice to see what a modern Unix-inspired system could be like beyond FHS, POSIX, etc.
For the commands listed, do they produce structured output, as in Nushell or PowerShell, so that tools being piped into can work on richer data structures than just text?
@citizen428 Plain old Unix style text. It's the universal format.
Full disclosure, I am using DeepSeek for a lot of the actual coding here. The designs and decisions are all 100% mine though.
Got it. It felt like "It's the universal format." isn't much of a consideration here. That's why I was asking.
Thanks for the disclosure. I was aware. I still find your explorations interesting, though.
@citizen428 I mean, I wouldn't know what to do with PowerShell type object piping, to be honest.