like df, grep, ps, mount etc.
some of them probably require features that havent been implemented yet, but would be nice to have them when they are possible
like df, grep, ps, mount etc.
some of them probably require features that havent been implemented yet, but would be nice to have them when they are possible
df and ps could be implemented very easily, meanwhile grep would require a RegEx engine (which I am already planning to make) and mount would require...well...an actual mounting system. These will probably be added in the near future, but not quite right now.
`df` and `ps` could be implemented very easily, meanwhile `grep` would require a RegEx engine (which I am already planning to make) and `mount` would require...well...an actual mounting system. These will probably be added in the near future, but not quite right now.
WahPlus
added this to the TODO project 2026-07-19 11:00:35 +00:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
like df, grep, ps, mount etc.
some of them probably require features that havent been implemented yet, but would be nice to have them when they are possible
dfandpscould be implemented very easily, meanwhilegrepwould require a RegEx engine (which I am already planning to make) andmountwould require...well...an actual mounting system. These will probably be added in the near future, but not quite right now.