This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
root
/
HeyPuter
mirror da
https://github.com/HeyPuter/puter.git
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Albero (Tree):
v2.1.1
Rami (Branch)
Tag
Add-TRADEMARK.md
H
auto-update/release
cleanup/remove-interfaces-js
debug/database-init-issue
eric/mistral
eric/mountpoints
eric/p-socket-service
eric/stdio-bridge/1
eric/v86-emu
feat/app-redirect
feat/custom-domains
feature/1227-public-endpoint-for-models-list
feature/appdata-perms
feature/captcha
feature/oauth-login-1223
fix/1226-onLaunchedWithItems
fix/terminal-focus-loss
main
pr-1205
prod/2025-01-10_1
refactor/cost
release
release-please--branches--main
revert-1072-fix/success-msg-deploy
risky
v2.5.1
v2.5.0
v2.4.2
v2.4.1
v2.4.0
v2.3.0
v2.2.0
v2.1.1
v2.1.0
v2.0.2
v2.0.1
HeyPuter
/
packages
/
phoenix
/
doc
/
missing-posix.md
missing-posix.md
785 B
Permalink
Cronologia
Originale
Missing POSIX Functionality
References
POSIX.1-2017 Chapter 2: Shell Command Language
Shell Command Language features known to be missing from
phoenix
Parameter expansion > This is support for
$variables
, and this is
highest priority
.
Compound commands > This is
if
,
case
,
while
,
for
, etc
Arithmetic expansion
Alias substitution
How to Contribute
Check the
README.md file
for contributor guidelines.
Additional features will require updates to
the parser
. Right now there are repeated concerns between
buildParserFirstHalf
and
buildParserSecondHalf
which need to be factored out.