Skip to content

Posix command wrappers#1254

Open
albert-tomanek wants to merge 2 commits into
nushell:mainfrom
albert-tomanek:main
Open

Posix command wrappers#1254
albert-tomanek wants to merge 2 commits into
nushell:mainfrom
albert-tomanek:main

Conversation

@albert-tomanek
Copy link
Copy Markdown

I've written some wrapper functions for common linux commands like df and flatpak list that parse their output. They're not aliases per-se, but that seemed to be the closest directory for them so I've put them into aliases/posix/.

I've also added a module containing my functions for modifying filesystem tags, comments, and ratings in modules/fsattr/.

@fdncred
Copy link
Copy Markdown
Contributor

fdncred commented May 22, 2026

Since these are almost all export def that puts them in the module category. You should probably just put them all in one file and make a folder called posix_cmds or something like that with a mod.u and a readme.md describing what it is. it definitely doesn't belong in aliases.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants